PxPlus User Forum

Twitter Twitter Twitter

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.


Messages - Jeffrey Ferreira

Pages: [1] 2 3 ... 12
1
Programming / Re: winprt
« on: March 21, 2024, 03:29:15 PM »
Hi Sam,

We've had a similar problem before.
winprt works fine (using windows print driver)
windev does not work
even though i'm pretty certain windev does not use the windows print driver, we had to change our windows print driver to an HP Universal Driver in order to print pcl or any of those mnemonics you see inside the *dev\hplaser. I dont know why that is but i would give it a try.

Jeff

2
ODBC / Re: slowing down an ODBC query
« on: February 20, 2024, 04:22:11 PM »
Thank you Devon. i will ask the customer if they would be partial to the Dirty Read.

3
ODBC / slowing down an ODBC query
« on: February 20, 2024, 11:31:43 AM »
Hi All,

we are having an issue whereby when a user does a power bi query against our pxplus data via odbc it really can slow down performance for everyone else. Does anyone know of a way i can slow down/throttle pxpiosrv. Or maybe some other solution.

Jeff

4
Programming / Re: Flash a Message
« on: January 27, 2024, 09:37:41 AM »
Thank you for all the ideas. I will implement one of them.  I just wanted to make sure I wasnt missing something like a call back feature like in javascript.  I saw background loading of controls and that made me think that perhaps something like a call back could be present. I appreciate every ones ideas. thank you.

5
Programming / Flash a Message
« on: January 25, 2024, 02:15:21 PM »
Hi All

is there a way to flash a message on the screen in a multiline and then clear it after a few seconds.
i was going to implement with the timeout but i thought i would ask if there was a more sophisticated way to do this.
i'm trying to avoid adding message boxes.

thanks

jeff

6
Nomads / Re: Copying a Panel
« on: January 18, 2024, 10:46:07 AM »
Thank you Susan.

7
Nomads / Copying a Panel
« on: January 18, 2024, 10:02:02 AM »
Hi All, when copying a panel is there is a difference between clicking the "OK" button and clicking the "Apply" button?

8
Language / Re: Error 17
« on: January 11, 2024, 09:29:39 AM »
Hi Again,
sorry - i misread licensing.
they dont have multi image support activated.
jeff

9
Language / Re: Error 17
« on: January 11, 2024, 07:48:34 AM »
Hi James,
i have not tried it yet.i thought with the multiple image format extension i could use the other formats. but i will give that a try.
thanks
jeff

10
Language / Error 17
« on: January 10, 2024, 03:07:10 PM »
Hi List,

we have a grid that displays images for the different options a customer can pickup.
i'm trying to set the 'bitmap$ option and i'm getting an error 17
it is an older version of pxplus (15.##)
does anyone know what would cause this
i tried a jpg and a png file and i get same error

jeff

11
Language / Re: Error 11
« on: August 07, 2023, 01:56:55 PM »
i guess it is possible. but it is such a small file. i did a keyed load on it and i'll check to see if it happens again...thank you

12
Language / Error 11
« on: August 07, 2023, 11:29:15 AM »
Hi All,
I had an odd situation happen.
I do this thing where I first create record to make sure it exists before I extract it.
I got a dom on line 21027 and i cannot figure out why?
does anyone have any insight on how this could/might happen

20002 let MFIM01=unt; open (MFIM01,iol=*,rec=CF$)"MFIM01"
21024 let CF.SALES_ORDER_NUMBER$=SALES_ORDER_NUMBER$
21025 let CF.LOCK_ALLOCATIONS$="Y"
21026 write (MFIM01,dom=*next) ! Do Not Step On Record If It Exists
21027 extract (MFIM01,key=SALES_ORDER_NUMBER$,kno=0)



13
Language / Re: ** DISEGARD ** -> Mixed Case in Keys
« on: August 03, 2023, 02:12:22 PM »
Hi Jane,

That is really interesting:

"if a key segment is defined as uppercase, for example, you can use a mixed case key value when reading by key and it will still find it"

Thank you.  I will chat with some folks at our office.

jeff

14
Language / Re: Mixed Case in Keys
« on: August 03, 2023, 12:17:05 PM »
Never mind. I just realized something. Even if there was a feature that forced the key to uppercase (while data remained mixed), I would still have to change all my code to force what i'm reading with to uppercase. Please disregard...sorry

15
Language / ** DISEGARD ** -> Mixed Case in Keys
« on: August 03, 2023, 12:07:07 PM »
Hi List,
i was about to embark on a project for a client and i figured i better confirm the following before i begin.

we have an index -> The Customer's PO Number
sometimes it comes in Mixed Case .......

my question is -> are Keys always case sensitive...
i'm pretty sure the answer is yes but i dont want to start this workaround unless i'm 100% sure....i just want to make sure there is no cool feature in pxplus that i'm unaware of

thanks

jeff

Pages: [1] 2 3 ... 12