Thanks Stefan,
But can u please clear me one more thing and that is the difference between model and modeless and its uses in different places.
thanks and regards
Hi all,
When I am giving this command :
do form temp to xname
It is giving an error "The TO clause can only be used with model and formsets"
I am using pageframe in the form. Am I getting this error due to this only.
I want to return a value to a variable after unload event of the form.
pls...
Sorry Actually, I am not able to explain my problem. let me try once again :
table1
------
name
address
sub1
mark1
sub2
mark2
sub3
mark3
sub4
mark4
sub5
mark5
sub6
mark6
table2
------
name
address
subcode
sub
marks
table2 is having some records of students and table1 is blank
now the code...
Not like this rob, actually I have done this some time before and missing it.... it was something like this
sele table2
go top
do while !eof()
sele table1
repl t&table2.t with table2.value***(missing something)
sele table2
skip
enddo
Hi all
I am having a table table1 having fields t1,t2,t3,t4,t5,t6.
now I am having another table table2 having fields t,value.
table1 is blank and table2 is having some records. I want to append table1 from table2.
I want that if the value of table2.t is 1 its value should replace in table1.t1...
Hi Guys,
I am going to start developing new project in vfp8.0. Now I want to know some things which should be in mind before starting it.
Its a company having about 100 computers in network.
Now, what comes in my mind is as follows :
1. Make a single directory in my computer with the name of...
I have deleted it from recycle bin too....
I have recoved all the files with the help of Sighthaze's advice but some of my files are not been recovered (giving 0 bite size) and some of them are showing the following error...
"OLE error code 0x80030109: The docfile has been corrupted. OLE...
Dear all,
By mistake I have deleted all my forms and reports from my computer. I am having its .exe and .pjt and .pjx files. Is there any other way to get all my files back so that I may able to modify it.
Thanks and Regards
No mike its not working... I am writing here the actual codes I am using.
***********************temp.prg*****************
SET ENGINEBEHAVIOR 70
SELECT x.pono,x.podate,x.party,x.buyerorder,y.fabdesc,sum(y.order) as order,y.rate,y.targetdt;
from sukam!pomaster x INNER JOIN sukam!podetail y;
ON...
Thanks Mike for your reply.
So according to this 'left join' can help me in solving my problem. But, when I am using it as :
sele xyz.*,pqr.receiveqty from xyz left join pqr;
on xyz.pono = pqr.pono where xyz.itemname = pqr.itemname;
into cursor abc
again, I am getting the same result and it is...
I am having 2 tables name xyz and pqr
xyz is having fields pono,itemcode,itemname,orderqty
pqr is having fields slno,pono,itemname,receiveqty
now I am writing these codes to generate report :
sele xyz.*,pqr.receiveqty from xyz left outer join pqr;
on xyz.pono = pqr.pono where xyz.itemname =...
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.