Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WOW this compiles - causes nasty bug
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
WOW this compiles - causes nasty bug
Miscellaneous
Thread ID:
00783762
Message ID:
00783762
Views:
66
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
Next
Reply
Map
View

Click here to load this message in the networking platform