Search results

  1. Vaalen

    Problem with (shared) record buffers

    There is a problem, the orderlines involved do NOT appear on the invoice, but they should. So our invoices are not correct. Do you really want a piece of out logging? Oké, here it comes. This logging comes right after the FOR EACH with some content of bxrvor. RUN mxv/logfakt.p("B", INPUT...
  2. Vaalen

    Problem with (shared) record buffers

    Yesterday we had another error situation. The bxvorre buffer in the FOR EACH loop was as (partly) empty as the shared buffer xrvorre after fetching it with ROWID. It shouldn't be empty though. The fact that it satifies the FOR EACH conditions suggests it is not, anyway.
  3. Vaalen

    Problem with (shared) record buffers

    Thank you for your replies. Tom, xrvorre (the orderline) is deleted at the end of processing it. FIND xrvorre2 WHERE RECID(xrvorre2) = RECID(xrvorre) EXCLUSIVE-LOCK. DELETE xrvorre2. There is never any TRANSACTION defined except for the FOR EACH loop. I honestly do not know why, this is...
  4. Vaalen

    Problem with (shared) record buffers

    the first line in the first message says: "We are working on linux, chui, OE 10.2A." ;) definition of shared buffers: DEF {&new} SHARED BUFFER xbfil FOR xbfil. DEF {&new} SHARED BUFFER xbkal FOR xbkal. DEF {&new} SHARED BUFFER xbjnb FOR xbjnb. DEF {&new} SHARED BUFFER xbpar...
  5. Vaalen

    Problem with (shared) record buffers

    Hi Tom, Thanks for your reply. The first thing we ruled out is the possibility that other users/processes are currently updating records we do not want to be updated at this time. I included the main FOR EACH loop, from where our invoicing starts. The problem is with table xrvorre. Alle tables...
  6. Vaalen

    Problem with (shared) record buffers

    Hi, I have placed a topic in the developers section about our problem with shared record buffers. Every now and then there seems to be a problem with some of the shared buffers during invoicing. Occasionally, a buffers appears to be empty, or partly empty, after the FOR EACH in which the record...
  7. Vaalen

    Problem with (shared) record buffers

    Hi all, We are working on linux, chui, OE 10.2A. Ever since september we are having strange problems. When we are making invoices (end of the day) we read all orders, order lines and everything we need in a FOR EACH loop. This has worked nicely and hasn't changed. Every now and then the record...
  8. Vaalen

    Read .msg file into microsoft outlook

    :othanks Casper, you have been a great help:o
  9. Vaalen

    Read .msg file into microsoft outlook

    Does this work with Windows 7 as well? And x64-versions?
  10. Vaalen

    Read .msg file into microsoft outlook

    This is exactly what I wanted. Thank you. Does external "shell32" just redirect whatever you want directly to windows and windows knows that .msg is meant to open outlook?
  11. Vaalen

    Read .msg file into microsoft outlook

    Thank you Casper. Please tell me where to find all this wisdom. I spent hours and hours searching progress manuals, internet and whatever I could think of?
  12. Vaalen

    Read .msg file into microsoft outlook

    The only thing you can do with these api's (as far as I understand) is create new mails, save mails, that sort of thing. There is no way you can offer a .msg file to outlook programmatically.
  13. Vaalen

    Read .msg file into microsoft outlook

    Nobody has any suggestion? Seeing the .msg in Outlook would be fine, but if there is some viewer that does the trick, that would be fine also.
  14. Vaalen

    Read .msg file into microsoft outlook

    Hi, We are using an application which stores all kinds of files as blob in the database. This includes mails as .msg file. The user should be able to double-click the .msg file and see the contents, preferably in MS Outlook (2003). Is this somehow possible? If so, can anyone help me with...
  15. Vaalen

    Reading .msg file into outlook

    Hi, We use an application which stores all kinds of files as blob in the database. This includes several mails as .msg file. The user should be able to double-click the .msg file and see the contents, preferably in MS Outlook (2003). Is this somehow possible? If so, can anyone help me with...
  16. Vaalen

    Browse Drag & Drop

    According to the knowledgebase: NO.
  17. Vaalen

    Should I store files in BLOBs?

    Thanks Medu. We do not have any document management system. The only worry would be the database growing from 'all' the files included. My guess is that the documents itself will be rather small. Any experience with this?
  18. Vaalen

    Should I store files in BLOBs?

    Hi, Is it a wise decision to store files in blobs, or would it be wiser to leave the files somewhere on disk and just point to the location? We are building an application where users can add files to several milestones during the lifetime of an order. This can be .pdfs, outlook messages...
  19. Vaalen

    Print invoices from linux

    Re: Никита - Нижне My russian is not what it used to be.... No clue what the last reply says.
  20. Vaalen

    Print invoices from linux

    There is a library somewhere to be found in the openedge hive?
Back
Top