Did you try FIN(0,"SYSTEM_JRNL") ?
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.
#1
Programming / Re: How can I determine the currently active system journal
June 19, 2025, 03:16:19 AM #2
Programming / Re: PDF Printing
May 20, 2025, 06:41:15 AM
SYSTEM_HELP PRINT "pdffile" should work.
#3
Webster Plus / Re: Webster+ Help
January 21, 2025, 06:40:21 AM
You should probably test if PxPlus works correctly after setting
export PXP_SSL_LIB=/usr/lib/x86_64-linux-gnu/libssl.so.3
export PXP_CRYPTO_LIB=/usr/lib/x86_64-linux-gnu/libcrypto.so.3
Just start PxPlus and enter this at the prompt in console mode:
OPEN (1)"[TCP]google.com;443;secure"
That should not return an error. If it does show an error, PRINT MSG(-1) will tell you why that is failing.
export PXP_SSL_LIB=/usr/lib/x86_64-linux-gnu/libssl.so.3
export PXP_CRYPTO_LIB=/usr/lib/x86_64-linux-gnu/libcrypto.so.3
Just start PxPlus and enter this at the prompt in console mode:
OPEN (1)"[TCP]google.com;443;secure"
That should not return an error. If it does show an error, PRINT MSG(-1) will tell you why that is failing.
#4
Nomads / Re: Data Dictionary auto create
December 04, 2024, 03:34:04 AM
If I'm not mistaken, the program is looking for providex.ddf and providex.dde. Just run the data dictionary utility in order to create these files (enter dd in console mode or run "*nomads" and select Dictionary/Maintenance from the menu).
#5
Language / Re: 'rb' escape sequece
December 04, 2024, 02:47:48 AM
'RB' should be defined in your terminal driver program - for example in *dev/vt100:
->*['rb]
1110 MNEMONIC (LFO)'RB'=$07$
Certain emulators also have a 'dump data to screen' mode that will display whatever they are receiving.
->*['rb]
1110 MNEMONIC (LFO)'RB'=$07$
Certain emulators also have a 'dump data to screen' mode that will display whatever they are receiving.
#6
Nomads / Re: Data Dictionary auto create
December 03, 2024, 04:52:12 AM
Run "*PLUS/UTIL/DICTDEF" should work.
#7
Language / Re: 'window' behavior
October 29, 2024, 11:10:33 AM
Are you sure parameter 'B0' (Window base '0') is set when running TinyTERM ?
#8
Programming / Re: no txt-attachments with *web/email
August 14, 2024, 03:04:12 AM
I just tried:
0100 CALL "*web/email","sender@edias.com","","receiver@gmail.com","","","Test TXT","This is a test","listing.txt?Q","","server.com;port-secure;login;pswd",10,60,"",0,error$
and received 'listing.txt' as attachment (in text format).
0100 CALL "*web/email","sender@edias.com","","receiver@gmail.com","","","Test TXT","This is a test","listing.txt?Q","","server.com;port-secure;login;pswd",10,60,"",0,error$
and received 'listing.txt' as attachment (in text format).
#9
Thin Client/WindX / Re: Computer using two user slots.
July 18, 2024, 03:50:41 AM
Are you starting the same shortcut on the client PC multiple times, or are these different shortcuts ? If these are different, can you show us the target commands ?
#10
Thin Client/WindX / Re: Computer using two user slots.
July 17, 2024, 05:12:42 AM
This only happens to me when I use different WindX versions (say v12 and v16) on the client PC to connect to the host. So if the first connection uses WindX v12 and the second (and all following) one(s) use v16, it will consume 2 licenses.
#11
Programming / Re: def object x,"[wdx]*"
July 17, 2024, 05:03:49 AM
AFAIK, that listbox shows registered ActiveX controls that have a 'Control' subkey. In other words, when you start REGEDIT and go to HKEY_CLASSES_ROOT\WOW6432Node\CLSID, all keys in there that have a 'Control' subkey, like for example:
HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\Control
(Adobe PDF Reader). So if one PC shows sigsign.sigsignctrl.1 and another one shows sigplus.sigplusctrl.1, I would expect the registry entries to be different.
HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}\Control
(Adobe PDF Reader). So if one PC shows sigsign.sigsignctrl.1 and another one shows sigplus.sigplusctrl.1, I would expect the registry entries to be different.
#12
Thin Client/WindX / Re: Computer using two user slots.
July 16, 2024, 08:05:12 AM
When you connect to the server and click the icon in the upper left corner of the window and select 'About PxPlus' in the menu that appears, does it show serial number 799995 or something else ?
#13
ODBC / Re: [OBD] CONNECT=
July 12, 2024, 03:07:33 AM
Allright - change line 20 to:
0020 OPEN (CHAN,OPT="CONNECT="+"'"+CONNSTRING$+"'")"[ODB];;"
(add ;; after [ODB]).
0020 OPEN (CHAN,OPT="CONNECT="+"'"+CONNSTRING$+"'")"[ODB];;"
(add ;; after [ODB]).
#14
ODBC / Re: [OBD] CONNECT=
July 11, 2024, 03:26:16 AM
Are you using a 64-bit PxPlus (as you're using the 64-bit ODBC driver) ?
#15
Registration and Setup / Re: *EZWEB fails to start as a Windows service
June 27, 2024, 04:16:00 AM
One more thing: the 'Starting directory' *must* be your docroot directory, for example c:\apps\coasttec\docroot .