Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cibe86
  • Content: Threads
  • Order by date
  1. cibe86

    Copy image to clipboard GDIPlus-X

    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...
  2. cibe86

    Cursor problem after copy to command

    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...
  3. cibe86

    Input Mask Behaviour

    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...
  4. cibe86

    Select on cursor strange behaviour

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

Part and Inventory Search

Back
Top