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 Rhinorhino 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 hoffmanhoward

  1. hoffmanhoward

    Opening Screen in VFP7 compiled .exe

    Thanks Mike...that did it..
  2. hoffmanhoward

    Opening Screen in VFP7 compiled .exe

    Hi Mike, I went to the FAQ you suggested and tried it but I did something wrong because I don't really understand the language my form is called "payroll" Please advise what I have to change..I already did some replacing but I got error messages it didn't like .caption what...
  3. hoffmanhoward

    Opening Screen in VFP7 compiled .exe

    WHen I "check" top level and compile many of my other forms do not run when I click on them. When I check "normal" and compile all forms run. I don't know why this is happening. I guess this is the first problem to solve. any suggestions ??
  4. hoffmanhoward

    Opening Screen in VFP7 compiled .exe

    I am using a form as my "opening menu" when I compile my programs using the wizard I can not get my "Opening menu" to display on opening automatically. I have to either use the "quick menu" or file-open. and when I do open it is not maximized. How do I correct...
  5. hoffmanhoward

    closing a form within a form

    That did it..thank you very much..I can sleep again !!
  6. hoffmanhoward

    closing a form within a form

    I copied your code and ran it when I run Aircon's program and click on helppamenu I open my form called helppamanu When I run your program and click on helppamenu I get a blankform called helpform Maybe if you fix it so I can see my pahelpmenu form it might work. Why is it difficult...
  7. hoffmanhoward

    closing a form within a form

    Any suggestions...nothing has worked on my form to close the help window when I close the main form.
  8. hoffmanhoward

    closing a form within a form

    Do Form c:\homewell\helppamenu name ThisForm.HelpPAMenu I'm sorry...I did run it without the quotes and got the error message : Property HELPPAMENU is not found
  9. hoffmanhoward

    closing a form within a form

    Hi Aircon, Lastnight I was so happy when I got your program and tried it and it opened my helppamenu and then closed it with the other button but I had to leave at that point. This morning I got up and first thing I did was try to get my forms to work correctly. I went to the click of my...
  10. hoffmanhoward

    closing a form within a form

    Thank you..great help..it woks perfectly
  11. hoffmanhoward

    closing a form within a form

    thanks..but I am really kind of new at this... where to I put the code that you just gave me ?? and what about the other stuff in the previous help messages ?
  12. hoffmanhoward

    closing a form within a form

    O.K. I put: PUBLIC ohelppamenu DO FORM c:\homewell\helppamenu NAME ohelppamenu In the click event of a command button on Pamenu I put: IF TYPE("ohelppamenu")="O" ohelppamenu.release() ENDIF In the...
  13. hoffmanhoward

    closing a form within a form

    This is what I did: the mainform is called "pamenu" the help menu is called "helppamenu" in the click event of a command button on the pamenu form I put: DO FORM c:\homewell\helppamenu NAME HelpPAMenu In the queryUnload of "pamenu" I put: IF...
  14. hoffmanhoward

    closing a form within a form

    I am using a form called "helpform" as a "help screen" within another form called "mainform". I have an "exit" button on the "help" form to release it and it does..However, If I don't release it and close the form that it is in (mainform)...
  15. hoffmanhoward

    what is "goapp"

    Thanks for your quick response. I assumed that but I thinlk it is because there is an error in my programing..it says "an error has occured" "Object GOAPP is not found" (1923) GOAPP It then asks me if I want to resume the program. I can...

Part and Inventory Search

Back
Top