Dear all
I have a very basic question and hope u won't ind it.
I have two columns (say detail and amount) of a foxpro table. the structure is as under:
Detail Amount
====== =======
1. Currency and Deposits
A. Currency
i) Local Currency...
Dear All
I am working on P4 PC. When i double click any file to open, it takes at least 30 seconds to open. it is also slow when I delete or copy a file.But when I disconnect the network cable it works properly. It also work fast when I open an application like excel and then click file -> open...
Hi Mike,
Thank u for reply. U pointed the right place. I got the point. The problem was with the name of variable. I simply changed pad with mpad at assigning (='adddata' ) and the problem is solved.
Star to u
I used the main loop for selecting pad as under
**************
pad='adddata'
Do Whil .t.
On Sele Menu Main Pad=Pad()
Acti Menu Main Pad &pad **Error message stops here** Pad=Pad()
EndD
Hi all,
When I click on the screen other than menu pad of an application the message "Syntax Error" appears and the program is shut down. How can I get rid of this problem? Any help plz.
Thanks Kilroy for the code. It worked but there still exist some problem. When I run the program in VFP environment it is ok but when I run executable outside VFP, the size of window (form) is still not appropriate and the title (Menupads/poups) are also not visible. Any guidlines plz.
thanks
Gene, I used ur code but it did not solve the problem
Hi Kilroy,
I used the following code........
defi wind la from 0,3 to 30,110 font 'Book Antiqua' ,12 STYLE 'B' ;
shadow doubl mdi fill file sbp.jpg noclose nofloat colo sche 4
Hi all
I need ur help. When I run the exe file, the size of windows which I defined in program is not the same. For this, the message like "position is off the screen" or the location of windows on the screen is different as was in the pogram. Is there any solution in which the display on screen...
Thanks Mike and Rick. Stars for both.
Next!
1)I used combo box for user entry. Everything is right but it seems unfreindly for user to dropdown every time he/she enter the ID codes. Is there any option in the combo box that the user can write a Id code without droping down everytime.
2)There are...
Dear Mike,
I m again. Sorry for asking very basic questions. Itried the following code in the valid event of text box for ID.
mvid=thisform.vr.Value
USE variable
LOCATE FOR variable.id=mvid
IF NOT FOUND()
WAIT WINDOW "Variable not found"
return=.f.
ENDIF
IF FOUND()
STORE variable.variable...
Mike, Thank u very much.
The code worked and helped me a lot. Now more
1) I want the user to select ID from the master table. I used combo box to get the id list with description. But in this way every time the user have to chose a variable from the list. I want that user enter an id code and...
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.