Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does Information pass straight from cursor to textbox?
Message
From
12/07/2002 03:51:01
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
12/07/2002 03:26:10
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00677878
Message ID:
00677883
Views:
25
>Hi Guys,
>
>Just a little question, if I insert a sql statement in the init of a form, does foxpro automatically match the field in the cursor with the textbox's equivalent name like how report does its job?
>
>Thanx
>Tom


No You have to set Textboxe's CONTROLSOURCE property to 'cursor.field'.
i.e.
use MyCursor
thisform.txtcField.CONTROLSOURCE = "MyCursor.cField"
HTH
Agnes
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform