Search results

  1. ForEachInvoiceDelete

    Please Do Needful

    I was looking at page 1 at the paste of the hosts file thinking "I cant actually see hultestdr" in your hosts file at all. Glad im not going crazy.
  2. ForEachInvoiceDelete

    Openedge Coding/db Standards Document?

    Hey Tom... We have some legacy variables prefixed with v so you know they are variables. EG vEmployeeNumber Do you like that? :) But in all seriousness ttTable.Field = Temp-Table. bTable.Field = Buffer of "Site". Table.Field = Table. Doing something like the above is...
  3. ForEachInvoiceDelete

    Question How To Pass An Xml To Web Service

    Er when i did this i used the WSDL analyser and sax writer. Kinda just worked.
  4. ForEachInvoiceDelete

    Question Data Dictionary Vs Df Scripts

    Rob, Found that out the hard way as we use email address's for usernames!! :) Had to do some fancy replaces to get round it.
  5. ForEachInvoiceDelete

    Progress Version 9.1d

    The 09 denotes a service pack. Its an addition to 9.1D. Please upgrade. Your mixture of progress and OS has never been supported in scenario B.
  6. ForEachInvoiceDelete

    Question Pass Signal Across Sessions In Progress?

    Totally agree with the above. I was merely suggesting a way to fulfil the first requirement of "Is it possible to pass value across sessions in Progress without using DB/File?". I still have nightmares from the couple of weeks playing with sockets in Progress :( Intelligent Load balancing is...
  7. ForEachInvoiceDelete

    Question Program Optimizing

    Upgrade!!!!!!
  8. ForEachInvoiceDelete

    Question Program Optimizing

    I like share locks :(
  9. ForEachInvoiceDelete

    Question Pass Signal Across Sessions In Progress?

    You could add a socket server element to all your clients, with a procedure called "DcandRc". When you want to perform the switch you would have a disconnect and connect statement in the client to switch the database. and a "client" procedure on a seperate machine in a repeat loop sending the...
  10. ForEachInvoiceDelete

    Question Browse Header

    Unfortunately i have never displayed so much data as to hit a limit.
  11. ForEachInvoiceDelete

    Question Program Optimizing

    Can find is the fastest, it doesn't return the entire record to the buffer. Rest of the questions need clarifying. I could write an entire essay on both subjects.
  12. ForEachInvoiceDelete

    Error Procedure Not Running

    OUTPUT TO pathToFile. OUTPUT TO VALUE(pathToFile).
  13. ForEachInvoiceDelete

    Question Pass Signal Across Sessions In Progress?

    You could make all your clients have a built in socket listener. You can do this via progress and it does work.
  14. ForEachInvoiceDelete

    Jdbc Information For Progress Openedge 11.6

    Progress KB - What are the steps to configure JDBC driver on OpenEdge 10.1A or later
  15. ForEachInvoiceDelete

    Os Upgrade

    Google.... Progress KB - Which versions of Progress are supported against what AIX platforms
  16. ForEachInvoiceDelete

    Question Browse Header

    You gotta get the handle to the temp-table youre displaying but something like this. ttHandle:buffer-field('YourField'):column-label = 'Your Label'.
  17. ForEachInvoiceDelete

    Question Problem Opening Excel From Browser Using Webspeed

    Sorry to zombie an old topic, but i remember when i first started using com-handles with progress many years ago those ghost excel.exe's were the bane of my life. I think i managed to fill an entire task manager with them before i noticed something was going wrong lol
  18. ForEachInvoiceDelete

    Question Browse Header

    In the browser display you can use column-label to change the headers from the default if you haven't set anything against the field.
  19. ForEachInvoiceDelete

    Question Using Browse W/ Conditions

    In the browser display you can use column-label to change the headers from the default if you haven't set anything against the field.
  20. ForEachInvoiceDelete

    Piew - Free Progress Code Editor

    so for example. <note><to>Tove</to><from>Jani</from><heading>Reminder</heading><body>Don't forget me this weekend!</body></note> should convert too <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note> with...
Back
Top