Hello,
I am trying to force default behavior of right-mouse-click when the click is not in a browse.
It is possible?
Bellow Code.
ON 'right-mouse-down':U anywhere DO:
/* só dispara a 1º vez */
if focus:type = "BROWSE" then do: /* só "reage" se tiver ENABLED */...
Hi,
I am changing the certificate in PASOE and i am getting this error (Using SOAP)
The certificate appears to be OK
I am already do this commands without success.
procertm -i GlobalSign.crt C:/OE12/certs/psccerts.jar
Please help.
Windows Server 2022
OpenEdge 12.2.12
Hi,
I am trying to use PDFsharp in 4gl and I am having difficulties converting code to to 4gl.
https://docs.pdfsharp.net/
Anyone have an example or can help in converting this code?
At this moment I have difficult in xFontStyle and DrawString.
// Create a new PDF document
PdfDocument...
Hello,
I have created a PASOE instance in Production Mode
When I try to deploy a WSM, I get a 403 error.
In logs, I get this error.
Anyone have managed to resolve this issue?
Thanks
Baltazar
Windows Server 2022
OpenEdge 12.2.12
Good morning,
anyone have managed to install OE 12.2.12 in silent mode? The same works in OE11.7 without problems.
I have already installed OpenJdk.
I use this command.
start /wait T:\OPEN_EDGE\OpenEdge_12.2.12\PROGRESS_OE_12.2.12_WIN_32\setup.exe -psc_s -notify...
Good afternoon,
The application that we use only permits one program running. To run another we have to close the program and open another.
Anyone have an example to open multiple dialogs at same time?
Like a tabstrip or similar?
OE 11.7.8
Windows
Thanks,
Baltazar
Good afertnoon,
I am using this code
on any-printable anywhere do:
/* CÁLCULO AUTOMÁTICO ? */
if tglCalculoAutomatico:checked in frame {&frame-name} then RUN Calculo_Automatico_Preco.
end.
The event occurs BEFORE of text appear. It is possible to call the event...
Hello,
we have a program that give this error in certain PCs (not all).
System.MissingMethodException: Método 'Progress.Data.BindingSource.set_SyncToSelectedRow
What i am missing?
OE 11.7.8/OE11.6.4 | Windows
Thanks
Good afternoon,
I am trying to use WebClient with SSL
I can do POST with HTTP. With HTTPS, I have the error of certificate.
Any have converted this code to 4GL? (This is the code to "ignore" SSL validation)
System.Net.ServicePointManager.ServerCertificateValidationCallback =
new...
Hello,
i am trying to set a color shape in Excel using RGB
In this moment i am doing this.
ChExcel:selection:ShapeRange:Fill:ForeColor:RGB = ChFolha:ColorFormat:RGB(254, 94, 94) no-error.
I am reading this, but whiteout success...
Hello,
I am using Datagridview and try to paint a row with a color if a field is true.
I have searched and find the method 'RowPostPaint'
I am using a Temp-Table
If I do this, I only get the number of first record..
message tt_Accoes.numero
view-as alert-box.
I have tried to do in...
Hello,
in OE Classic, i do a lot of
apply "return": U to txtNumero
(txtNumero is a fill-in)
It is possible to do something similar in OE GUI .NET?
Thanks,
Baltazar
Hello,
I am starting developing in OpenEdge GUI for .NET and i am trying to do a output parameter in a dialog.
oForm = dynamic-new "hlg_0001"("abc").
oForm:FormBorderStyle = System.Windows.Forms.FormBorderStyle:FixedDialog.
oForm:MaximizeBox = FALSE...
Hello,
I have created in browse a specific sub-menu to copy the values of browse.
The problem is that in doing this, the native Mouse-right of Windows is disabled...
Any solution to call native right Mouse-right-click of Windows in fill-in?
Thanks,
Baltazar
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.