Well for example i have form1 form2 form3 .
form1 is my main form .
form2 is a data form
form3 is a search form which is called from form2 and stores results to form 2 .
When i call form2 from form1 and then call form3 from form2 it does not store results to form2 . I get error object form2...
Well i'm scanning bar codes , cursor afas gets values of product and appends it to cursor rasti . How come i'm getting only one value in cursor rasti ? I thought it will append values from cursor afas to rasti to make a list of products
i'm trying to do like this
CREATE CURSOR rasti(bar_kodas char(20) NOT NULL,pavadinimas varchar(100) DEFAULT NULL,vieta_sandelyje varchar(20) DEFAULT NULL,kiekis float DEFAULT NULL,kaina float DEFAULT NULL)
a = UPPER(ALLTRIM(thisform.text1.Value))
rezultatai =SQLEXEC(P1,"SELECT * FROM...
Well I need to get data from active row in my grid . I'd like to populate textboxes with data from grid for editing purposes . how can I achieve that?
Best regards
Well question is simple, how can i store data from mysql query to editable array or cursor ?
i'v tried like
SQLEXEC(P1,"SELECT * FROM zaliavosprekes WHERE pavadinimas LIKE '%"+a+"%' INTO CURSOR cOrders","afas")
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.