Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Jerry Fletcher

#1
Language / Debugging Windows
May 05, 2026, 04:36:46 PM
Hi All,

We are running Pxplus via RDP. We are using PxPlus Version 17.10.
I am having this problem where if I have certain debugging windows open. I cannot click on them.
for example i had a breakpoint i>=5 and it broke out to command window.
I started stepping thru code. I could not get rid of the breakpoint because I could not get to window.
i couldn't click on Watch Window.
I couldn't even close Command Window.
this keeps happening.
Can anyone offer any help?

thanks

Jerry.
#2
Programming / Re: SMTP OAUTH
April 28, 2026, 02:10:57 PM
Thank you Devon.
#3
Programming / SMTP OAUTH
April 28, 2026, 01:32:12 PM
Hi All,

So I had asked about this back in 2022 (see below). If you search for OAUTH you will see it (in the forum).  We are currently exploring options but I want to confirm with anyone. If Microsoft does go forward with this time line will *web\email basically stop working for anyone relaying emails thru Office 365?

Thanks,

Jerry

Microsoft has updated its timeline for retiring Basic Authentication (username/password) for SMTP AUTH in Exchange Online. While initial deadlines were earlier, the new schedule sees Basic Auth disabled by default for existing tenants at the end of December 2026. New tenants will have it disabled starting in 2027.

#4
Hello List,

I might have totally imagined this but I swear at one installation I saw the pxplus viewer listed in the windows printer list.  If I'm not imagining it we could really use this. 

.has anyone ever seen this?

Jerry
#5
Language / Never Mind -> Re: Program Alias
March 27, 2026, 10:33:47 AM
Hi,

i think i figured it out. if i do somethign similar to this with a program it seems to work.

thanks

jerry

KEYED "PFXFILE",12
OPEN (1) "PFXFILE"
WRITE(1,KEY="ARFABC.SOA")"[odb]MAS90MFK;ARF_TermsCodeMasterfile;DB=MAS_AB
C;","KEY=TermsCode;REC=TermsCode:2+Description:30+DaysBeforeDue:3+DueDateADayOfMonth:1+DaysBeforeDiscDue:3+DiscDateADayOfTheMonth:1+
MinDaysAllowedInvDue:3+MinDaysAllowedDiscDue:3+DiscountCalcMethod:1,DiscountPercentage:19.7"
CLOSE (1)
#6
Language / Program Alias
March 27, 2026, 09:29:26 AM
Hello,

I read the prefix documentation but I'm not sure if I am in the right place.
Is there a way to do the following in pxplus?

We have a program ARHIST.
When we call / perform or run it we want the system instead to call/perform/run ARHISTV2.
Is this possible without changing ARHIST and all it's entry points?

Thanks

Jerry

#7
Hi Michael,

This might be a long shot but whenever i get an odd error 11's (like they should not be happening) then it seems like my file gets corrupted.
    for example writing without a dom and getting an error 11
    or getting they key(file) then trying to read with same key and getting an error 11.
if i do a keyed load on file it usually fixes it.

Jerry
#8
Language / Re: [MySql]
March 18, 2026, 08:17:15 AM
Hi

Thank you. that worked.
it must have been that 'XI' parameter which I dont think i can shut off across board but maybe right prior to sql extracts.

Jerry
#9
Language / [MySql]
March 12, 2026, 08:40:23 AM
Hello,

When opening a [MySql] Table with iol=* is there any way to handle locking a record?

Jerry