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 wOOdy-Soft 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 nguyen12

  1. nguyen12

    Form problem

    Hi All. I have some problem with my foxpro form design. I am wondering if there is any effect on current application if you copy an existing form to current form in the application. I also have trouble adjusting the form in the design environment. I added a button to the form and place it on...
  2. nguyen12

    Help

    It is one of my form. I set application.visible = .f. in the init event of the form. Now i can't get access to my application. I am in trouble now. Please help.
  3. nguyen12

    Help

    Hi all. I was working on my application, and i accidentally set application to false in the init event of my application, now i can't open my application. How do i undo this command. Thank you very much.
  4. nguyen12

    Form Problem

    Hi all. Does anyone knows how can i exit the form in VFP and return to the main menu in VFP when i click on exit button of the form. Thanks
  5. nguyen12

    ARRAY

    Thank you.
  6. nguyen12

    ARRAY

    Can you give me an example of how to make a group option buttons repeat some action over and over again. I am trying to make my group button to display a form when the user click on the button. But i don't know how to write the code for. Thank you.
  7. nguyen12

    ARRAY

    Hi. Does anyone know if you can make an array for the option button group, where you can select an option to do certain thing more than one time. THanks
  8. nguyen12

    nguyen12

    I tried your suggestion, but it's not working.
  9. nguyen12

    nguyen12

    Here is what i do. In the first form i set form visible to .f., and then i use the command release thisform, and then release the window name. in form 2 i have three button, so i set case for each button like case 1 do something, case 2 do something, case 3 i will hide secondform and then...
  10. nguyen12

    nguyen12

    I tried your method. But it did not work. Is ther any other method to do it?
  11. nguyen12

    Form problem

    How do you use reset property. In my form2 i used thisform.reset = .F. to return to original selection from form1, but i got error message when i run my form. VFP couldn't recognize reset method. Any help??
  12. nguyen12

    Form problem

    Hi all. I need help with form design. I have a form with many option buttons. One of the button will link to another form, so if the user select this option. It will open up form number 2. My problem is that when i am exit from form number 2 and go back to form number, i can't select to open...
  13. nguyen12

    Form

    Here is the code to open the second form when the user click on the button that i named selected record. I had this code in the valid event of the buttons. thisform.visible = .F. release thisform release windows form name Can you give me some ideas how to write the loop by looking at the...
  14. nguyen12

    Form

    Hi All. I need help. I have a printer control form, and the form had many options buttons. One of the option button is selected record, when the user click on this button the form will be linked to second form. I created a exit button on the second form, so when the user click on exit the...
  15. nguyen12

    Application

    Thanks for your help

Part and Inventory Search

Back
Top