Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADD ClickEvent
Message
From
08/01/2001 15:23:37
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
ADD ClickEvent
Miscellaneous
Thread ID:
00460775
Message ID:
00460775
Views:
46
* Authform ADD ClickEvent (Parent)

SELECT person
LOCATE FOR DELETED()
IF NOT EOF()
REPLACE id WITH ''
RECALL
SCATTER
ELSE
APPEND BLANK IN person
ENDIF

Is this the correct way to do this? Or there is something missing or should not be there (SCATTER?)? BTW, the ID of the person table is primary key (can not be duped). Thanks for looking at this code and correcting it (if any).

Chuck
Today is tomorrow's yesterday.
Next
Reply
Map
View

Click here to load this message in the networking platform