Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
1 answer
159 views

I'm working with a few old DBF files that contain special characters from the Slovak, Czech, and German alphabets (e.g., š, č, ř, ä, ö, ü). Both Python libraries dbfread and dbf indicate that the ...
Score of 1
1 answer
295 views

I need to display results in a cursor, which is received by the variable cListData. I need to display these results in a list object, so I have chosen RowSource = "aListData" and ...
Score of 1
1 answer
218 views

So I'm currently trying to convert a foxpro .dbf table from an mrp system my company uses (PCMRP) to an excel spreadsheet via my Access application using ADO and an ODBC connection. I'm getting the ...
Score of 0
0 answers
120 views

I have to migrate a legacy application written in Clipper 5 using DBF/CDX database (probably FoxPro 2.5). The new app will use firebird 4. The migration of the data is working correctly except for ...
Score of 1
2 answers
385 views

I was tasked in exporting all records from a database into Excel spreadsheets and name each one phoneNo.xls which is one or the fields returned by the select statement. I did this but I am getting a ...
Score of 0
1 answer
89 views

Cannot map data properly Data exactly in FoxPro has received well enter image description here var list = new List<IdStringName>(); using (IDbConnection dbConnection = new OleDbConnection(@"...
Score of -1
1 answer
180 views

fresh installation of FoxPro 2.0 under DOS 5 fails to run with an error message: EXE and OVL file do not match what does it mean and how to fix it?
Score of 0
0 answers
131 views

In Microsoft Visual FoxPro 9 Combobox control is placed to form. Its style is 0 -Drop-down combo box, which includes a list box and an edit box When clicked in border combobox dropdown event occurs. ...
Score of 2
0 answers
167 views

I've been trying to migrate a Foxpro application from MySQL ODBC connector to MariaDB ODBC connector. While I've been testing the new connector, I found that every COUNT(*) field in SQL queries is ...
Score of -1
1 answer
532 views

I have two foxpro tables, one is aa2.dbf and another is tradeinfo.dbf. I need to insert some data from tradeinfo.dbf table to aa2.dbf table within a daterange. Date field is bookdate, I write the ...
Score of 1
1 answer
241 views

Visual FoxPro application is running with Windows 11 Remote Desktop Client in Microsoft Hyper-V server 2019. Sounds are enabled in RDP client and Windows sounds from RDP apper in client. Application ...
Score of 1
1 answer
235 views

I work with fox pro dbf files in dbf library in Python. I faced one problem. I have in my dbf file field 'DISTANCE' with field 'type-Double, width - 8, decimal - 3' in VisualFoxPro. After creating ...
Score of 3
2 answers
696 views

I have a requirement where I need to convert Foxpro SQL syntax to SQL Server. What should be appropriate equivalent of below Foxpro code in SQL Server? Here is complete statement: Its a DBF Update ...
Score of 0
1 answer
741 views

Is it possible to add a key to index file cdx programmatically using a function like addkey()? I want to use Ms FoxPro. An Integrated functions to manipulate a foxPro index File . I used that but ...
Score of 1
0 answers
408 views

How to change computer name for one Windows .exe file (Visual FoxPro application). Application gets computer name using sys(0) which probably makes some API call. I tried to create .bat file with set ...

15 30 50 per page
1
2 3 4 5
57