Search results

  1. B

    Read Json Array

    Hello, Any have code to read a Json Array from a file and do the loop? DEFINE VARIABLE JsonParser_arr AS ObjectModelParser NO-UNDO. DEFINE VARIABLE ResultObject_arr AS JsonArray NO-UNDO. JsonParser_arr= NEW ObjectModelParser(). ResultObject_arr =...
  2. B

    Get Image Dimensions

    Thanks a Lot!
  3. B

    Get Image Dimensions

    We use Windows, so no problem. With Leak Memory Fix DEFINE VARIABLE vImage AS System.Drawing.Image NO-UNDO. vImage = System.Drawing.Image:FromFile("s:\imagens_web\1010150005000528_web.jpg") . MESSAGE "Width: " + string(vImage:Width) + ", Height: " + string(vImage:Height) VIEW-AS...
  4. B

    Get Image Dimensions

    Found the solution! DEFINE VARIABLE vImage AS System.Drawing.Image NO-UNDO. vImage = System.Drawing.Image:FromFile("s:\imagens_web\1010150005000528_web.jpg") . MESSAGE "Width: " + string(vImage:Width) + ", Height: " + string(vImage:Height) VIEW-AS ALERT-BOX INFO BUTTONS OK.
  5. B

    Get Image Dimensions

    Will try with . Net! Need for .jpg images
  6. B

    Get Image Dimensions

    Hello, any way to get image width and height "native" in OpenEdge? Thanks Baltazar
  7. B

    Smtp Mail Setup

    Use Swithmail SwithMail 2.1.8.0 - tbare.com Works great!
  8. B

    Answered Generating a QR Barcode

    How How i do that?
  9. B

    Answered Generating a QR Barcode

    I have this error. What i am doing wrong?
  10. B

    Create TabsStops in a WordDoc ?

    How to make a tab in Word I make a tab with this code -> ChWord:selection = chr(9).
  11. B

    Outlook

    1 - How I send a mail to a pre-defined folder after the message had been send? 2 - How can I ask a receipt of my message? 3 - How can I insert a AutoSignature? 4 - How can I ask a reply of my message? Baltazar Heliotextil SA
Back
Top