Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get DDEInitiate() to work in RunTime Version.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00183907
Message ID:
00184076
Vues:
23
>Have you tried something like:
>
>llddeenabled = DDEENABLED()
>IF NOT llddeenabled
>  = DDEENABLED(.T.)
>  * Your processing here
>ENDIF
>= DDEENABLED(llddeenabled)
No I hadn't exactly. But I just did something similar.
I ran this on the same machine, once under the Development version and once under the run-time version. With the following results:

                    && Under Developer       Under Run-Time
? ddeenabled() && .T. .F.
? ddeenabled(.t.) && .T. .F.
? ddeenabled() && .T. .F.
? ddelasterror() && 0 10


Thanks for the input,
If Bill Gates had a penny for every time windows crashed he'd be... Oh wait he does!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform