Search results

  1. ForEachInvoiceDelete

    Prague

    Did i miss the post with the slides?
  2. ForEachInvoiceDelete

    ODBC connection issue while connecting PENTAHO

    Unable to connect to oracle via Pentaho. 'oracle.jdbc.driver.OracleDriver' could not be found
  3. ForEachInvoiceDelete

    Creating an open edge rest web service (tools required etc...)

    And its definitely not necessary (But pretty easy). You could create a REST web service using node, then call progress from that.
  4. ForEachInvoiceDelete

    Creating an open edge rest web service (tools required etc...)

    If you scroll down to egarcia's reply he pretty much posts what you're looking for. REST Application sample project - Forum - OpenEdge Development - Progress Community
  5. ForEachInvoiceDelete

    Question Record delimiter on EXPORT

    If they cant import line by line as a record seperator do this. FOR EACH bla NO-LOCK: EXPORT DELIMITER "THIS-IS-THE-FIELD-DELIMITER-I-USE-SO-DEAL-WITH-IT" bla. PUT UNFORMATTED "THIS-IS-THE-RECORD-DELIMITER-I-AM-USING-SO-DEAL-WITH-IT" SKIP. END. The file will look like crap but if...
  6. ForEachInvoiceDelete

    Question Profiling an AppServer

    I have all the 11.7 PAS stuff for profiling from the workshop? Would that help? (Lab instructions etc).
  7. ForEachInvoiceDelete

    programmable virtual keyboard development

    how do you want result 1 displayed on the screen? Do you have triggers on your application that say "onkey "1" then do some stuff? just move those triggers lol.
  8. ForEachInvoiceDelete

    programmable virtual keyboard development

    are you asking how to use button triggers? I'm not too sure on the question really, but if its the triggers then look at the screenshot above. on choose do: some logic based on whatever button was pressed. end.
  9. ForEachInvoiceDelete

    programmable virtual keyboard development

    Really? Click the button in the Palette and then click the window. Then click the button and click edit code. Then edit your triggers to do what you need them to do.
  10. ForEachInvoiceDelete

    Question Profiling an AppServer

    Totally forgot! My bad! Will email myself so i remember.
  11. ForEachInvoiceDelete

    Question Profiling an AppServer

    I have some documentation on profiling at home, ill see if i can dig it out tonight.
  12. ForEachInvoiceDelete

    programmable virtual keyboard development

    If you have screenspace just build a keyboard using appbuilders buttons underneath, or slap it in a frame and view-hide the frame on another button.
  13. ForEachInvoiceDelete

    Prague

    Whos here from the forum this week? Just arrived.
  14. ForEachInvoiceDelete

    Comment What Is Your Average Day A Openedge Developer/administrator

    'Did you mean Postgres'? I had this last week. My usual work day involves a mix of :- Firefighting problems. Being distracted by System Experts/Project Managers that have no clue how anything works in the system. Trying to get 11.7 replication sets working with TDE/Multi Tenancy. I might even...
  15. ForEachInvoiceDelete

    Backup Is Very Slow.

    Our primary database is currently around 300 GB and doesn't take that long. Not using mounts and backing up cross network are you?
  16. ForEachInvoiceDelete

    Question Getting Warning Error Kindly Help Me

    i didn't get the error until i messaged out the attribute value, but you can try using f2:READ-ONLY instead.
  17. ForEachInvoiceDelete

    Question How To Deal With Real Time System?

    Depends on your system and architecture. For example:- With a web front end, on update of the database you could call a node.js server that will emit refreshed data to your clients via web sockets.
  18. ForEachInvoiceDelete

    Question Mobile App License Overview

    This would probably be best discussed with your progress representative. You wouldn't come under a strict user model if you were connection pooling via some sort of Rest Application server.
  19. ForEachInvoiceDelete

    Question Mobile App License Overview

    Depends on your licensing model and the types of users. We have around 40k infrequent users (Couple of hours a day tops) and license the access agents based on our user count.
Back
Top