Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is a default Field value coming from.
Message
From
09/01/2003 18:01:24
 
 
To
09/01/2003 15:11:38
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00739981
Message ID:
00740102
Views:
20
Hi Steve:

>I have a form with a table in the DE. When You click new on the codemine toolbar a default value is filled in for one of the fields. I need to find where that default value is coming from. Sounds simple.

Codemine tool bars usually use cmdToolAction buttons. By definition, an action button is associated with a statemanager defined action. In turn the action is associated with a form based method. It may be a form method that is fired by the action that is providing your default value. The main problem is just establishing where your predecessor defined his custom "states".

Other than that, if you have something like the GoFish utility (available here in the downloads), you could do a search based on the field name and scope the search on the project in question. This would then allow you to find any reference to this field from any file in the project. This should lead you to the offending code.

HTH
-=Gary
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform