Recent posts
#31
Language / winqry ERR=42
Last post by edjack - April 06, 2026, 07:59:24 AMI posted this in the past but never found a solution.
Getting ERR=42
Program .../lib/_plus/winutl/winqry
Line: 1875
Can someone point me in the right direction to solve this?
thnaks
Getting ERR=42
Program .../lib/_plus/winutl/winqry
Line: 1875
Can someone point me in the right direction to solve this?
thnaks
#32
Web Services / Re: Apache TimeOut and system ...
Last post by yonman - April 01, 2026, 09:11:58 AMFound the problem: The SkypeURIPreview bot was the source of the problem. The below was added to the client's Apache 2.4 extra\http-default.conf file:
SetEnvIfNoCase User-Agent "skypeuripreview" bad_bot
<Location />
<RequireAll>
Require all granted
Require not env bad_bot
</RequireAll>
</Location>
I hope this helps out members who may have this issue. Thank you to those members who responded to my post.
SetEnvIfNoCase User-Agent "skypeuripreview" bad_bot
<Location />
<RequireAll>
Require all granted
Require not env bad_bot
</RequireAll>
</Location>
I hope this helps out members who may have this issue. Thank you to those members who responded to my post.
#33
General Announcements / PVX Plus March 2026 Update
Last post by PxPlus - March 31, 2026, 04:01:36 PMStay up to date with everything happening at PVX Plus.
Check out our latest newsletter for important updates:
March 2026 Newsletter
Check out our latest newsletter for important updates:
- Modernization continues to evolve with new rounded controls capability
- Updated security with support for Authenticator Apps
March 2026 Newsletter
#34
Language / Never Mind -> Re: Program Alia...
Last post by Jerry Fletcher - March 27, 2026, 10:33:47 AMHi,
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)
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)
#35
Language / Program Alias
Last post by Jerry Fletcher - March 27, 2026, 09:29:26 AMHello,
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
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
#36
Language / Re: error 11 on write with no ...
Last post by James Zukowski - March 20, 2026, 09:38:58 AMAny insights? So we don't wander in the dark...
#37
Language / Re: error 11 on write with no ...
Last post by Michael Greer - March 20, 2026, 08:58:05 AMOk. never mind. I was misinterpreting what I was seeing. Thanks all for the suggestions.
#38
Language / Re: error 11 on write with no ...
Last post by Mike King - March 19, 2026, 10:26:10 AMIs it possible you have multiple key fields and that the DOM error is reporting that an error due to a non-unique alternate key?
#39
Language / Re: error 11 on write with no ...
Last post by James Zukowski - March 19, 2026, 09:09:54 AMWhen stepping through, have you tried disabling the seterr in the process?
Do you have any system parameters set that might have some effect on this ('WL', 'WD', 'VW', etc.)?
Do you have any system parameters set that might have some effect on this ('WL', 'WD', 'VW', etc.)?
#40
Language / Re: error 11 on write with no ...
Last post by Michael Greer - March 19, 2026, 08:57:09 AMThis is a new file, so I actually just erased it and re-created it. I can program around this by trying a remove first, but I don't think I should have to do that.