I am getting the following message when trying to return a new object to VBA from my Visual Foxpro COM server.
I have to replace an existing dll call that is registered and called using RegFn and CallFn respectively.
I am having a difficult time telling that a variable is string or number on foxpro 6 or other version. I am new in 开发者_开发问答this languages.You can use the VARTYPE or TYPE functions - these are s
We have a legacy COM+ dll that is called by an old ASP application.It is periodically crashing, and the call stack is very strange looking
I\'m still newbie in VFP, I\'m looking for advices and suggestio开发者_JS百科ns on how to pull SQL Server table fields into VFP combobox(or other objects as well, if its better), just like auto-comple
I\'m using VFPOLEDB to connect to an VFP database (directory of dbf files). Once connected, I manually create a table using:
I want to load large .DBF (Visual FoxPro) files into a DataTable. For smaller files < 300MB it works fine with a fill command, and it runs pretty fast.
My company is trying to use a 3rd party PDF generator from within VFoxpro 9.0. They supplied us with a .dll COM file and method documentation, but they don\'t support Foxpro so they can\'t help with t
I have a Visual FoxPro 9 application from which I call a wpf window using COM interop. When TAB is pressed for the first time the focus goes back to the FoxPro window. If I come back to the wpf window
I used leaves stru2mysql.prg and vfp2mysql_upload.prg to create a .sql dump file from DBF\'s. I connect to mysql database from vfp using ODBC.I KNOW how upload the sql dump file but i need to automate