Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: FoxKid
  • Content: Threads
  • Order by date
  1. FoxKid

    Replace data in table problem

    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...
  2. FoxKid

    Initial Tips before developing any project

    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...
  3. FoxKid

    Retrive deleted files from project

    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
  4. FoxKid

    Sql Problem

    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 =...
  5. FoxKid

    combo box problem

    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")...
  6. FoxKid

    Making a string

    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...
  7. FoxKid

    Database Conversion from Access 97 to 2000 problem

    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...
  8. FoxKid

    Define View

    Can anybody please explain me the usage of creating view in a project. Why should I use view? How can it help me? Thanks and Regards Santosh
  9. FoxKid

    Toolbar Problem

    Hi All, How can we make our own toolbar for our program? Please Help... Thanks and Regards
  10. FoxKid

    Empty table?

    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...
  11. FoxKid

    vfpskin 2.0

    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...
  12. FoxKid

    Problem in setting up vfp environment

    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
  13. FoxKid

    updating table structure from one database to another

    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...
  14. FoxKid

    How to use checkboxes in treeview

    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
  15. FoxKid

    How to get job abroad?

    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...
  16. FoxKid

    Can we show word file in report?

    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...
  17. FoxKid

    How to change the icon of .exe or .app file

    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
  18. FoxKid

    how to get week of the month?

    Hi all, There is an option to get week of the year i.e. week(), but is there any command or function to get week of the month? Thanks and Regards
  19. FoxKid

    Picture from Buttons Disappear after making application

    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...
  20. FoxKid

    Access Program from the Network

    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...

Part and Inventory Search

Back
Top