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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by WayneBecker

  1. WayneBecker

    Missing Icons on Navigation Toolbar - Continued

    Thanks for the replys. The navication toolbar I am using is under "wizbtns" which is included in my project under the "Classes" Tab. When I expand "wizbtns" the class "picbtns" is found which is the toolbar I am having the trouble with. I dont know if...
  2. WayneBecker

    Missing Icons on Navigation Toolbar - Continued

    When I build my form the 10 part "navigation toolbar" is complete with all the Icons in each box of the Toolbar. When I compile, build an executable, build a distribution CD then install the application on another machine with the same screen resolution, 800x600, many of the icons in...
  3. WayneBecker

    Data Exchange Between Two Tables

    Thank-you Darrell. the program works like a charm. It brought in all the data from certain fields into the supplied database as well as adding in all the records that the customer had added. Thanks for the detailed help that a novice at this Visual FoxPro requires...
  4. WayneBecker

    Data Exchange Between Two Tables

    Darrell, I have not used the ORDER command in any coding so far. I have indexed the two tables on bob+str(number,7,0)+sub to an index file of the same name but I can't get past the xyz as it says these are not defined. I really have no clue where to go from here. I have filled in all the fields...
  5. WayneBecker

    Data Exchange Between Two Tables

    Thanks very much for the replies. Darrell, you have grasped my problem and I will try your solution. The Table A has in the order of 5000 records and table B can have any where from 4000 to 5500 depending on how many records the customer has added or what version of the program he is working...
  6. WayneBecker

    Data Exchange Between Two Tables

    I want to exchange data between one table and another. Table A will ship with the new application. Table B will already reside on the customers hard drive from a previous version. The customer may have added records in Table B that do not exist in Table A. They both have the same fields. They...
  7. WayneBecker

    Endin Application - Again

    Thanks fellows it worked great. I did have to leave the form ahead of the menu or the form did not appear. Thanks again for solving my problem...........Wayne
  8. WayneBecker

    Endin Application - Again

    There have been many postings and helps on Shutting down an application I have tried to follow them in my coding but the application will not close when I choose the menu pick "Exit CANstamp". This is my code sample: Main Program MODIFY WINDOW SCREEN TITLE 'Spinney Hill Software'...
  9. WayneBecker

    QBF Writing into Table

    Thank-you for the great solutions. I will try them and let you know how they worked. Thanks again....Wayne
  10. WayneBecker

    QBF Writing into Table

    When I use the QBF buttons from Component Gallery it writes the search data into the table I'm using. I built an application with one table and it works perfectly. When I copied the whole project into a new project with a different table but most of the forms and reports are the same. The QBF...
  11. WayneBecker

    Expanding "Print When" or Expression window

    Thank-you very much for your great help and patience. Thanks.......................Wayne
  12. WayneBecker

    Expanding "Print When" or Expression window

    Thank-you for the detailed reply. Does the procedure calculate the answer before calling the report or does it do it as each record is passed to the report? My problem is that it has to decide whether to print each line in the report, "Print When", or decide what the answer to the...
  13. WayneBecker

    Expanding "Print When" or Expression window

    Thanks for the prompt reply. What I was trying to ask is; is there any way to have an expression greater than the 256, or whatever the count is, of the present content of the "Print When" or "Expression" boxes associated with a report? The logic I am thying to use does not...
  14. WayneBecker

    Expanding "Print When" or Expression window

    Is there any way to have an expression greated than the "Print When" or "Expression" windows when using the Reports Generator? Thanks...........Wayne
  15. WayneBecker

    Missing Icons on Navigation Toolbar

    Thanks guys for the responses. The navigation bars are from the components gallery and I have not made any changes to them. I have the lib files in the directory when I do the Install thing. Thanks..............Wayne

Part and Inventory Search

Back
Top