Search results

  1. P

    Get Data from serial port

    Hi! The code from Chris looks interessting, can somebody provide me an example how to use it in my case? thanks! marcus
  2. P

    Reading and writing to a Windows COM port using Progress

    Hi Chris, hi saravanakumar! Is it posible to get an example how to use this sample code? I have a frame with an input field waiting for the user who can input some data with the keyboard, or even read something with the barcode scanner. After read of data with the barcode scanner, there...
  3. P

    Get Data from serial port

    hello! we are currently developing an application for managing warehouse in- and outbound. to do this we have to use barcode-scanners of course. in the past we have used usb-scanners which simply emulate a keyboard. but now we have to use a new scanner which is connected to the host pc via...
  4. P

    Error calling external DLL function

    Hi, after a long time i've retried to resolve this problem, and got it to work now! :D The only thing that was wrong is, that this procedures must be made persistent. The first procedure creates the Session-Handle but if the procedure isn't presistent, the handle will be released and so...
  5. P

    new row in browse

    Hi folks! i've a question about new rows in browsers. in my app i have an editable browser (no-assign) with some cols. assigning the values to the database-fields works fine, even in new-rows or updated rows. :D the only thing i cannot get to work is that, if a user is in the last row in...
  6. P

    Error calling external DLL function

    Hi to all, currently i'm working on some functions implementing our dms (DocuWare) into our Progress Application. DocuWare offers two ways, a) DLL-Functions b) Automation I prefered to use the dll-calls so i produced the following code exactly as the DocuWare-Documentation says: DEFINE...
  7. P

    Math calculation

    Tanks! Thank you for your post, the above solution works fine for me!!! Thanks everybody!
  8. P

    Math calculation

    Hello folks, I've to do an calculation within progess, but i've no idea how to get the formula below work in Progress (9.1D): y = (x / 256) AND 255 The windows-calculator supplies the "AND" function, but can I also calculate this with progress? I hope somebody can help me! Thanks...
  9. P

    Crystal Reports Record Selection

    Hi everybody! We (our comany) have decided to change from Progress ReportBuilder to Seagate Crystal Reports v9. Now I tried to implement the Crystal Reports API into our application. This is my Code: DEFINE VARIABLE crApplication as COM-HANDLE NO-UNDO. DEFINE VARIABLE crReport as...
Top