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 bkrike 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: Wendz
  • Content: Threads
  • Order by date
  1. Wendz

    Merging the contents of Two tables into a temporary table

    Hi Everyone! I need to have records on two tables having similar structure with an employee code like "0001" and store it on a temporary table with the same structure.How am I gonna do it? Can I use query to pruduce the results? Thanks
  2. Wendz

    Making fields as a Variable in Report

    Hi! Thanks for all the generousity of answering my questions. I hope you would not be tired of answering my questions. Can I assign a field to a variable? I tried to use the IIF command in Print When but it does not work. Whats the best way to do it? Wendz edbb@lycos.com
  3. Wendz

    Printing the contents of different tables in one Report

    Hello! I have a new problem in printing the contents of the different unrelated tables, three tables to be specific in one report. I tested to have it in one report but it will display only the first record of each three tables. How I am gonna display all of its contents in one report? I can't...
  4. Wendz

    Sorting Day in Date in Printing Reports

    Hello To All, I have a question regarding day of week in reports. I am making a report for birthday celebrants and I have filtered it according to the months of the birthday celebrants. My problem is how I am gonna sort the days of the birthdate like; 01/12/1990, 01/02/1989 and 01/13/1998. How...
  5. Wendz

    Multiple Detail Band on a Report

    Hi! I find this problem very difficult and I hope you will ben still generous to share for what will be my effective solution. My problem is: I have Fields like Educational Backgound, Work Experience and Organizations. I want this to be displayed in same page. What I know that it would be best...
  6. Wendz

    Having Special characters on a report instead of a boolean or Logical

    Hi to all! How do I put special characters like a checkmark instead of .T. or .F. on the report? I find difficulty on this part. Hope you can help... Thanks Wendz edbb@lycos.com
  7. Wendz

    How to Check if the Dir Exist and Copying Files on it

    Hi To all! I am designing a utility that will back-up files. I have a short program like this: local tdir, sdir sdir="c:\sps\data" tdir="d:\sps\data" if !empty(tdir) wait wind "directory found" nowait set defa to (sdir) else wait wind "directory...
  8. Wendz

    How To Check if Date is Blank!

    Hello Guys! I hope you will still help me with this problem. I have a report which is supposed not to display the dates if it is blank. It should only display the data like date_of_exit if it is not blank. I have used on the properties of a field display when NOT BLANK(org.date_of_exit). It...
  9. Wendz

    How to put draw symbols on specific coordinates in VFP

    I have a problem in putting symbol like a dot in specific coordinates. How to i draw a circle with the use of VFD using the dots. Any tips to recommend? Thanks. Wendz
  10. Wendz

    What do I need to link?

    I am currently studying Java for my frontend and Foxpro as my backend for the database. But the problem is I need to link the two. How do I link these two? Is it possible to link these two. Does it require another third party software to link? Thanks... Wendz
  11. Wendz

    Closing the Main Window via Close button

    I am just wondering why I can't use the close button on the main program to quit the main program unlike using the form on the main program. What I am doing to resolve this problem is I have a menu on the menu bar which has the comamnd quit. If I will be using the close button it has the message...
  12. Wendz

    Creating Multiple Pages in a Report..

    Hi to Everyone! I have a problem in creating multiple pages since the default in reports is single page. How do I create a three page report form for a single person for example a resume. I tried to create one but I cant make any additional two pages more. Is there any page break equivalent...
  13. Wendz

    Displaying Picture on a Form and Report

    Hello to all! I have a question. How do you display a jpg picture on a report and form. Example the picture has a similar basename on one of your records like code ser-men sermen.jpg. Thanks and More Power to All! Wendz
  14. Wendz

    Creating A Simple Progress Bar

    Thank you very much for the peopole who helped me on the date and string searching including menu problems. Now, I have a another kind of problem, I is been my long desire to create a progress bar. Right now, I am using wait window to display the status like opening. I want to be more realistic...
  15. Wendz

    Date and String Searching

    HI! Even I am still new to this site but I have learned a lot. People here are so generous with regards to their knowledge plus with matching examples. I have another problem with regards to searching by date and by names. I have just finished working on searching by their ID no. With DATE...
  16. Wendz

    Searching using Date and String Values

    HI! Even I am still new to this site but I have learned a lot. People here are so generous with regards to their knowledge plus with matching examples. I have another problem with regards to searching by date and by names. I have just finished working on searching by their ID no. With DATE...
  17. Wendz

    Handling of Menu

    HI! I'm a programmer which was assigned to work on a program<br>regarding an Information System. I have a problem regarding handling of menus. The enabling of menu depends on the codes via access on passwords. There are different levels on the access and some of its access requires disabling of...
  18. Wendz

    Menu Problems

    HI! I'm a programmer which was assigned to work on a program regarding an Information System. I have a problem regarding handling of menus. The enabling of menu depends on the codes via access on passwords. There are different levels on the access and some of its access requires disabling of...

Part and Inventory Search

Back
Top