| Subject | Date Asked | Expert |
|
| convert .mdb files to .bki | 11/7/2007 | Markish |
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 search | 11/7/2007 | Markish |
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.11 | 11/6/2007 | Markish |
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/2007 | Markish |
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 network | 11/5/2007 | Markish |
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 changes | 11/5/2007 | Markish |
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/2007 | Markish |
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 network | 11/3/2007 | Markish |
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 Arrays | 10/30/2007 | Markish |
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" ...
|
| reports | 10/26/2007 | Markish |
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 file | 10/26/2007 | Markish |
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 ...
|
| foxpro | 10/24/2007 | Markish |
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 ...
|
| reports | 10/22/2007 | Markish |
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.0 | 10/13/2007 | Markish |
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 button | 10/13/2007 | Markish |
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 tables | 10/12/2007 | Markish |
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 pro | 10/7/2007 | Markish |
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/2007 | Markish |
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/2007 | Markish |
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 / Excel | 10/3/2007 | Markish |
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 / Excel | 10/3/2007 | Markish |
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 problem | 10/2/2007 | Markish |
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/2007 | Markish |
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 9 | 10/2/2007 | Markish |
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 Protection | 10/1/2007 | Markish |
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 VFP9 | 10/1/2007 | Markish |
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 advice | 9/30/2007 | Markish |
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 advice | 9/28/2007 | Markish |
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/2007 | Markish |
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 ...
|
| vfp6 | 9/25/2007 | Markish |
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 Foxpro | 9/25/2007 | Markish |
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 Foxpro | 9/25/2007 | Markish |
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 Wizard | 9/24/2007 | Markish |
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 Xp | 9/24/2007 | Markish |
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 commands | 9/23/2007 | Markish |
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 commands | 9/23/2007 | Markish |
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 Based | 9/22/2007 | Markish |
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.0 | 9/17/2007 | Markish |
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.6 | 9/17/2007 | Markish |
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.0 | 9/16/2007 | Markish |
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. ...
|