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
Web Services / Re: API Question
September 02, 2026, 03:26:12 PM
i got this to work and i got it to return some rudimentary tags from a pxplus program using
print (%print_fn)"<h1>testing</h1>"
thank you everyone.
#2
Web Services / Re: API Question
September 02, 2026, 03:06:18 PM
when i went to test the port (via browser) it was open on it showed me a config page....this might help.. i will check it.
#3
Web Services / Re: API Question
September 02, 2026, 02:14:40 PM
Hello EVa,

From what I read I believe you are right. I'm trying to configure the port to use EZWebServer. I'm running the pxplus  ide and the pxplus web ide. When I click on anything (e.g. Web Deployment / Configure PxPlus Web Server) it brings me to Documentation Page. i.e. it doesnt open up anything. It does this in both programs.
I am running PxPlus 2020 .....According to the documentation on the page it says:

When you install PxPlus 2016 or later, a new shortcut is created for the PxPlus Web IDE. The PxPlus Web IDE provides application developers with Web browser accessibility to some of the standard PxPlus development and setup tools that are also available on the PxPlus IDE Main Launcher (Windows).

any thoughts?
#4
Web Services / Re: API Question
August 18, 2026, 08:14:36 AM
Thank you. Does anyone know if there is an added cost to use EzWeb Server - if not i'll contact pxplus.
i wanted to add i checked this page but i could not see it
https://home.pvxplus.com/our-products.htm#development
#5
Web Services / API Question
August 17, 2026, 03:17:05 PM
Hello All,

I have a customer who is using a web app for their Warehouse Management System. They are trying to get a few fields (from our PxPlus database).  I know there are a few ways to do this. I was wondering if using EzWeb Server with API calls returning JSON would be a good (modern) way to handle it.
Does anyone have any thoughts on subject? I might have a follow up question on EzWeb Server.

Thanks

Jerry
#6
Language / Re: QR Code Error
July 21, 2026, 07:55:16 AM
Hi Mike,

that is what i ended up doing. thank you all.
#7
Language / Re: QR Code Error
July 20, 2026, 05:36:54 PM
Hi Loren,
I'm pretty sure it is off because we have had problems in the past when you have this situation

Call Prog1
    Call Prog2
       Call Prog3
           Call Prog4

then Prog4 gets an error, the error goes back to Prog1 and you have no idea what was going on in Prog1 because all the variables are no longer in memory.
if i had my way it would be that pxplus does not error out but i'm going to have to set NE parameter before calling this program then turn it back on

thank you
#8
Language / Re: QR Code Error
July 17, 2026, 02:57:25 PM
Sorry James. I should have included that. It is an Error 0. I'm sure there is a blip in the network connectivity where it cannot contact the service to get the QR Code. I just wish it would not generate a hard error that i cannot trap for
#9
Language / QR Code Error
July 17, 2026, 10:15:24 AM
Hello, I'm having one last issue with makeqrcode.  From time to time it gets a hard error at line 6 in the pxplus program. I tried adding an error branch to call of makeqrcode but it does not seem to be honoring it. I can't get into program to look at it or add an error branch because it is password protected.  has anyone ever had this issue..
here is what i'm doing

CALL "*tools/makeqrcode",err=*next,"www.somewebaddress.com", "output_file.png"
#10
Language / Re: QR Code issue with Viewer
July 14, 2026, 08:53:24 AM
Thank you Devon.
I'll look into that.
#11
Language / QR Code issue with Viewer
July 01, 2026, 08:31:11 AM
Hi

I have an odd issue with the makeqrcode and viewer.
I create the png file.
I print the png using the 'picture' mnemonic.
it works if i run my program from command line our menu system.
however, if we launch a new session from our app (via invoke pxplus.exe start_program) from an existing session then the qr(Png) will not print to viewer.

does anyone have any ideas or thoughts?

jeff

#12
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.
#13
Programming / Re: SMTP OAUTH
April 28, 2026, 02:10:57 PM
Thank you Devon.
#14
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.

#15
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