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
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
#2
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
#3
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
#4
Nomads / Re: Standard List Boxes
May 01, 2025, 03:32:47 PM
ok - i'll give i a try.
thank you
#5
Nomads / Re: Grid Images
May 01, 2025, 03:31:27 PM
Hi Mike,

the image if possible.

jeff
#6
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
#7
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
#8
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
#9
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
#10
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
#11
Programming / Re: Errors Bubbling Up
March 26, 2025, 12:04:55 PM
Thank you - i will check that.
#12
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.
#13
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
#14
Nomads / Moving a Grid Column
January 30, 2025, 03:56:09 PM
is there a way programatically to move a grid column once the grid is drawn..
i.e. something like shift column over 2 columns
jeff
#15
Programming / Re: Max Characters per Line on Multi-Line
January 15, 2025, 11:17:23 AM
James - it is so funny you said that. I did something like this in our billing software (and i forgot about that). the one difference here is that our user wants it to honor their seps/line breaks. I did not do that in the billing software. I might use this as a last resort. Thank you. but i think you are confirming my thought that there is not a really easy way.

right now what i'm doing is using a mixture of : a fixed font , and controlling the width of the control and that seems to be doing it but i'm not sure if it will work with all monitors.