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!
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.
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...
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...
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
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...
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.
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
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...
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...
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...
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.
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.