Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids
Message
From
20/05/1999 12:22:18
 
 
To
20/05/1999 12:13:50
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Grids
Miscellaneous
Thread ID:
00220880
Message ID:
00220907
Views:
26
well the user clicks the on the item in the grid they want ok and then withing the same row there is more information in different cells so for instance if i want to select item a i would click on a and all the information in that row on the grid gets passed. what happens is the first time through when they click it it works fine. after they click the item on the grid they want they then click an ok button and i pass the values of there selection to other things the problem is that if they do not click on each cell in the given row it will not pass the information only the first time they use it will it pass the information here is how i pass the information this is pretty much all the code i use to handle it and like i said it works fine the first time through but the everytime there after it only passes info from the exact cell they click
form1.a1social.value = form1.container3.grid2.column1.text1.value
form1.accession.value = form1.container3.grid2.column2.text1.value
form1.a4drawdate.value = form1.container3.grid2.column3.text1.value
form1.a2lastname.value = form1.container3.grid1.column2.text1.value
form1.a3firstname.value = form1.container3.grid1.column3.text1.value
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform