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.


Topics - James Zukowski

Pages: 1 2 3 [4] 5 6 7
46
Language / Directory +INFO
« on: April 08, 2021, 04:38:10 PM »
According to the documentation, we can get detailed file information by opening a directory with opt="+INFO". This provides:
  • File name
  • File type ("F" for file, "D" for directory)
  • File size in bytes
  • Date created
  • Date last modified
  • Date last accessed
I'm presuming this is the order the data comes back in. If that's the case, how can I get a Creation date that's after the Last Modified date?

Thanks for any clarifications.

47
Language / PGM() with Labels
« on: April 02, 2021, 06:42:31 PM »
It seems like the pgm() function only allows a line NUMBER for a statement reference, not a LABEL.
It also seems like it's the only operation in PxPlus (besides AUTO) that requires a line number and will not permit a label.
Does anyone know if this will ever change? Or does anyone knows a simple way to retrieve a line based on the label, rather than the number, without actually scanning through the program (which I can do but prefer not)?

Thanks in advance!

Stay safe out there!

48
Thin Client/WindX / Client-side FID(0)
« on: January 12, 2021, 03:55:56 PM »
Is there a way, other than AUTOEXEC.BAT or PxPlus.ini, to set the value of FID(0) on the client before establishing a WindX connection through SimpleCS using .windx files?

Thanks in advance!

49
Off Topic / 2021
« on: January 04, 2021, 02:22:21 PM »
 ;D Welcome to 2021! ;D

It looks like we all survived 2020. Congratulations!

Let's have an outstanding and prosperous year!


50
Thin Client/WindX / Auth Failure error
« on: December 17, 2020, 11:33:19 AM »
We've just upgraded from v13.10 to v17.10 (YAY!). We created a process to go through to update all of our client PCs at locations around the country. Installations ran fine.
Until this particular laptop.
I went through the usual routine, but when I got to the point of testing the connection, I got an Error 61 (see attached). I tried uninstalling/reinstalling, to no avail. Looking through other posts, I tried to access WindX Security from the underlying PxPlus window, but it's not there to reset.
Does anyone have any suggestions?
Thanks in advance!

51
Nomads / Drop_Box not Auto-Signalling
« on: December 10, 2020, 01:35:12 PM »
We're upgrading from v13.10 to v17.10. Our standard printer selection window has several DROP_BOXes on it. They are marked with "Signal on Exit" and "Automatic (Signal All Changes)". On v13.10, when a key is pressed to select an option, the on-Select Logic is triggered. Not so on v17.10. We have to actually exit the control. Has there been a change? Is there a setting I'm missing?
Thanks, all!

52
Programming / Text Viewer
« on: December 01, 2020, 06:54:32 PM »
Since migrating from BBx a couple of years ago, the users on the system love the Viewer. However, they hate that they can't copy text from the viewer to paste into Excel, Word, whatever.

Does anyone have any insights into a text-oriented Viewer alternative that would allow that? Currently, we're only outputting basic text (with some occasional bold modifiers); no 'text' or other mnemonics.

Thanks, all!

53
Registration and Setup / WindX Version
« on: October 15, 2020, 12:50:40 PM »
We're upgrading from PxPlus v13.10 on Linux Redhat 5 to v17 (with a temporary serial#) on Redhat 7, which is on a completely new server. On my client PC, I've got WindX clients installed for v14.00.0001, 15.00.0000, and 17.00.0000. I'm connecting to the new server using SimpleCS through a .windx file. When I check tcb(88), I get 13, not 17.
Any ideas?
Thanks!

54
Nomads / Excluding a Tab from a Folder Programmatically
« on: October 14, 2020, 06:16:29 PM »
Is there a way to prevent a tab on a folder from being created based on Pre-Display factors? Example: Prevent the tab from being created based on whether contingent files exist. If the file(s) exist, create the tab, else skip it.
Thanks!

v13.10 almost on v17
Linux RH

55
Registration and Setup / Link File Extensions
« on: September 09, 2020, 06:01:19 PM »
I noticed the manual page on Link File Extensions that may help us in future upgrades. We're in the process of a big upgrade from v13 (*nthost/*ntslave) to v17 (SimpleCS), with a server simultaneous upgrade. Having about 100 user PCs across the country, we'd like to minimize the manual intervention needed, at least in the future.

Has anyone used this feature? Does is work well for you? The page also mentions the WindX Connection Manager, with a link to usage instructions, but I don't see how to launch it. Pointers?

Thanks all!

56
Programming / Piped character count
« on: September 03, 2020, 02:51:17 PM »
While we can get where we are when outputing to a serial file by checking KEC() for the file, is there a way to determine how many characters have been sent to a piped channel? If I open (ch)"|process_prog...", can I know how much went out before I close (ch)?

Thanks!

57
Nomads / Upgrading
« on: September 01, 2020, 11:29:59 AM »
We're (finally!) upgrading our system from PxPlus v13 to v17. Much of what we have is still legacy character-based. However, the panels we have developed seem to throw Error #88 most of the time. I know there were some changes over the versions. Is there something we need to do to get things working right?

58
Language / CREATE FILE across [WDX]
« on: August 20, 2020, 10:38:49 AM »
I've tried to use CREATE FILE across a WindX connection, but it doesn't seem to work:

Code: [Select]
create file "[wdx]C:\Users\James\Documents\Foo.pdf" from "/tmp/Foo.pdf"
generates Error #12. If I open the file and try:

Code: [Select]
create file "[wdx]C:\Users\James\Documents\Foo.pdf" from (1)
it generates Error #13.

I'm guessing that this is not part of the current design. If not, could it be considered for the future?

59
Nomads / Hiding Query Columns
« on: July 31, 2020, 12:47:41 PM »
Is there a way to programmatically Hide/Show specific Query columns? Rather than have 2 or more separate queries, we would like the program to be able to identify any columns different from standard.
Thanks!

60
Nomads / Blended File Definitions
« on: July 30, 2020, 11:21:43 AM »
We're going through the process of upgrading our legacy system to modern times. WAY back, there was a field count limit to files, and we've still got a number of "master files" that are split between 2 or 3 actual files with similar names. We're defining each of these in the Nomads Data Dictionary.

When we do get to the point of being able to combine the component files into a single master file record, is there a way within Nomads to blend the files? E.g., Copy the primary Customer Master record to a new file, then add the fields from the secondary (and tertiary, etc.) file to the end of the new file. I know the fields can be copied out to the Global Dictionary and back in, but is there some other method that could preserve the field sequencing so we can minimize the manual intervention?

Thanks for your thoughts!

Pages: 1 2 3 [4] 5 6 7