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...
Thanks for your help. O.K let me make my question clear. First in my application i set some value for my local varibale let say i have variable a =1 , b =1 ect... Let say if i set condition for my variable like if a = 2 then do closing form and return, what will this do? Or if i say if b 1...
I have a question about variable in FoxPro that i need help with. When you assign a variable to 1, and then later on in the program you set condition for variable when it changes to 2 or 3 or more. What will that do? I don't understand what the number stands for like when you change varialbe...
I have a question. I created a report control form with many option buttons, and this form is linking to a second when i do select record from the report. The second has a group command buttons for o.k and cancel, and i want to add a third button into this group buttons. When user click on...
Thank you very much for your help. I have another question. I have a form to control printer, and it links to another form if i choose the option of printing a specific record. This second has two button in a group buttons. They are o.k and cancel, and they are working fine. I also wanted to...
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.