AllExperts > FoxPro 
Search      
FoxPro
Volunteer
Answers to thousands of questions
 Home · More FoxPro Questions · Question Library  · Free Encyclopedia ·
More FoxPro Answers
Question Library

Ask a question about FoxPro
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
About Markish
(Top Expert on this page)

Expertise
I can answer general questions related to Foxpro from Version 2.0 to 9.0. I'll try to answer them as quickly as possible.

Experience
I've been into Dbase programming from age of 11. I've worked in versions from FoxPro 2.0 and Foxbase.
Education/Credentials
I've done my B.Tech (IT) with distinction from Anna University, Chennai - India.

   

You are here:  Experts > Computing/Technology > Databases > FoxPro

SubjectDate AskedExpert

convert .mdb files to .bki11/7/2007Markish
  Q: I am running a ( Visual Foxpro, version unknown ) application in which items of data of the ...
  A: I've not worked with .BKT or .BKI files. I may not be able to help you exactly. It may be the ...
incremental search11/7/2007Markish
  Q: is there a way to slow down the incremental search so that I can type in the first letter and 10 ...
  A: Very sorry for the late reply. I's on vacation last week. For incremental search you can get your ...
Doubt on Windows FoxPro 3.1111/6/2007Markish
  Q: I have many programs in Windows FoxPro 3.11. I am not able to run these in Windows XP. Can Windows ...
  A: "Divide by zero" error has nothing to do with the "Windows XP". Please apply the patch for Foxpro ...
Visual Foxprox Application Got Problem Running From Windows 2003 server.11/6/2007Markish
  Q: I have some problem with Visual Foxprox (v6 & v8) application.It is like this, all my vfp ...
  A: Sorry for the late reply. I'm not sure where the problem is. But I'm sure it's not with the Fox ...
access foxpro database on network11/5/2007Markish
  Q: I developed one software for a pharmaceutical company but I would like to use this software on a ...
  A: Foxpro 2.6 supports Network access. I don't understand what you mean by 'controlling Databases' ...
VFP 6 project changes11/5/2007Markish
  Q: Happy Morning Arun, I added two fields into dbf file and insert one check box in the form. i ...
  A: Sorry for the late reply. Have you used any setup package to install in the 'destination'. If you ...
VFP 9.0 (Menu runs in background)11/4/2007Markish
  Q: For the purpose of creating access control, login.scx was copied from "VPF samples\solutions\Forms". ...
  A: Sorry for being bit late. I've not used the login form that comes with the samples. Probably you ...
access foxpro database on network11/3/2007Markish
  Q: I developed one software for a pharmaceutical company but I would like to use this software on a ...
  A: You forgot to mention the Version of Foxpro you are using. Any Foxpro above 1.0 permits multi-user ...
VFP Forms and Arrays10/30/2007Markish
  Q: Sir, I have a Form on which is a pageframe object and in the pageframe are two pages. On the first ...
  A: You need to put the code in the Form's init event. Dimension AC_Titles(2) AC_Titles(1)="Mr" ...
reports10/26/2007Markish
  Q: If the code generates multiple reports (word or txt files), is it possible to name the reports ...
  A: Very sorry for the late reply. You can take the same approach I told you. You have to replace the ...
problem in runing .exe file10/26/2007Markish
  Q: i am a visual foxpro 6.0 developer . i am in critical problem when i build exe and run the same ...
  A: Please try recompiling the entire project. This problem may arise from the problems with the runtime ...
foxpro10/24/2007Markish
  Q: sir, i have lern foxpro 2.5 version so please send foxpro total data base command nots thanking ...
  A: I appreciate your interest in Foxpro. There is no set of documents to go through. For 2.6 you can ...
reports10/22/2007Markish
  Q: If the code generates multiple reports (word or txt files), is it possible to name the reports ...
  A: Very sorry for the delay. This can be acomplished with the help of macros or named variables. ...
visual foxpro 6.010/13/2007Markish
  Q: Sir, I have made a vfp 6.0 Project with a menu, several forms and few tables. The application built ...
  A: I feel you don't have the "read events" issues in the main program of the exe. In a typical manner, ...
3 textboxes to one command button10/13/2007Markish
  Q: Isarazu Expert! Im still studying VFP so I still dont have that knowledge from it. Im currently ...
  A: Sorry for the late reply. I's bit held up in my personal activities. This is possible. For this to ...
sorting tables10/12/2007Markish
  Q: I have a table that has 16 rows in it for example and i want to be able to do a four up sort across ...
  A: Sorry for the late reply. I's bit held up in my personal activities. You can achieve this by sorting ...
fox pro10/7/2007Markish
  Q: i want to learn fox pro in hindi step by step pls send a ebooks for my mail add. ...
  A: Do you want to learn Foxpro in Hindi or implement some program in Hindi through Foxpro ? If you ...
VFP 9.0 continuation of query (it's new question, as system doesn't allow more follow up questions)10/5/2007Markish
  Q: I tried as per that and wow, it works !!! I have used the code sent by you in the folllowing ...
  A: For the first issue, you can solve by In your ConFig.FP file, set RESOURCES to OFF or ...
VFP 9.0 continuation of query (it's new question, as system doesn't allow more follow up questions)10/3/2007Markish
  Q: I tried as per that and wow, it works !!! I have used the code sent by you in the folllowing ...
  A: My idea for using the calender control would be i. Create a modal form ( set the windowstate=1 ...
Convert Visual Fox Pro file into MS Access / Excel10/3/2007Markish
  Q: I have a list of 6200 names and addresses that are given to me in Visual Fox Pro. It is in a CD Rom ...
  A: For converting the .DBF to .XLS there are two ways. i. Open the Dbf from excel and save it as .xls ...
Convert Visual Fox Pro file into MS Access / Excel10/3/2007Markish
  Q: I have a list of 6200 names and addresses that are given to me in Visual Fox Pro. It is in a CD Rom ...
  A: "Given to me in VFP" does it mean that you have in .DBF table files ? If yes you can use VFP to ...
font problem10/2/2007Markish
  Q: This is jay again, are fonts having .fon as extension not supported by vfp6? how can i stop font ...
  A: VFP does support .fon fonts. You have to have it in the Windows\Font folder. You will always have ...
How to Read data from COM port From Foxpro (DOS)10/2/2007Markish
  Q: i don't know about com2kb. can you tell me more about com2kb. and how it's work ?? thank's Jigu ...
  A: Com2Kb is an 3rd party utility with wich you can direct the input from any port to a text file or ...
Foxpro 910/2/2007Markish
  Q: at the init for that field txtappointdate I put as below :- store { / / } to ...
  A: I believe the txtappointdate is a bound to the data. Have you set the 'dateformat' property of the ...
Password Protection10/1/2007Markish
  Q: Sir, I have a program in FOXPRO - 2.6 (Dos). I want to protect this program running by other ...
  A: In Fox 2.6 for password there is no direct support. Still you can use "color N" with @ ...get ...
Legacy app screen blank in VFP910/1/2007Markish
  Q: I have a legacy application started in DBase, finished in foxpro 1 and 2. Converted to Visual ...
  A: Almost always we face some issues with GUI when we port the legacy applications to the current ...
Visual FoxPro 9.0 advice9/30/2007Markish
  Q: This is Jolly again. The system doesn't allow to make continuation of follow up question on my ...
  A: Nice it worked...! For the first question, If possible please send the 2 form so that I can have a ...
Visual FoxPro 9.0 advice9/28/2007Markish
  Q: This is Jolly again. The system doesn't allow to make continuation of follow up question on my ...
  A: Please read the answers inline...1) This refers to my latest EXE file prepared by VFP, when it's ...
How to Read data from COM port From Foxpro (DOS)9/27/2007Markish
  Q: can you give me a sample how to read data from COM port. i already try use FOPEN(), FREAD() but ...
  A: In FPD, you can use lowlevel functions fopen(), fread() to access the port. something like ...
vfp69/25/2007Markish
  Q: How can I print numeric data right justified using @ say in vfp6 with USB printer? We are trying to ...
  A: Unlike in Dbase or FPD, the character size (o/p) is not constant in VFP. Here it varies with the ...
Hindi font in Foxpro9/25/2007Markish
  Q: I want to know that i hav a project developed in foxpro and that is for payslip generation and there ...
  A: Printing in Hindi is possible only in Foxpro for Windows or Visual Foxpro. What are you using for ...
Hindi font in Foxpro9/25/2007Markish
  Q: I want to know that i hav a project developed in foxpro and that is for payslip generation and there ...
  A: Printing in Hindi or any other fonts is not difficult. The only thing is you have to know the script ...
VFP 6.0 Setup Wizard9/24/2007Markish
  Q: Good day!! Just want to ask how fix the problem about setup wizard. When I try to create a setup ...
  A: Have you applied all the SPs for the VFP 6. I think SP5 may solve the issue. Still for Running VFP ...
Foxpro 2.6 not working on windows Xp9/24/2007Markish
  Q: I've installed FoxPro 2.6 on a PC running Windows XP. Every time I try to launch foxprow.exe I ...
  A: The problem is not with OS. I've experienced such problems in Windows 2000 even. This problem is ...
foxpro commands9/23/2007Markish
  Q: what is the command for merging 2 .dbf files into one
  A: There is no command for merging as such. One thing you can consider is "append from...." command. ...
foxpro commands9/23/2007Markish
  Q: what is yhe commamd for arranging the data in ascending and descending manner accordinf to a ...
  A: For sorting a table, you can use the sort command. For example, use customer sort on name to ...
Image in Foxpro 2.6 Dos Based9/22/2007Markish
  Q: How to display and store in dbf Image file in FoxPro 2.6 DOS Based Program
  A: As far as I know, there is no direct support for storing and displaying images in Foxpro2.6. For ...
Stand-alone application with Visual FoxPro 9.09/17/2007Markish
  Q: I am a beginner level programmer using Visual FoxPro 9.0 for my learning purpose. So far, I have ...
  A: You main program is perfectly fine. What about the splfm Form? when you issue "do mymaiin.prg" in ...
delaying output in printing using foxpro2.69/17/2007Markish
  Q: i'm using foxpro2.6 and my operating system is win98, may problem in foxpro2.6 is very delaying ...
  A: It's just the port settings that would do the trick for you. Please make sure that you have ...
Stand-alone application with Visual FoxPro 9.09/16/2007Markish
  Q: I am a beginner level programmer using Visual FoxPro 9.0 for my learning purpose. So far, I have ...
  A: Do while .T. Do form SplFm.scx ** this form has required option & a "Quit" button. ...

Page:  Previous  | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10  |  Next      All

Email this page
     
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2006 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.