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
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...
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.
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.
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.
'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...
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.
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.