Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid & Activate Cell upgrade quirk
Message
 
À
12/10/1998 03:17:15
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00145831
Message ID:
00145838
Vues:
44
>>I have a app which I plan to distribute in vfp3 (for the 16bit'ers) and vfp5.
>>
>>I have done all my development in 3 and have found the port up to 5 really great. One niggle is that I have a grid with no horizontal scroll bar but a keypress event on the last column to reset the grid back to the first cell when the user presses enter.
>>
>>this.parent.parent.activatecell(1,1)
>>
>>In vfp3 this moves the focus back to the first column
>>In vfp5 the focus moves to the first VISIBLE column.
>>
>>What should I do to correct this?
>>Sarah
>Hi Sarah,
>To row 1, col 1 really ?
* Beforerowcolchange
>LPARAMETERS nColIndex
>if lastkey() = 13 and ;
>	this.activecolumn = this.columncount
>	go top in (this.recordsource)
>	this.refresh
>endif
Cetin

Cetin, thanks... but the important bit is the COLUMN 1, this code took me to row1 but not column 1 which is exactly what vfp3 let me do and what I need. Any other ideas?

Sarah
Sarah King
pcpropertymanager.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform