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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
That's reasonable. I'm using setup wizard but I can double check runtime libraries...
But which are the "basic" run time libraries used by VFP? I'm not using extra Activex Controls neither another kinda external controls? BTW: I´m developing with the spanish distribution of VFP (if...
I'm devloping a typical application with VFP 6.0. under Windows 98. I have no problem during development nor during .EXE construction.
When I take the distribution diskettes to a target machine the .EXE application sends a message:
"Win 32 Not a valid application"
and it only...
I guess you want to update the textbox's value while you transverse your table. I suggest this: the same code that Jim has written but located in the Refresh method of the textbox:
TextBox::refresh
this.value = substr(table.field,3,2) + '/' + substr(table.field,5,2) + '/' +...
I've trying to change text attributes in a report at runtime (more specific, text face and height). Perhaps, before I make a call to do report ....
Does VFP 6.0 support somehow this feature?
BTW: I feel that the report designer included with VFP does not fully "match" OOP/OOD...
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.