Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changes codes into one line
Message
From
21/07/2008 01:07:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Changes codes into one line
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01332701
Message ID:
01332701
Views:
40
Hi all, these can be write in one line. thanks
IF EMPTY(tmonth)
=MESSAGEBOX(' Month is empty')
thisform.month.setfocus
RETURN 0

***********

iF EMPTY(tmonth),=MESSAGEBOX(' Month is empty') thisform.month.setfocus RETURN 0


ENDIF
Next
Reply
Map
View

Click here to load this message in the networking platform