Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Text1 double click event
Message
From
09/05/2003 12:53:00
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
09/05/2003 12:33:50
Dan Denne
Caroselli Beachler McTiernan & Conboy
Pittsburgh, Pennsylvania, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00786829
Message ID:
00786843
Views:
15
>I can't get anything to happen when I double click on a row of a grid.
>
>I am selecting records into a cursor and setting the grids record source with the following code:
>
>SELECT cur_gridfill
>
>WITH thisform.grid_otstatus
> .RecordSourceType= 1
> .RecordSource='cur_gridfill'
> .column1.header1.caption='Initials'
> .column1.width=50
> .column2.header1.caption='Status'
> .column2.width=150
> .column3.header1.caption='Date/Time Recorded'
> .column3.width=150
>ENDWITH
>
>In form designer, I have code for the text1 dblclick event that is just 'wait window "test"' but I can't get it to fire. What am I missing? Thanks in advance for your time.

.Recordsource = ''
* prepare cur_gridfill
.RecordSource='cur_gridfill'
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform