Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids:allowcellsection=.F. disables capture of dblclick(
Message
 
 
À
30/03/2005 09:14:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00999898
Message ID:
00999915
Vues:
18
Peter,

The grids double click does fire when AllowCellSelection=.F. so look why your code doesn't work properly.

>Then:
>
>LOCAL lcMsg as Character
>
>TEXT TO lcMsg NOSHOW TEXTMERGE
>DO you really want to delete this message:
><<cc1.notes>>
>
>ENDTEXT
>IF thisform.AllowDiaryDelete AND MESSAGEBOX(lcMsg,4+32+4096,"Delete Message",20000)=6
>	WAIT WINDOW NOWAIT  " Deleting Diary "+TRANSFORM(cc1.diary_id)
>ENDIF
>	
>
>should display the wait window when the grid is dblclicked
>It works when i double click on a non record part of the grid
>But in order to delete a record one would double click ON THE RECORD to be deleted, intuitivley?
>
>I guess allowcellselection needs to be true for this to work
>BUMMER
>
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform