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

    Not a table???

    Hello all. I moved a very small application from my desktop computer to my laptop to work on it while away from my desk. Now when I try to open some tables, I get the message "Not a Table". What's happening? This happens only in some tables. Thank you in advance.
  2. ulises48

    Form not working after building .exe file

    Hello all. I have a form with 2 grids. One of them is based on a view. The form works ok when I run it while in designing mode, but as soon as I build my app into an .exe file, the form shows an empty grid. What am I missing? Thank you in advance.
  3. ulises48

    Displaying a photo in a control

    Hello all and thank you in advance for your time. I'll try to be as specific as possible in my question. Basically,I have a PRODUCTS table. I want a form with a combobox that displays a list of all the products in the PRODUCTS table and when selecting one, a PHOTO of it is displayed in a...
  4. ulises48

    SUM not giving correct result?

    Hello and good day. Why this SUM code gives me only the value in the first field of my table? PUBLIC xNumPedRec xNumPedRec=ALLTRIM(THISFORM.numped1.VALUE) SUM tblorders.totprod ALL for ALLTRIM(tblorders.numped)=xNumPedRec TO xRecalc THISFORM.text1.VALUE=xRecalc (xRecalc here shows only the...
  5. ulises48

    How to reset an autoinc field to 0?

    Hello all. I have a table with an autoinc integer field. I am obviously doing some testing. When I DELETE ALL -> PACK I thought that the field resets to 0 but that's not happening. Only way I have found to reset the field to 0 is deleting the field from the database and creating it again, but I...
  6. ulises48

    Set console off not working

    Hello all: I have: SET CONSOLE OFF SET TALK OFF SET ECHO OFF And still, when opening some control boxes based on a SQL statement, I get the browse window. What am I missing? Thank you in advance

Part and Inventory Search

Back
Top