Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetFocus syntax
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00023700
Message ID:
00023706
Views:
33
>I have a grid that displays the contents of a database.
>I can click on each row and have the record pointer
>move accordingly. Now, when I click on a record, I want
>to update the text boxes that represent each column in the grid, and have the focus set on the first text box.
>
>I have the following syntax in the click event:
>
>scatter memvar
>show gets
>
>my_field.setfocus
>
>I keep getting an error that my_field does not exist.
>
>What am I doing wrong ??
>
>TIA.

If you have Visual Foxpro what's the idea to use SHOW GETS? It looks like very strange coding. Setfocus() is common method and should be referenced like Thisform.Grid.Column.Setfocus().
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform