Thank you all for your answer. I understand what you mean.
The way I was using was to leave a trigger/procedure when it's not needed to go further and avoid a series of "IF THEN DO" blocks . But maybe It was a mistake. Example bellow:
DEFINE VARIABLE indnum AS CHARACTER NO-UNDO.
/* If...
Hi guys,
How are you ?
While coding today I was asking myself what is best to leave a procedure or a trigger with some test, is it the LEAVE or the RETURN ?
Example:
DEFINE VARIABLE i AS INTEGER
i = 1 .
IF i = 1 THEN LEAVE .
/* VS */
DEFINE VARIABLE i AS INTEGER
i = 1 .
IF i = 1 THEN...
Hi guys,
Long time no see. I hope everyone is safe in this difficult time.
I have a question about the filters of the system-dialog get-file. I know how to setup multiple filters staticly and dinamicly but don't know how to get the Filter selected by the user?
Do you have any idea ?
Best...
The reason I asked this is because I developp a program that don't have the sames starting behavior if I launch it from the app builder or from our ERP menu . So I was thinking that there was a difference in the run procedure .
I run a pro spy plus to compare what was going on with the two...
Hi everyone,
Do you what instruction is USED by the appbuilder to run the program your currently working on ?
Iike
run mypgm as persistent
Best regards ,
BobyIsProgress
So @TomBascom
We are runinng OE10.2B08.
We are running test to update our ERP at first and after upgrade OE version.
Hi did run this method :
SELECT COUNT(*) FROM TABPOL
and this :
DEFINE VARIABLE k AS INTEGER NO-UNDO.
FOR EACH TABPOL NO-LOCK:
k = k + 1.
END.
DISP k .
All this code...
Hi guys.
On one of our table we did a dbanalys and he get us 39k record. But when we are executing a "COUNT" on the table, we are getting around 33k.
Do you have any why ? How is it possible?
Best Regards,
- Vivien -
Hi guys,
I was thinking about the OE10 tool for designing GUI:
Do you know if it's specific to the OE version or if we can have more recent tool for GUI ?
Best Regards,
- BobyIsProgress -
Hi,
there some news. I think I will not be able to do it for those reasons:
1. OE10.2B
2. Crystal Report XI
Crystal report has the OCX for oe 10 so I think they didn't add the "CrystalDecisions.Windows.Forms.CrystalReportViewer " in their assembly .
So I will waite for now. And work on it...
thank you I will try this :)
hi did found the progress kb that was explaining it:
https://knowledgebase.progress.com/articles/Article/000056268
Thanks again :)
Best Regards
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.