Hey there!
Try removing/commenting the trigger and try to double-click the browse the same way. If it still loses focus then there's probably nothing wrong with the trigger. Let us know how it goes
Hey Tom!
My plan is implementing this "system" in 130 clients. The way i tought would only require max 2 minutes per client (replace a file and recompile another). And if I ever wanted to add specific logging messages and do anything extra (that wasn't planned) or improve my logs it would be...
The record i want to create in this trigger is a kind of log. Something that will alow to track everything a user does but only developers have access to it. For example: I update table A. The trigger "write" of table A will create record on table x, saving all information necessary to track and...
Hi there!
I wanted to ask if there's a way to create a trigger for all tables ("write" for example).
I was thinking on using the following code in a persistant procedure:
ON WRITE OF Customer DO:
END.
But I don't want to have to have a block of code for each table. Is there a way to do the...
This usually happens in testing, and I wanted to prevent those errors before shuttding down my app.
Today the program would crash and it would close my application.
Hey there!
I already posted a similar question a while back but I came back with a better one...
How could I catch an error on a program without editing that program?
I added 3 attachments (3 .p ). I want to be able to run the custom1.p and press the button that runs custom2.p that then runs...
It would be the client call, not mine. This 'bug' can also be achieved in a slow server/pc with around 100 records. In a fast computer (like mine) works as intended. But if I load 10k records (also in a fast computer) then I can replicate it.
Hi there!
I'm using a type of .net object (Telerik winforms) and it seems to have some bugs that only happen when used with progress based applications. Since the support really can't help much since they only support in several languages EXCEPT progress 4gl then i must "fix" it. I already fixed...
Hi Guys!
I wanted to do the following, but behind the current program/window:
DEFINE FRAME X WITH VIEW-AS DIALOG-BOX
TITLE "":U FONT 4.
VIEW FRAME X.
ASSIGN
FRAME X:X = 0
FRAME X:Y = 0
FRAME X:WIDTH = 0...
3 guys i talked with found the following solution. Thank you for the help anyway!
@TomBascom unfortunately that would not be an option since there are a lot of clients andsome of them have really big propaths. Even trimming the garbage out would take a lot of time and it wouldn't be effective...
Hello guys!
I wanted to ask if there's a way to run a program and that program ends up not existing and the program shows a message saying that BUT it doesn't break like the following code does:
DEFINE VAR temp-hand AS WIDGET-HANDLE.
DEFINE BUTTON make-btn LABEL "Make new button".
DEFINE FRAME...
Hey there!
Some weeks back, this site 'https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml' passed from "http" to "https" so I was tasked with fixing the original code so it would work in every client. I managed to do so, but i realised that the code wasn't compatible with some of the...
Okay i got a TEMPORARY fix.
Apparently PROGRESS adds automatically the 'envelope' and 'body' to my request. but since it does that, it "destroys" what i want to send and makes it impossible(for now) to do it this way.
So i did the following:
DEFINE VARIABLE responseLCWSDL...
Apparently you were correct. I used a program to see what was being sent frmo the postman and what was being sent from progress and i got the following:
POSTMAN
<soapenv:Envelope xmlns:add="http://www.w3.org/2005/08/addressing"
xmlns:qcom="urn:schemas-qad-com:xml-services:common"...
Hey again.
I just tried it and it doesn't work. I get the same error.
Got any other body u want me to try?
I also wanted to ask if you know a way tro track the postman request so i could get the body of the request (the final one) that get's uses and compare it with the one going from this abl...
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.