Search results

  1. Vaalen

    Question Java Connecting Appserver For Sdo

    Hi all, Not sure if this is the correct spot, correct me if I'm wrong. I have an appserver and a simple SDO to get records from one specific table to my java prog. Works absolutely fine but when my table has lots of entries (I am currently testing a table with around 38000 entries) my...
  2. Vaalen

    Output to file seems to have more than 1 new page

    Hi, I feel like a complete idiot. After many, many years of programming in Progress it still amazes me... I am having a very simple program: define stream sa. output stream sa to t.t paged. display stream sa "1". page stream sa. put stream sa unformatted skip(1). output stream sa close. run...
  3. Vaalen

    User xx died holding the Audit Policy Latch

    Hi, Sometimes (I think at least once every 14 days) the first user of the day (we restart the databases every night) hangs while connecting to one of the databases. When this happens, nobody is able to connect to the database anymore. A lot of batch processing has been done between starting up...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Vaalen

    Print invoices from linux

    Hi, We use a rather old character-based application, which is running on a linux platform (redhat). We use openedge 10.2A. To print invoices we use preprinted paper. We would like to print invoices on plain A4-paper. This includes logo's and so on. Ofcourse we could buy an application, but...
  10. Vaalen

    RECTANGLE RECT-3 does not fit in parent DIALOG-BOX d_newobj. (6491)

    Hi, I just installed OpenEdge 10.2A on my Xp Professional laptop (Dell). Works fine. But when I start the AppBuilder and press File/New the above message appears. I use a progress.ini, just as the knowledgebase states. My desktop is standard windows xp. I do use a monitor with a resolution...
  11. Vaalen

    Determine current output destination

    Hi, Is it somehow possible to determine what the current output destination is? I'm working with progress v9.1D, Linux.
  12. Vaalen

    -l exceeded

    Situation: Server machine: windows2003, containing databases Clients: windows xp. Progress version 9.1E, latest patch. On the server runs a program (jobrun.p), continuously. No batch, started directly with -p parameter. This programs runs, according to intervals defined in the db...
  13. Vaalen

    break by true

    Has anybody any clue what the meaning may be of the following statement: for each <table> where <table>.<field> = false break by true: blabla end. I'm especially curious what break by true might do? This is a part of a working source in progres 9.1E, windows. Thnx in advance.
  14. Vaalen

    Inconsistent .bi and .db

    We have a customer with around 15 progress databases, using v7 to start and stop them. Clients use v8.3 to use them.. Starting and stopping the databases has never been a problem but recently 11 databases seem to have problems. Databases are shut with an 'unload _mprosrv' command. Personally...
  15. Vaalen

    Compile in UltraEdit

    Hi, Does anyone know how to compile a progress source from ultraedit?
  16. Vaalen

    Change parent of fill-in

    I have a simple frame (FRAME-MAIN) and a few fill-in's. Their parent is FRAME-MAIN. Now I have to make another frame (FRAME-1) and the fill-ins need to be parented to FRAME-1 instead of FRAME-MAIN. Is there an easy way to do this?
Top