Hi everybody!
I have a code that copy an image on my form to clipboard using gdiplus.
I make something like this
#Define CF_BITMAP 2
Declare Long LoadImage in User32;
Long hInst, String cFilename, Integer nType, ;
Integer cxDesired, Integer cyDesired, Integer fuLoad
loImage...
Hi to everyone!!
I have a problem with my visual foxpro application that I can't solve...
I have a cursor named mycursor which I create with
CREATE CURSOR mycursor (FieldA N,...)
Then I make an insert like this
INSERT INTO mycursor;
SELECT * FROM mycursor2
mycursor is also bounded to some...
Hi,
I have a text field with an input mask like this ###,###,###.## and I can't understand the behaviour in rounding values in this case.
If the value of the field is, for example, 10.129899 then it shows 10.12 but if the value is 10.129999 it shows 10.13.
So, in which case VFP rounds values?
I...
Hi to all,
I'm a quite new programmer in VFP and I'd like to submit you a strange behaviour that I encounter using cursor.
Let's say I have a cursor (populated scanning a file, so I've no dbf) that is a record source for a grid.
This cursor has a field named selected, logical type. I use this...
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.