Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Word does not start
Message
De
21/10/2008 06:45:17
 
 
À
21/10/2008 01:05:17
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01355544
Message ID:
01356009
Vues:
29
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform