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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by royjimenezcampos

  1. royjimenezcampos

    SyntaxFromSql() & dwc.Create() Does not Seem to be working

    It's difficult to see your problem... did u review your data types ? you cannot set a string in a numeric... and try to put your dw in the screen to see the values... if u can send your source maybe i could help u. regards
  2. royjimenezcampos

    OLE displaying a picture

    there is a easy form to do it. Save your picture like a JPG / GIF or BMP ( JPG is better ). You must create a temp file with the information in your db and assign it a "picture object" later. If you need help you can write me at rjimenez@sysde.com Regards.
  3. royjimenezcampos

    OLE Question -- URGENT -- HELP !!!

    there are several examples about it... mbalent wrote some examples. if it's possible, i like my own controls. I wrote some source in PB to use my own calendar. the idea it's the following: you must create a datawindow with 35 ( 7 days * 5 rows ) cols, called them c1, c2, c3...c31, and paint...
  4. royjimenezcampos

    Datawindow stored procedure retrieval argument

    I 'd like to see your pb source. and does sp create #tables ? 'cause it's important. i hope your answer. My mail is royjimcam@hotmail.com
  5. royjimenezcampos

    OLE Question -- URGENT -- HELP !!!

    To make a datetime picker is easy, i made one for my applications. I think, in PFC there's a control to do this. If you need help, i could tell you how i did it. regards.
  6. royjimenezcampos

    FileSeek/FileRead?????

    hi! I'd prefer know the long for each register..but if you don't have it, you could do the following: Save a Register Header before your data struct { long size; ... } with it, you know the real size of your data. If you want to do it better, you make a File header and save general...

Part and Inventory Search

Back
Top