| View previous topic :: View next topic |
| Author |
Message |
NathanH Valued Newbie
Joined: 05 Sep 2001 Posts: 32
|
Posted: Tue Jul 01, 2003 7:27 pm Post subject: Table CLICK event |
|
|
I have 4 columns in my table. I can only click on the first column of any row to selct that row. I want to be able to click on any of the four items in the row and use @ITEM(TABLE1) to capture that line to a variable.
Possible?
Nathan |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Jul 01, 2003 7:35 pm Post subject: |
|
|
I don't think it is possible to select an item that is not in the first column.
However, take a look into the VDSOBJ02.DLL which has
what you are looking for.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1566
|
Posted: Tue Jul 01, 2003 7:48 pm Post subject: |
|
|
Using the VDSOBJ and take a look at example 2 included and you will be able to do this. It really is a string grid rather then a 'table'.
You may also want to take a look at Tommy's vdslists.dll as it may also do what you are looking for, I'm not certain on this. |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Jul 01, 2003 7:51 pm Post subject: |
|
|
I'm pretty sure that the VDSLISTS.DLL uses the same control... but it's
worth a try.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
NathanH Valued Newbie
Joined: 05 Sep 2001 Posts: 32
|
Posted: Tue Jul 01, 2003 10:13 pm Post subject: |
|
|
Thanks for the suggestions, more just curious then anything, at this point only a few of us are using the program I wrote, so we know to click on the first column to select it. I'll consider the other DLL's if I get into a situation that needs the extra functions provided...
Thanks.
Nathan |
|
| Back to top |
|
 |
|