Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What the correct behavior should be?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01411200
Message ID:
01411228
Views:
57
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>I have the form set up like this
....

>When I select a different option in a Picklist, I refresh the Makes available / selected (by selected I mean already existing in the table).
>
>The question is - what should I do with the information for Models and with my grid? Should I clear all the selections from the previous selection?

Sure, you should. The new selection have nothing common with new one.



>
>The other little problem - I'm not yet sure how to solve and if it needs to be solved (I think it does). If I select the same Option in the Picklist as was selected, I would not want to fire the logic, correct? I need to somehow figure a way to see, if the change was really made here.
*** GotFocus Event:
this.Tag = TRANSFORM(this.Value)
**** IAC event:
IF NOT this.Tag === TRANSFORM(this.Value)
   *** Refresh
ENDIF
>
>Do you see the interface I'm trying to create here and have some suggestions? The interface was outlined by the customer this way, BTW.
>
>Thanks.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform