Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display when Index Changes
Message
From
20/08/2001 13:14:00
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00546206
Message ID:
00546303
Views:
22
Robert-

> Yes, local view
>
>>If so, how are you indexing the view?
>
> View is indexed on the DE INIT using the standard INDEX ON syntax

Okay, but are you building _all_ the indexes at that time and then you only ever issue SET ORDER? Or do you issue an INDEX ON sometime later, and it's at this point the textbox value...disappears, by which I assume you mean is blank.

>>Do you index it when the form is first initialzed? And then you SET ORDER TO [tagname]? If so, then the data shouldn't disappear normally.
>
> I've tried SET ORDER TO in various places including form init. No change.

Is the following accurate? If it is not, please clarify.

Form's DE init creates (1|all) indexes on the view.

You issue GO TOP (?)

When the form displays, the text box value is showing (correctly|incorrectly) with the expected value.

You have a button (?) that you click to change the order of the table.

In the click (?) you do SET ORDER TO [tagname]

At this point (?) the textbox value is (blank|okay)?

The textbox is (bound|unbound) to a field control?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform