Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hyperlink In A Grid
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00463234
Message ID:
00463244
Views:
13
>I want to display a list of file names. I was thinking of populating a
>simple table with those names, then basing the grid off the table.

>In one of the columns, I want to see a hyperlink with the text of the
>file name, like c:\temp\somefile.txt

>At this point the user can click a link and have it open the file.

This is only one way to do it,

1) Make a base class grid, in the properties box find the textbox in the column you want the drilldown

EX: Column1.Text1

2) In the rightclick method put the code

MODIFY COMMAND (THIS.VALUE)

3) Make your form, drag the grid on and populate

Bob
'If the people lead, the leaders will follow'
'War does not determine who is RIGHT, just who is LEFT'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform