Mike Gagnon
Thanks for your help. If u don't mind. sample me again in SQL statement, Cause i don't want to create a temp table on disk , and table a & b are exist readwrite cursor. I want to get result query in SQL statement like join case, or inner join or other sql statement to have it.
Thk adv.
Help me please, I have
TABLE A
CODE DOCID INUNIT INPRICE
===============================
ACODE 1/1 5 10
BCODE 1/2 10 100
ACODE 1/3 2 25
CCODE 1/4 1 10
TABLE B
CODE DOCID OUTUNIT OUTPRICE
=================================
ACODE 4/7 5 20
CCODE 8/7 1 10
******* I NEED RESULT QUERY AS
CODE...
Thanks, Mike Gagnon
Currently, I using the same at your suggestion, but i'm crazy to write it, if !empty() , if !lastkey() , if not and if not ....
Are u have a special tip for me.
Thk adv.
How to disable or skip about valid method in textbox., if user press cancel key or press cancel command button. Someone show me a tip. cause i have terribled about programming avoid in this checking method module.
thk adv.
;)
see below
My concept , I want to put a small picture fill in main vfp screen. I done with _screen.picture = [somepic], then want to addin image class or say a lot of text in main screen.
someone, show me how to add image class in _screen, please
thk adv.
;)
Look at this init method of combobox mr.
printernumber = APRINTERS( arrayprinters )
for i = 1 to printernumber
this.additem( arrayprinters( i, 1 ) )
next
this.vaule = [Default Printer]
How to know what a default printer's name
thk adv.
Slighthaze, I mean add vfpskin class to _screen object, And a new problem of vfpskin, when i add vfpskin class in form it work correctly and not any effect to any another form or anothor program, But when using vfpskin class with ActiveX (*.ocx) will take incorrect ,or when call a form or a...
Someone help me please, In my application, I let user make sure about system date time is correctly, If not user can change date time on his/her computer by my application, currently version I passing date time to setting into system by run command in DOS, Now I want to set it in better way by...
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.