Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is this bug corrected in VFP9 SP2?
Message
De
09/02/2008 07:43:53
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Is this bug corrected in VFP9 SP2?
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01291034
Message ID:
01291034
Vues:
56
Grid.RowColChange can't detect rowChange. Is this corrected?
Public oForm
oForm = Createobject('myForm')
oForm.Show

Define Class myForm As Form
  DataSession = 2
  Add Object myGrid As Grid
  Procedure Load
    Use (_samples+'data\customer')
  Endproc
  Procedure myGrid.BeforeRowColChange
    Lparameters nColIndex
    If This.RowColChange = 1
      Nodefault
    Endif
  Endproc
Enddefine
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform