Hello
CREATE TABLE temp FREE (idpr i(10))
INSERT INTO temp (idpr) VALUES (232323)
INSERT INTO temp (idpr) VALUES (78979)
INSERT INTO temp (idpr) VALUES (3865678)
DELETE FROM temp WHERE idpr = 78979
SELECT * FROM temp INTO CURSOR cur
SCAN
MESSAGEBOX(idpr)
ENDSCAN
In this example the row...
Hello,
then I open the form in the developer view it works fine but when I make a build and run this my stuff not works ;( What I have todo for the build that all works?
Hello,
I tried to create a ListBox with a Key, Value pair but it will be not work ;( Can somebody give me an example for it?
I want set only text and I want see only the value in the list.
Hello,
I can add files to my FoxPro projekt. It is possible to copy this files out of the projekt e.g. by using a form?
Thanks
p.s. sorry for my many questions but I'm new
Hello,
with DO can I call a procedure or function in another program, but when I call a function do not get back anything. It is possible to do it?
Thanks
Imox
Hello,
I currently learn foxpro, because I have to adapt an old program. My question is how I can get a statement from the internal foxpro databse. I need the data in a programm code.
Thank you
Imox
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.