Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Text1 double click event
Message
De
09/05/2003 12:53:00
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
09/05/2003 12:33:50
Dan Denne
Caroselli Beachler McTiernan & Conboy
Pittsburgh, Pennsylvanie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00786829
Message ID:
00786843
Vues:
16
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform