| Recent Answers |
 |
 |
2008-09-23 create new filed in foxprox2.6 by coding: Hi Satpal, Sorry for the delay. Please find the answers below.... i. You can use alter table ALTER table <Table Name> ADD COLUMN <Column Name> <Data Type> For example ALTER table test...
|
2008-09-19 visual foxpro database: Hi Alaudddin, Sorry for the delay in my response. The same logic applies here. Dump your data to a temperorary table and design the report using that table. Now in your program, before calling...
|
2008-09-19 browsing data slow: Hi Hengwan, Sorry for the delay in my response. "Set filter to" is one of the least to be used feature in VFP. Please use some views or select statement to browse your data. Make sure you have...
|
2008-09-18 Printing Problems in Foxpro 2.6 for windows: Hi Vikas, Sorry for the delay. FoxPro2.6 doesn't have any issues with XP. The printing issue may be because of the settings for the LPT port in the preferences. Do check the port settings you use....
|
2008-09-17 Foxpro 2.6: Hi Toan, In FoxPro 2.6 on XP, you should be able to use fopen(), fread(), fclose() to access data from COM ports. But I don't remember doing it in recent past. But I've used a utility called Com2Kb...
|
| More Answers for "FoxPro" |