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 Mike Lewis 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. ulises48

    Not a table???

    This is embarrassing, but I have to say it... I was trying to open a VFP9 app with VFP6. I have both installed because I have apps developed in both platforms. Sorry!!! Happy New Year!
  2. ulises48

    Not a table???

    Addendum. I have to add that the app is working ok when ran from the compiled .exe
  3. 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.
  4. ulises48

    Form not working after building .exe file

    Well this is weird. I put the code in the grid's init()as Olaf said, and everything went fine in the IDE. I compiled the code and ran the .exe and everything went fine. It worked! I did not modify anything else but the init parameter. I set the init to default (blank) and now my form works OK...
  5. ulises48

    Form not working after building .exe file

    I am starting to think that my problem may come from my MAIN.PRG. So far this is the only difference I can see between running the form directly from the project manager (it works) or from my MENU form (does not work) which runs from my MAIN.PRG when executing the compiled .exe file. I don't...
  6. ulises48

    Form not working after building .exe file

    There is the grid with the columns and headers. Just no data in it. I will try Olaf's advise tomorrow when I'm at my working computer. Wll post the results later. Thank you all
  7. ulises48

    Form not working after building .exe file

    Thanks Olaf. Could you be more specific about how to do this? Thank you.
  8. ulises48

    Form not working after building .exe file

    danfreeman: yes it is. The weird thing is that the form works OK when I open it in the regular working/designing environment. As soon as I build the app in an .exe file, the view based grid starts out empty. I know there is data because other forms using similar data show it OK. Thanks for your...
  9. 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.
  10. ulises48

    Displaying a photo in a control

    Well thanks so much Mike for your prompt and clear response. I am not at my work computer at the moment, but will try that as soon as I get there. Again, much obliged. Ulises
  11. 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...
  12. ulises48

    SUM not giving correct result?

    Never mind. I swear I did not touch the code and it's working now!!! :o
  13. 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...
  14. 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...
  15. ulises48

    Set console off not working

    I appreciate all the input. I guess I'm showing off my newbiness :P @Tamar Could you be more explicit about how to put a query in a method? Please be as specific as possible. I am no expert as you may already know.
  16. ulises48

    Set console off not working

    Oops I meant combo boxes above
  17. 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