Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WOW this compiles - causes nasty bug
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
WOW this compiles - causes nasty bug
Divers
Thread ID:
00783762
Message ID:
00783762
Vues:
65
LPARAMETERS          ;
   nColIndex AS NUMBER

LOCAL                ;
   lPrevLockScreen

WITH THIS.PARENT
   lPrevLockScreen     = THISFORM.LOCKSCREEN
   THISFORM.LOCKSCREEN = .T.
   DODEFAULT()

   .cGeneric           = v_Review_Mat.Generic
   .txtSearch.value    = v_Review_Mat.cm_desc
   
   .REFRESH()

   THISFORM.LOCKSCREEN = lPrevLockScreen
ENDWITH

LPARAMETERS nColIndex
* ^^^^  This is the bug
Cleaning up code. Somehow inserted this into the AfterRowColChange EVENT of a grid during cut and paste ?????. Took me two hours to find. Received error as if parameter statement was bad. It was but for two hours I kept focusing on the first one. Geeshhh

What ben makes tracks for what wil be. Words in the air pirnt foot steps on the groun for us to put our feet in to.

Riddley Walker
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform