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...
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.
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.
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.
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
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...
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??
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...
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...
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...
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.