Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do i make my textbox value appear on grid?
Message
From
24/08/2001 04:07:13
Daniel C.
InfoData Bacau
Bacau, Romania
 
 
To
22/08/2001 18:54:46
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00546596
Message ID:
00548509
Views:
8
Depend how many columns U have in that grid.

Supposed that U have grdValue with 1 column than U have

grdValue
- grcColumn
- grhHeader
- txtTextBox
When U press a button U can say in the Click method of the button

thisform.grdValue.grcColumn.txtTextBox.value=thisform.txtAnyTextBox.value

Hope that helps U
Gretting...
Previous
Reply
Map
View

Click here to load this message in the networking platform