Mike, yes, it's the one downloaded from your site and it works when appl being tested was not run from within the VFP and no user action was taken from "execution time". I've tried with inkey but to no avail, appl sleeps until it is forwarded from the waiting list, which happens with every "user...
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...
Mike,
PRG files are OK, i'm having problems with forms (scx files). If i enter a string in my native CP in gets converted into 1252 after i save the code.
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...
Oh well, i think i've found the answer. All i have to do is put upper (or whatever that isn't in the index eexpresion of the table) in where criteria (so that it doesn't get recognized as part of the index) and i get the expected results.
Case closed. :)
Borislav, unfortunately, setting optimize on or off doesn't help either since SQL statement isn't considered "FOR supported". I've tried this in the start, but to no avail. If only i could use SELECT ... NOOPTIMIZE ...
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...
Mike, this wasn't AdvantageDatabase, right?
They don't have VFP listed for their API, but since they do have VB on their list, i thought, VFP should work too. If they had not released API for VFP, it's not likely, that they will, not matter what the VFP potential. But their API gives me access...
... and hope for the best ?
As a start yes, but i'll need a reliable solution for this problem. Hopefully, the names of variables will be selfexplaining.
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.