Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word does not start
Message
From
21/10/2008 06:45:17
 
 
To
21/10/2008 01:05:17
Lutz Scheffler (Online)
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01355544
Message ID:
01356009
Views:
31
>You mean instead of
>
If  !TYPE("loWord") = 'O' or ISNULL(loWord)) THEN
>?
>
>(+.+)(-.-)(_ _)
>
>Agnes
>
>>Just use vartype() :)
>>

Agnes,

Vartype returns 'X' if the argument is null

?IsObject(m.loWord)
function IsObject(obj)
	
	return	inlist(vartype(m.obj), T_OBJECT) 		

endfunc
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform