WebSpeed (WebSpeed Transaction Server) is a part of Progress OpenEdge Application Server, a software application server, used for creating web enabled applications in the Progress OpenEdge environment using Progress ABL.
Questions tagged [webspeed]
30 questions
3
votes
4 answers
Implementing assertions in Progress 4GL
What is the best way of implementing assertions using Progress 4GL or WebSpeed?

Vlad Gudim
- 23,397
- 16
- 69
- 92
1
vote
4 answers
Preventing debug code going into production using Progress 4GL?
How would you prevent chunks of debugging code from accidentally leaking into production enviroment when using Progress 4GL?

Vlad Gudim
- 23,397
- 16
- 69
- 92
1
vote
0 answers
VSCode interpreting OpenEdge line as HTML
Some of the code I'm working with has some OpenEdge embaded in the html files with the tag. To not confuse the formatter, I added the following line in the settings.json:
"html.format.contentUnformatted": "?ws"
Everything is fine except when I…

Jim Mailhot
- 11
- 3
1
vote
1 answer
Prevent form resubmit by back button + refresh/retry
I apologize if this has already been asked but I've done quite a bit of searching and have not been able to find a question that is similar to mine yet.
On my application I have a password change page that triggers if a person is a new user or had…

Silom
- 35
- 1
- 6
1
vote
1 answer
Getting Progress Webspeed working on IIS8.5
I am migrating several websites from a windows server 2003 box to windows server 2012. 2 of them connect to a Progress back-end via "Webspeed Messenger"
I have followed everything I can find regarding this but I am getting nowhere.
When I try to run…

Digital Lightcraft
- 455
- 1
- 7
- 31
1
vote
1 answer
How to write progress code equivalent to encodeuricomponent of javascript?
I have a variable with data type longchar which holds the…

mahima
- 43
- 8
1
vote
2 answers
Large srt* file in progress 4gl
Progress version 11.0 srt* (srt) sort/temp files grow very large in RHEL Linux 6.0. Isolated to specific database that is used with webspeed for web application. Using the -T switch parameter to define the location of file. Not using -t so the files…

MikeM
- 59
- 1
- 7
0
votes
1 answer
SmtpMail.p runnig slow through webspeed
We use the smtpmail.p procedure from FFW to send all of our emails. These emails can be generated from a hard client or through webspeed from our website.
When triggering this code from the hard client the email sends instantly but when it is…

Robert Wilson
- 3
- 6
0
votes
1 answer
Progress Developer Studio for OpenEdge issues syntax error but the same code will not get any syntax error when checking syntax from Progress Editor
PDSOE version 4.5.2, OE 11.7.1 - 64-bit - Win 10 64
I have an Webspeed (.w) opened in my PSDOE.
If I simply right click over this code and choose Check Syntax in the context menu (Ctrl+Shift+C)
it will return me an error from an include file used by…

JohnSmith
- 1
- 1
0
votes
1 answer
Lighttpd and CGI Timeout issue
Recently updated from debian 8 to debian 10, which meant Lighttpd was upgraded from 1.4.35 to 1.4.53, but ever since the upgrade, i've been seeing errors on our database server which points to the original client no longer being reachable.
Our…

Raymond Herring
- 347
- 1
- 3
- 10
0
votes
1 answer
How can i make database access fast of progress 4gl
i have to make a database access fast which contains large data of unique index mstr_nbr how can i make it fast.
in which get first mstr taking 0ms
and get next mstr takes most of the time 0ms but sometimes takes 1ms
means in 180000 for each mstr…

kushal bhatia
- 5
- 4
0
votes
1 answer
how to setup webspeed in progress 4gl trial version
can someone tell me how can I setup webspeed on progress 4gl 60 days trial version for a practice purpose? I tried so much but found no way to set up in trial version. Any online environment anything in which I can practice?
Thanks in advance for…

kushal bhatia
- 5
- 4
0
votes
1 answer
How do you get code to execute at the end of a procedure?
I'm working on a new piece of code at work to assist the rest of the programmers in making app server calls. Previously we just had a .i file and relied on the developer to make sure you made all the right calls and cleaned up the app server…

DenisS
- 101
- 2
0
votes
0 answers
How to consume webspeed XML with C# and display it into datatable in asp.net
Hello everyone I'm very new in C# altho I have some background in Python so I'm not very lost but I have not been able to complete this task.
I'm trying to consume a Webspeed that shows up data from a database, the problem is that I'm to dumb to…

IceeFrog
- 327
- 3
- 16
0
votes
1 answer
Webspeed integration for insterting and consulting data from my progress database
I'm working in this new company, and they are using ARM with progress Databases. I'm trying to make a webapp where I can insert data on the Progress DB and also select and show data from this DB.
I tried some PhP, but then I learned that PhP does…