Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Control - How To!
Message
From
26/09/2000 22:06:33
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00421256
Message ID:
00421270
Views:
15
>Hi VFP Users!
>
>I would like to use a grid to display records (rows) and fields (columns) like the fp browse command. The catch is that I would like to have a pointer to select a row (click) and then use that record to further process like in a detail view form.
>

You have to use an event in the grid.Column.Textbox - I recommend DblClick rather than Click because that indicates a more determininate action.

>I am using a grid now, but I don't get a mouse pointer. Its like I'am in the column with a |(similiar character) showing. Its hard to point and click for the user.
>

Set the MousePointer property of the grid.column.textbox.

>What do I need to do to correct this problem?
>
>Any good third party grids that work?
>

Check here on the UT in the Files section.

>As above; but would allow multiple rows to be selected and then process a final or done click.
>

Include a logical column in the grid's record source and let the user check it off for the records they want to view, then click a button outside the grid to call the detail form.

>Also, any easier lookup controls (vfp combo box/list box) ie look up a code and display a description in the field? Any better combo box / list box wizards? etc.
>
>Thanks in advance!
>Roland...
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform