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 - James Zukowski

Pages: 1 ... 15 16 [17] 18 19 ... 21
241
Wish List / Re: enhance the 'cv' conversion program
« on: April 04, 2019, 05:11:51 PM »
We used the *conv.bbx/gui_cv program for our BBx-PxPlus conversion. It has that selection plus many more available.

242
Off Topic / Re: pvxplus educational material for beginner
« on: March 29, 2019, 03:50:09 PM »
Either way, a good start will pay dividends for years as some of the most powerful features of the language are not easily spotted reading the web documentation and was not covered in basic training.
I've been looking for some of this kind of "hidden in plain sight" stuff. Osmosis doesn't always work too efficiently.

243
Nomads / Query Default to FIND
« on: March 19, 2019, 11:58:06 AM »
Most of our legacy programs use customized searches that start in a "Find this value" mode, rather than the Nomads default of "Start at this value" mode.

Is there a way to start the classic Nomads query in Find mode, rather than Start-at mode? It seems this would be something someone may have had to modify to do. Has anyone done it?

Currently running PxPlus 13.10 on RHE Linux 5.

Thanks for your insights!

244
Programming / Font Size Changing
« on: March 18, 2019, 04:32:23 PM »
When processing some panels from our menu program, the font sizes in (typically) Multi_Lines and List_Boxes are inconsistent -- even on the same machine. I just saw one that had everything fitting properly, then cycled through the menu, and it became a larger size, perhaps 1 or 2 points, but enough to overflow the field sizes.

Does anyone have any idea what might cause this? It's been plaguing us for months. This is the first time I've been able to see this dynamic a change, and there's nothing I've been able to find that might be the culprit.

PxPlus 13.10, RHE Linux 5, *nthost/*ntslave WindX

245
Programming / Re: Odd error 13 question
« on: March 08, 2019, 06:14:25 PM »
Could it be that the file was opened for that object only? I believe that would prevent data access:

Quote
OPEN OBJECT (chan[,fileopt]) [ TABLE ] string$

In Object Oriented Programming, the OPEN OBJECT directive indicates that a file being opened is for the exclusive use of an object. Only the object itself can alter the state of the file, and once the object is deleted, the file is automatically closed. Any external attempt to alter the state of the file returns Error #13: File access mode invalid.


246
Programming / Re: binary to decimal convertertion
« on: February 28, 2019, 05:45:48 PM »
Mike:
Does this mean the limit on recursive calls has been eliminated? Or changed?
According to the documentation, one of the reasons for throwing Error #25:

Quote
Cannot exceed limit on number of recursive calls to a user defined function. (Maximum of 10 recursive calls, ten levels deep.)

Or does defining the function with Local variables override the limit?

Thanks in advance for the clarification.

247
Programming / Re: binary to decimal convertertion
« on: February 27, 2019, 11:22:30 AM »
Please clarify:
Is the source value just ones and zeroes?
Is it a string or numeric value?

248
Programming / Re: Defining Function
« on: February 25, 2019, 11:57:20 AM »
You could look into XEQ as a possibility:
https://manual.pvxplus.com/PXPLUS/functions/xeq.htm

249
Programming / List Box Keystroke Entry Selection
« on: January 15, 2019, 11:22:38 AM »
When using a report-style list_box, is it possible to have user keystroke entries key off of a column other than the first?

250
Nomads / Ending a Never-Displayed Panel
« on: January 08, 2019, 02:06:02 PM »
We've got a printer selection panel that we can flag to run in "Silent Mode" - a default selection is made, the open processing is executed, and returns to the calling program without displaying the actual panel.

Some of our calling programs will call this routine multiple times to create disk files instead of using an actual printer. While debugging some program mods, we noticed that one of our system files that gets opened for this panel doesn't seem to always be closed on exit, and sometimes dozens of channels are in opened for this single file.

The Pre-Display is to Perform ";Init_Prog"
The Post-Display (which in this case should not be used) is to Perform ";Start_Up"
The On Exit is to Perform ";Wrap_Up"

There are 2 system files opened in Init_Prog. If running in Silent Mode, the end of the Init_Prog routine GOSUBs to the open-printer routine, sets Cmd_Str$="END", then RETURNs.
The Wrap_Up simple closes the 2 system files, resets a global variable, and RETURNs.

The curious part of it all is that the 2 system are both opened and closed in adjacent lines, but only 1 seems to get closed -- most of the time. The channel variable names are PRT_FILE and FORM_FILE, with the latter being the one that seems to remain open.

For the debugging today, it seems to have been called about 1300 times, and left behind about 100-125 open files that should have been closed. Most of them were the FORM_FILE, with a handful of the PRT_FILE.

Has anyone run into anything like this before? Is there something that's not getting set correctly when bypassing the Display Panel process?

Thanks in advance for (1) reading through this, and (2) any suggestions you may have.

251
Off Topic / Re: Website down?
« on: January 02, 2019, 10:08:36 AM »
Thank you for resuscitating the site. It looks like it's alive again.

252
Off Topic / Website down?
« on: January 02, 2019, 09:44:46 AM »
While the forum seems to have made it to 2019, the main PxPlus.com website doesn't respond as being alive. This includes the online manual.

253
Off Topic / 2019
« on: December 31, 2018, 12:21:45 PM »
May 2019 be a Wondrous and Prosperous Year for Everyone!

254
Nomads / Re: Customized Tab Sequencing in Folder
« on: December 21, 2018, 02:59:03 PM »
Mike:
I've tried importing this into our v13.10 PxPlus Nomads, but all I get is "No panels available"
Anything I should tweak to get it in?

255
Nomads / Re: Customized Tab Sequencing in Folder
« on: December 21, 2018, 01:44:02 PM »
With this methodology, would the existing Folder/Tab/Field security still be enforced, or would I need to implement that somehow?

Also, is the REPLACEMENT_FOLDER$ supposed to be the full Tab name (within the existing Folder), or the name of a new Folder? I can't find much documentation on this.

Thank you for the concept. I'll see if we can flesh it out better.

Pages: 1 ... 15 16 [17] 18 19 ... 21