Hi,
simple question with no answer in sight. After starting an external appl from within VFP with Shellexecute i want to make sure, that the appl does its job and only after that, i can query its result. If i use
Shellexecute(0, "", appl, "", "", 1)
DO WHILE isRunning(appl)
ENDDO
it skips...