Scott,
Just giving you another option, why don't you make a copy of your application on another folder and use that copy to play with your ole object. You can remove that ole object temporarily then compile. Of course, you have to comment out those codes that makes use of that ole object...
Scott,
I remember that error in one of my applications. I'm not sure if there is some similarity but in my case, during build it did not throw any errors and a new exe was always created. However, I realized that there was a problem in the registry of my ActiveX. I had an activeX on one of my...
Jockey4,
Yes I compiled my application to an exe and tested it on my PC and it was working fine. No changes made to my application except that I had to remove the 32-Bit ActiveX and comment the codes that uses them. I have not deployed my application yet but to check if your application is a...
Guys, I played with this VFP 10 64-Bit and it really converted my application to a 64-Bit version. I also noticed that my application worked more faster than when it was in a 32-bit version. The only downside is I have to remove a few of my 32-Bit ActiveX and that there are no 64-Bit ActiveX...
Hi Bill & Steve,
That was very nice Bill. Thank you so much. I give you a star for this.
Thanks also to Steve for your post. It might be useful in some other way.
Bren Soriano
SA-Philippines
Good news everyone!
Quotes from Hentzenwerke:
"Rising star this month is Visual FoxPro. It jumped in one year time from position 51 to 20! It is interesting to see that there is a whole bunch of "new" programming languages (such as Visual FoxPro, ColdFusion, Ruby, D, and ActionScript) trying...
Frank,
You don't need to pull all the data from remote table then search for the record make changes to an updatable cursor then update the remote database. You can directly pass an SQL statement to the remote table using SPT.
Try this:
=sqlexec(locxn,"update data10 ;
set appt_len = 99...
Foxkid,
Additional tips aside from the above suggestions:
Database:
1. As much as possible, make sure that your tables are normalize so that you can minimize harddisk consumption.
2. Establish a relationship between tables so that you can have a high data integrity of your database and at...
Mercury37,
BTW, the ocx applies to VFP7 and up. VFP6 doesn't support the command:
thisform.olecontrol1.gradient(thisform)
Unless if you can figure a work around for this.
Enjoy it.
Bren
Project Team Head
Philippines
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.