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...
My native CP is 1250 (East European) and i've noticed, some of my source code is in CP 1252 (West European). Is there a way to change the "source code" code page from 1252 to 1250? I can't do this from within Project/Project info window since "Code page" option is disabled.
Thank you for any...
Hi,
i'm having troubles getting data from a master-detail related tables when a new detail is added and index in VFP detail or master table isn't updated yet (why is another story).
select m.master, m.detail, d.detail_data
from md_master m
inner join md_detail d
where m.master = XX and...
Hi,
i'm having a replication problem. I have 1 master and 14 slaves and 13 of them work fine, 14th keeps complaining about error in its relay-bin file. MySqlBinLog confirms error in file, but i don't know how to fix that so i'd like to do it the easy way. Can i do the following :
- save...
I'm having trouble declaring function from DLL in VFP. Declaring of variables and functions, that use "regular" datatypes (such as double, integer, string) parameters went ok. I'm not sure how to declare functions, that use variant (like vb datatype ANY) parameters.
declare VarFunc in abc.dll...
It's been asked so many times, but i've found no satisfying answer. I'm having problems accessing (for lookup purposes, no updating needed) old style Clipper NTX indexes from VFP9 application. I can't use CDX indexes since the enviroment is still alive (on NTX :-(). So, if any of you guys knows...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.