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...
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
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 =...
combobox is not showing any list when i run this codes while table xyz is having more then 100 records in it...
Please help what is wrong in these codes.
Thanks and regards
***************************temp.prg*******************
PUBLIC oform
oform=CREATEOBJECT("pwfd")...
Hi All,
Assume that I am having 5 variable i.e. a,b,c,d,e, all are strings.
a='abc'
b='def'
c=' '
d='klm'
e=''
Now, I want it to be saved in a single string variable xtot. i.e
xtot='abc def klm'
There is all the posibilities of having any of these 5 strings to be blank except a. But in the...
Hi All,
I have made project in Access 97 and now, I am using Access 2000. My problem is that when I open my database in this, it wants me to convert its database. But, when I do it, it gives me an error "The Visual Basic for Applications project in the database is currupt". But it is...
Is there any single command to know that the table is empty i.e. having no records
I want to use it in if command as
if <table is empty>
do something
do something
endif
Is it possible? I don't to do it like this
sele xyz
go top
if !eof()
do something
do something
endif
Thanks...
Hi Everybody,
I have downloaded vfpskin 2.0 from net and saved all its file to one directory named vfpskin. Now I want to implement it on my forms. But it do work only if I save all my files in my default directory from where I am running my form. As I have saved it in the different directory...
Hi all,
I have made vfp8 setup file by istool and now wants to install it in one of my clients computer. While runnig it gives an error to update Windows Installer Service. My client is working on Windows 98.
Why is it asking for that and where did I get it?
Thanks and Regards
Hi all,
I am generating a software where I have made one database. I want to know how can I do the following task.
I have make to identical database. In one database I am adding new table or modifying it and in the second database data is been entered in my company.
What I want to do is that...
Hi all,
I want to know that what is the role of checkboxes in treeview and how does it work?
I want to get the list of items I have selected by checkboxes. Can I do it? if yes....how?
Thanks and Regards
Hi All,
I am in India and want to go abroad for a job. I have heard from some of my friends that there are many companies who likes to keep persons from abroad. They call them on their own fair.
I don't know is it true?
If yes How can I find such companies?
I don't want to go through travel...
Hi all,
I am having my company logo in word format. I want to print it in reports. How can I do this?
I have tried it by copying image and making it jpeg file but while printing it is not coming clear as it is coming in word file. Thus I want to add word file in my report to show the logo.
If...
Hi all,
I have created .exe file of my project. But it is showing fox(default foxpro icon) as its icon. I want to change it.
How is it possible?
Thanks and regards
Hi All,
I have made some forms through wizard in vfp8. It is running very fine. But when I make an application of it....the pictures of top,previous,next,bottom buttons disappears and all other buttons i.e. add,edit,delete,find,exit are working fine.
Only the problem is that all these 4 buttons...
Hi All,
I am working in Visual Foxpro 8.0 and have made a software in it using forms,reports,tables,menu and prg's. Now, I want to run same programme from the network.
But my problem is to how to do it? Weather I have to install vfp 8.0 in all other computers in the network or there is any...
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.