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 - Mike King

Pages: 1 ... 4 5 [6] 7 8 ... 66
76
Programming / Re: pvxplus 2023 - ubuntu 22 openssl not working?
« on: May 24, 2023, 10:37:39 PM »
You likely just need the openssl libraries.

Use apt-get to install libssl-dev

77
Programming / Re: pvxplus 2023 - ubuntu 22 openssl not working?
« on: May 24, 2023, 05:29:31 PM »
Martin

There should be no need to override the SSL libraries.  We compiled PxPlus 2023 on Ubuntu 22 using the libraries it comes with.

PxPlus-2023 Web (Ver:20.00/UNIX-Linux-Ubuntu) Serno:2000-664-2181225
(c) Copyright 2005-2023 PVX Plus Technologies Ltd. (All rights reserved)
  Website: http://www.pvxplus.com
->"uname -a
Linux vm-ubuntu-22 5.19.0-41-generic #42~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 18 17:40:00 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
->open (1) "[tcp]www.pvxplus.com;443;secure"
->print tcb("OpenSSL_Version")
OpenSSL 3.0.2 15 Mar 2022
->end

78
General Announcements / PxPlus 2023 is now available for download
« on: May 24, 2023, 11:59:32 AM »
PVX Plus Technologies is pleased to announce the release of PxPlus 2023(v20). This major release consists of numerous new features, customer-suggested enhancements, and usability improvements, as well as a number of corrections and minor changes.

Key highlights of PxPlus 2023, include:

  • Improved overall application security by adding Two-Factor Authentication that can be used with either SMS or email in both Nomads and iNomads. This now matches the capabilities already available in Webster+.

  • New capabilities in Webster+ include support for Tree Views, List Box pagination, and Chart drill down. The ability to share common security files with Nomads and iNomads has also been added, allowing users access to both Webster+ and iNomads applications from a single logon.

  • Simplified database access for ODBC, MySql, Oracle, ADO and DB2 with the ability to directly create and maintain file prefixes and link files.

  • Integrate PxPlus with non-PxPlus databases using various new tools and utilities designed to import and maintain links to external databases. Many of these new tools will also work on native PxPlus data files, making Data Dictionary maintenance easier than ever before.

  • The IDE has been enhanced to better handle projects and associated control files. In addition, it is now easier to use the IDE over the Web, via any Internet browser or iNomads. Non-Windows development shops can now also use the IDE.

  • Wiki pages can now be created dynamically for both your Nomads and Webster+ pages from information stored in the PxPlus Data Dictionary. This new feature makes it easy to generate and provide consistent online documentation for applications with a minimum amount of effort.

  • The Remote Process server has had a major overhaul so that it can now be used to provide background access to workstation devices and resources. This is key in the development of Web-based applications where local access is needed.

Catch our PxPlus 2023 preview video at https://videos.pvxplus.com/2023/pxplus-intro.mp4 and check out the complete overview of all the new features at http://www.pvxplus.com/whatsnew.

79
Nomads / Re: HTML Tip
« on: May 23, 2023, 10:30:05 AM »
Jeff,

Thanks but I tried this on my system here using 16.20 (and other releases) and I didn't get any scrollbar.  I tried both with $0d0a$ between each lin, $0a$ between each line, and nothing between the lines -- all worked.

Here is what I did.

->print x$
<p>Hinge Locations are measured from Top of Door</p>
<p>Hinge Location 1: 7-12</p>
<p>Hinge Location 2: 7-12</p>
<p>Hinge Location 3: 7-12</p>

->list_box 10,@(10,10,10,10),tip=x$





80
Nomads / Re: HTML Tip
« on: May 19, 2023, 04:51:13 PM »
Can you provide details on what you are loading into the 'Tip$ property?

81
Thin Client/WindX / Re: Use Client *IT in WindX plugin
« on: May 12, 2023, 02:44:00 PM »
Why not just use a demo license on your laptop?

Use WindX to copy the files over to the PC or remote mount the Linux host to get access to the programs.

The only issue is that the Demo license will remind you periodically that you are running a demo, but if all you are doing is editing programs this should not be an issue.

82
Thin Client/WindX / Re: Use Client *IT in WindX plugin
« on: May 12, 2023, 11:54:32 AM »
Not certain what you are asking.  Are you looking to run *IT locally on the users workstation to edit program on the server?

Technically you could run *IT on the WindX workstation but there is no mechanism to download/upload program files from the server.  Unfortunately, while running *IT locally the host would probably think the workstation has disconnected as it would not be receiving any WindX exchanges so the host connection would likely fail.

What you might be able to do is use WindX to download programs to a workstation, then use a standard (or Demo) license on the workstation to run *IT and edit the program, and finally update the program back on the server again using WindX.

83
Nomads / Re: Unexpected Preinput on Panel Exit
« on: May 04, 2023, 05:20:38 PM »
Perhaps the control you are on has an signal on Exit option enabled and the ALT-X (which I suspect triggers an eXit button) closes the panel thus triggering the On Exit event which effectively places the codes for the  event into the imput buffer

84
Nomads / Re: Grids ColumnNames Property Read-Only ?
« on: April 24, 2023, 09:42:50 AM »
Yes -- its a READ only field as it basically is a combination of all the grid column names designed to make it easier to extract them in a single call.

85
iNomads / Re: iPad device for remote support
« on: April 11, 2023, 03:38:30 PM »
With our new release due out this May you should be able to run most any program from the PxPlus IDE using iNomads to a Linux or Windows host -- effectively allowing you to use any browser to support a client.

You will also be able to use Webster+ to edit programs using its Inspector capability.

Now all that being said and while an iPad will work, some things like text highlighting and file transferring are challenging when using a tablet device, it can be done, but I personally find getting the right touch screen gestures awkward.  A PC or at least a system with a keyboard such as a Chromebook are easier to use.

86
Webster Plus / Re: Webster Queries
« on: April 05, 2023, 02:30:46 PM »
This is because most web browsers come with built in search capability.  For example when using Chrome on Windows simply press ctrl-F.  Different browsers have different options but almost every browser has a search capability.

87
That may be because the ECHO service is not running on the machine you are connecting to.

Here is a link to a discussion about using the ECHO service and the 'ping' command that may explain what you are seeing.
https://networkengineering.stackexchange.com/questions/37896/ping-port-number

88
You shouldn't use the KEY=...

0010 BEGIN
0020 OPEN (1,TIM=5,ERR=BAD_HOST)"[wdx][tcp]192.168.77.230;7"
0030 WRITE RECORD (1) "CHECKING IF PING COMMAND WORKS"
0040 READ RECORD (1)A$
0050 PRINT A$

And I assume you are trying to see if the workstation can connect to the host -- thus the [wdx] prefix.

89
What PING command are you referencing?

The only thing related to a PING command that PxPlus has is a built-in keep alive for WindX workstations.  It is basically a timer internal in the EXE that after the pre-determined interval causes the system to a dummy message to the workstation.  If the message is not acknowledged prior the next transmission we assume the connection is lost.

As for pinging servers to see if they are present, the standard IP setup is to send a packet of data to port 7 of a server which should in turn echo it back.  So basically an OPEN of the server port 7. use WRITE RECORD to send some data (generally around 32-64 bytes) followed by a READ RECORD which should receive back the data sent.

90
The OS ping command is available on pretty much all platforms so you should be able to use that.

If however you want to see if you can RDP to a host you likely could try:

OPEN (hfn,tim=5,err=NoRDP) "[tcp]IPaddress;3389"

3389 is the standard RDP port.

Pages: 1 ... 4 5 [6] 7 8 ... 66