The PoC looks very nice!
A small UI issue with the 'Lab' tab when using Firefox (not a problem with Chrome), the record lock field overlaps the caption of the where expression.:
We have exactly one web handler, listening on /web/rest, that handles the REST API for all our entities including documentation.
https://partners.exactfinancials.nl:8443/web/rest
I would first look at getting your AdminServer online. OpenEdge Explorer often thinks my AdminServer is offline due to a "bad" shutdown. To fix:
click on configure remote AdminServers,
select the row with your AdminServer by clicking somewhere in the row but not on a hyperlink
click on Edit...
The OpenEdge Management Service provides the OpenEdge Explorer, ie the web based management service that you can normally reach at localhost:9090.
While I have never had issues with the default 12.2 install, this knowledge base article does explain potential issues with the user account used to...
You do not mention what version you are on, but since the newest LTS is 12.2 - there is a lot of documentation at Progress Documentation
or to get started with .Net controls Progress Documentation
The update statement stems from the previous century and does not really belong in any "modern" event-driven UI.
I think the update statement was never updated to handle the combo box widget.
With some extra attention you can coax it into doing something:
DEF VAR belegStat as INT
VIEW-AS...
When going through the steps in the related document, after creating a business entity, the <project>/PASOEContent/static folder contains a <service>.json which looks like, but is not an OpenAPI json
Our REST APIs are based on our entity definitions, we generate OpenAPI docs "manually" based on these definitions. We serve either the json file or present it in the Swagger editor.
Tip: as starting point create an OpenAPI JSON doc. Transforming this to YAML (if you really need it) is trivial...
You must use value when you want to use a variable in output, see Progress Documentation
- also look at iso-date( now )
- also do not rely on time but use a guid
I tried all sorts, but am unable to catch the error.
I tried seek( input ) - but the redirected input is special and returns unknown value.
I tried fetching the command line with a Windows API call, but this returns the command line without the redirected input file.
I tried using...
Yes, a dynamic temp-table can only be queried dynamically. A static temp-table can be queried statically or dynamically.
You can also pass a dynamic temp-table as table-handle to a static receiver (I think).
But why not just rename the temp-table and put it in its own namespace?
define...
I would guess that this is your convert function trying to cast some text string in date_time to a date.
Your assumption that all records contain a value that can be cast to a date seems untrue.
Further qualifying your select statement is resulting in a record with an invalid date not being part...
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.