Search found 1 match
- Fri Mar 10, 2017 7:54 am
- Forum: Xbase++ 2.0
- Topic: FOXPRO TO XBASE++ CONVERSION
- Replies: 14
- Views: 40291
Re: FOXPRO TO XBASE++ CONVERSION
Hi, use plain Xbase++ 2.0, read the docs, take your FoxPro code and translate it 1:1 to Xbase++. I have done that with your code as shown below. Of ocurse i did some simplification - like hard coding notepad.exe. But it works: #include "activex.ch" PROCEDURE Main() LOCAL oWMI, colItems LOCAL aItem, ...