Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CBU64

  1. CBU64

    Error 1756. Help!

    Has someone ever received a #1756 error? According to VFP 6.0 (SP 5), it means that my form's vcx file is damaged! I receive this message when I try to save my form after making a change. An annoying fact is that VP6 sometimes sends me this message (which avoids to save the form) and...
  2. CBU64

    A table in my database is damaged

    Thank you both Geoff and Mike, You were right. Back to the basics was the solution. I had misspelled my table's path (due to a change on the structure of my project). Very kind from you! Take away all the buzz of this biz and what do you get? 01000100101010...
  3. CBU64

    A table in my database is damaged

    and it is very large: many fields, many attributes -formats, masks, validation rules, etc. And I presume that it is damaged because I can't handle it (I can't even open it: when i try "use localidad" from command window, VFP 6.0 says that there is no table with such name). My table is really...
  4. CBU64

    I knew controls are created before the form that contains them, but...

    You're right Dave. But I didn't mention that my nav control was contained into a pageframe (actually, it would've been contained into one of its pages). What I meant was that it stop working when it's OVER the pageframe. I restarted working when I pasted it UNDER the pageframe (in a hidden...
  5. CBU64

    I knew controls are created before the form that contains them, but...

    I can see your point Tamar, but in this case, as I wrote previously, I expected to rely in something: objects in a form are instantiated BEFORE form activates itself, aren't they? Take away all the buzz of this biz and what do you get? 01000100101010...
  6. CBU64

    I knew controls are created before the form that contains them, but...

    Dave: I undid my minor changes (really, I was updating text on a status bar...) but it didn't fix a thing :( Belive it or not, I found a "solution": Beside this object (record navigator) my form owns a pageframe control (with 4 pages). Normally, in order to show my navigator in front of...
  7. CBU64

    I knew controls are created before the form that contains them, but...

    No code in the load method. I have code in the form's init & activate. Take away all the buzz of this biz and what do you get? 01000100101010...
  8. CBU64

    I knew controls are created before the form that contains them, but...

    in this case, I created a navigation class for my apps. Using form designer, I instantiated this class, initiated it and I've using it regularilly (in my current form and in previous). Today, making some minor changes in my app, the code in my form's active method (which references some...
  9. CBU64

    Asynchronous query execution from my ODBC app

    Thanks for your approach, Tony. Actually, I don´t care about its output: it all goes to a new table on mySQL, preparing a temporal table (something like a cursor) for further requests. I'll give it a try and keep you informed about. Take away all the buzz of this biz and what do you get...
  10. CBU64

    Asynchronous query execution from my ODBC app

    Hi everybody, Don't know if someone has experience about the following matter: I'm programming an ODBC client app, based on Visual FoxPro 6.0 as frontend, and mySQL 4.1.13-nt (running under Windows 2003 Server) as my RDBMS backend. I want to know if there is a way on which I can execute a long...
  11. CBU64

    Getting a "not a valid Win32 application" message

    Hi everyone, I've been developing a Client/Server frontend based on VFP 6.0. and mySQL as backend for a real state company down here in Mexico. Initially, I started developing in my office, setting up the whole environment there. When I released the first beta version of the .EXE file, I sent...
  12. CBU64

    Atonished about an 'Alias 'xxx' is not found' error

    I was working with a database normally until this morning. I had a table (let's name xxx) which was involved in many forms. Suddenly, VFP 6.0 started bugging me with an 'Alias xxx is not found' error each time i tried to open a form. Tracking back this error, I detected that the Data...
  13. CBU64

    MessageBox

    There are many way you can make messagebox function work as you want. It's general sint. is: ?messagebox('message you want to display, ; box_qualifiers, ; 'box title') NOTE: remember ; indicates that the command, function, etc. continues in the next line. It seems that u're mainly interested...
  14. CBU64

    Using Data Encryption DLL

    Another option: I found this site: http://milan.jikos.cz/ This guy has implented blowfish encryption algorithm under VFP clases. I've using it in a couple of proyects and it seems to work fine. Take away all the buzz of this biz and what do you get? 01000100101010...
  15. CBU64

    Problem with a memo field in multiuser environment

    Hi everybody! I've having problems with a memo field. I have an app designed to work in a multiuser environment (via shared files) thru a form that contains a button that in its click event, among other things, enables controls associated with their corresponding fields and executes the...

Part and Inventory Search

Back
Top