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!

Search results for query: *

  1. 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...
  2. 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...
  3. 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'...
  4. 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...
  5. 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
  6. WayneBecker

    Missing Icons on Navigation Toolbar

    When I put a form together the navigation toolbar is complete with all the Icons on it. i.e. the arrows, edit, save, close icons are on the toolbar. When I create and run an exe file the arrows and a couple of the other icons are missing off the navigation toolbar. When you scan across the...
  7. WayneBecker

    Index Tag is not found

    When trying to run a form I get the following error: Index tag is not found Error: 1683 Index Tag is not found Method: embossedform.dataenvironment.OpenTables Line: 0 The table has no real index as I am using only one record to set up the end points for printouts. I have replaced the...
  8. WayneBecker

    Report - Print When & Remove Line if Blank

    I am using the same "Print When" expression on all the fields in the "Detail" line of the report. I am also using the "Remove line if blank" tick box. When the report is printed I get a four page report including the 18 lines that meet the criteria. The rest of the...
  9. WayneBecker

    Clipper seek from Form to Visual FoxPro

    I used the following code in Clipper to seek a record in a Clipper data base. The three variables are from stamp collecting where you have a Back of the Book Code a Stamp Number and a variety. How to I get the following code to work from a Form where the collector would select a stamp to view...

Part and Inventory Search

Back
Top