Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Could not figure out exactly what this code does
Message
 
 
To
02/06/2009 16:29:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01403230
Message ID:
01403312
Views:
47
>It's a recursive descent down the directory tree, adding each sub-directory to the path, from the home directory, written in the days when you had to change the default directory to get ADIR to work right.
>
>Hank
>

Hank,

Sorry for unrelated question. I created a numeric textbox class which is a subclass of a _textbox class which in turn is a subclass of several more layers.

I created a simple form with few textboxes using this class. All properties of the textbox are left to default values except for SelectOnEntry property set to .T.

I'm getting a wait window message 'Invalid Input' and I have to kill VFP.

I spent 3 or more hours already trying to figure out what's wrong. The more complex form using this class works OK.

The code hierarchy is so deep, that I can not really trace it and find out how to not perform any field level validation.

I tried setting lNoFieldValidation property of the form to .T. to no avail.

I'm very depressed now after spending so much time on this trivial problem and not even close to the fix.

Any ideas?

BTW, the form itself has absolutely no custom code - it is just a form with few textboxes sharing the DS of the parent form.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform