Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
493 views

Implementing assertions in Progress 4GL

What is the best way of implementing assertions using Progress 4GL or WebSpeed?
0
votes
1answer
125 views

Call Progress Procedure in kSoap

I'm completely new with Progress. I'm trying to access my Progress Procedure (which works when I export it as an XML-page) in my Android app. I'm using kSoap to do the trick, because I've had some ...
0
votes
4answers
398 views

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?