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 - Jeffrey Ferreira

#1
Language / Re: Precedence / Logical Operators
July 07, 2025, 03:02:15 PM
Hi James,
Thank you. I did read that. I dont know why but i had it my head that AND's would get executed first and i'm of course wrong.

Stated another way -> would you agree that in the absence of parentheses that multiple and/or's would get executed from left to right?
#2
Language / Precedence / Logical Operators
July 07, 2025, 01:41:36 PM
Hi All,

When looking at code that didn't use parentheses I want to understand what pxplus is doing behind the scenes.

in the following

X=1 OR 0 AND 0
PRINT X

X WILL EQUAL 0.

Can someone state why this is? (Michael Scott: "Explain it me like I'm 5")
#3
Nomads / Re: Grid Images
May 07, 2025, 03:17:19 PM
Hi Mike,
i found a three line powershell script.
it worked great. Exactly what we needed.
thanks again.
jeff
#4
Nomads / Re: Grid Images
May 07, 2025, 11:57:00 AM
Hi Mike, so is there no way to copy the image that you know of
#5
Language / PxPlus Licenses Windows
May 07, 2025, 11:56:26 AM
Hello All,
is there any file or util that we could look at to see what processes are using Licenses.
the customer is trying to figure out which pxplus processes are using the licenses and which ones are not
thanks
jeff
#6
Nomads / Re: Standard List Boxes
May 01, 2025, 03:32:47 PM
ok - i'll give i a try.
thank you
#7
Nomads / Re: Grid Images
May 01, 2025, 03:31:27 PM
Hi Mike,

the image if possible.

jeff
#8
Nomads / Grid Images
May 01, 2025, 02:01:26 PM
Hi All,

a client asked there was a way when we are displaying our images in a grid for product options if there was a way they could right click on the option and copy it so that they could paste in an email to send to customers.

is this possible?

jeff
#9
Nomads / Re: Standard List Boxes
May 01, 2025, 01:59:47 PM
Hi

i dont know what full line highlight is ? sorry.
Pxplus version 17.10
Windows Server 2019
it is the background color
#10
Nomads / Standard List Boxes
April 17, 2025, 10:53:14 AM
Hi All,

I think this might be a window thing but i thought i would ask.

We have a screen with several Standard List Boxes on it. They are product options.
Color, Width, Height, Radius etc.

When they click one option - the other one still shows selected but it is like 'faint grey' and it is hard to see it selected. In the past I made a multi-line on top of it that showed selection (re-iterated it). Is there any way i can make the selected option more pronounced even when it does not have focus.

thanks in advance.

jeff
#11
ODBC / Re: SSIS
April 17, 2025, 10:50:24 AM
Hi All,

They were able to fix this. They updated to PxPlus ODBC Version 7 and it then allowed them to change the SSIS Variable type to DT_STR. Once we did this the query came back fine (no nulls).

jeff
#12
ODBC / SSIS
April 16, 2025, 05:37:16 PM
Hello All,

I have a client that is querying our database and it works fine in 64 bit excel. When they try to query it using SQL Server Integration Services it is doing all kinds of funky conversions on our simple data. For Example: We have a Customer ID that is 6 in length (string) and it is trying to convert it to a LOB (Large Object) and the query just returns back a bunch of nulls. Has anyone had any experience with this?

jeff
#13
Programming / Re: Errors Bubbling Up
March 26, 2025, 12:04:55 PM
Thank you - i will check that.
#14
Programming / Errors Bubbling Up
March 26, 2025, 10:50:59 AM
Hi List,

we have the following situation.
program 1 calls program 2
program 2 calls program 3
program 3 calls program 4

program 4 errors out.
we have a generic error routine where we click a diagnose button.
at just one of our accounts when we click Diagnose pxplus exits/bubbles up to program 1 instead of remaining in program 4.

does anyone know what I might have set to cause this.
#15
Programming / Square Integration
March 17, 2025, 03:20:34 PM
Hi All,
I wasnt sure what section to put this under. Does anyone have any experiences they could share re: integrating their PxPlus Application with Square POS.

jeff