Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select items from a GRID
Message
From
31/01/2003 11:44:15
Joseph Smith
The Ohio State University
Columbus, Ohio, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00747439
Message ID:
00747701
Views:
14
tdate = DATE()
tseq = 0
ttrans = SPACE(10)
torg = SPACE(10)
tdes = SPACE(40)
tincur = DATE()
tdisp = DATE()
tamount = 0

tdate = tabform.pageframe1.debt.grid1.column1.text1.value
tseq = tabform.pageframe1.debt.grid1.column2.text1.value
ttrans = tabform.pageframe1.debt.grid1.column3.text1.value
torg = tabform.pageframe1.debt.grid1.column4.text1.value
tdes = tabform.pageframe1.debt.grid1.column5.text1.value
tincur = tabform.pageframe1.debt.grid1.column6.text1.value
tdisp = tabform.pageframe1.debt.grid1.column7.text1.value
tamount = tabform.pageframe1.debt.grid1.column8.text1.value

SET DELETED ON
DO FORM tranadd NOREAD WITH userparm, username, tdate, tseq,;
trans,torg, tdes, tincur, tdisp, tamount
SET DELETED ON
thisform.pageframe1.debt.grid2.refresh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform