Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get DDEInitiate() to work in RunTime Version.
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00183907
Message ID:
00184076
Views:
22
>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!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform