Is there a way to search the forums and have it not include substrings ? I'm trying search for "log" and it's including logic, catalog , dialog , technologies and etc.
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.
Pages1 2
#2
Thin Client/WindX / Re: Computer using two user slots.
July 22, 2024, 12:45:15 PM
Here is the little script used to start the CS Host.
#!/bin/bash
PORT="4093"
RECON="300"
cd /pxp
/pxp/pxplus "*plus/cs/host" -arg "$PORT;recon=$RECON" >/dev/null </dev/null &
echo $!
I'm killing all pxplus processes before starting the CS host. I start a WindX connection, I see 1 license being used and the two pxplus processes on the the server. I start a second WindX connection , I see 2 licenses being used and 3 pxplus processes. I think this should rule out the background process using a license.
#!/bin/bash
PORT="4093"
RECON="300"
cd /pxp
/pxp/pxplus "*plus/cs/host" -arg "$PORT;recon=$RECON" >/dev/null </dev/null &
echo $!
I'm killing all pxplus processes before starting the CS host. I start a WindX connection, I see 1 license being used and the two pxplus processes on the the server. I start a second WindX connection , I see 2 licenses being used and 3 pxplus processes. I think this should rule out the background process using a license.
#3
Thin Client/WindX / Re: Computer using two user slots.
July 18, 2024, 12:52:46 PM
I'm running the SimpleCS host on a Ubuntu server and I'm using the WindX plugin.
#4
Thin Client/WindX / Re: Computer using two user slots.
July 18, 2024, 08:21:29 AM
I'm using the same shortcut and running it multiple time.
Here is my WindX shortcut.
C:\Event\pxp_2023\pxplus.exe *plus\cs\client -arg **.**.**.** ""
Here is my WindX shortcut.
C:\Event\pxp_2023\pxplus.exe *plus\cs\client -arg **.**.**.** ""
#5
Thin Client/WindX / Re: Computer using two user slots.
July 17, 2024, 08:53:31 AM
I'm only using one version 20.10 on the pc and the server. I have also tried NTHost and it has the same problem.
#6
Thin Client/WindX / Re: Computer using two user slots.
July 16, 2024, 08:55:28 AM
Hi EVa
It shows 0799995 Pro.
It shows 0799995 Pro.
#7
Thin Client/WindX / Computer using two user slots.
July 15, 2024, 09:08:58 AM
I'm having an issue where a user is using two licenses when connecting to a SimpleCS server from the one PC. The first connection uses one user slot and the next one uses a new user slot, every connection after this uses the same slot as the second connection. This results in the same user using 2 licenses on the same PC.
I'm using TCB(27) to check the user slot, this the correct way to check this ? Also TCB(24) is showing two licenses used.
I'm using TCB(27) to check the user slot, this the correct way to check this ? Also TCB(24) is showing two licenses used.
#8
Programming / Block print and Hyperlinks.
November 28, 2023, 10:59:11 AM
Hi
Is it possible when block printing to a pdf with "*TEXT" to have email addresses appear as a hyperlink when viewing the pdf file ?
Don Locke
Event Software
Is it possible when block printing to a pdf with "*TEXT" to have email addresses appear as a hyperlink when viewing the pdf file ?
Don Locke
Event Software
#9
Nomads / Grids ColumnNames Property Read-Only ?
April 24, 2023, 08:49:42 AM
Is ColumnNames$ property for grids read-only ? I'm getting an error when I try to set it manually in code.
#10
Programming / Re: Assign a query to a cell at run time.
March 20, 2023, 09:17:32 AM
Thanks,
I have created the query in the presets and updated the code with work with it.
Don.
I have created the query in the presets and updated the code with work with it.
Don.
#11
Programming / Assign a query to a cell at run time.
March 17, 2023, 10:15:21 AM
Hi
Can you assign a query to a cell at run time ?
I see a "query" property in the manual but I can an error 88 trying to access it.
Don Locke.
Can you assign a query to a cell at run time ?
I see a "query" property in the manual but I can an error 88 trying to access it.
Don Locke.
#12
Nomads / Error 15 setting the bitmap on a Grid button.
November 07, 2022, 09:15:20 AM
Hi
I'm getting random error 15's trying to set the bitmap of a grid button.
I'm currently getting this error on running Pxplus 18.20 on CentOS 6 Server 64bit.
Does anyone know the cause and how to fix this error ?
Don Locke
Event Software.
I'm getting random error 15's trying to set the bitmap of a grid button.
I'm currently getting this error on running Pxplus 18.20 on CentOS 6 Server 64bit.
Does anyone know the cause and how to fix this error ?
Don Locke
Event Software.
#13
Nomads / Re: Messed up IT Editor after upgrade to 18.20
June 29, 2022, 03:51:55 PM
Sorry, I don't know what you mean by terminal set.
There are other users on the system where this isn't a problem, maybe they are full screen all the time.
I tend to move and resize the window a lot so I can see background windows and that is when it happens.
I have changed the default colours, I prefer a dark theme, I find it easier on my eyes.
The 'BX' parameter is enabled.
There are other users on the system where this isn't a problem, maybe they are full screen all the time.
I tend to move and resize the window a lot so I can see background windows and that is when it happens.
I have changed the default colours, I prefer a dark theme, I find it easier on my eyes.
The 'BX' parameter is enabled.
#14
Nomads / Re: Messed up IT Editor after upgrade to 18.20
June 24, 2022, 12:39:51 PM
Yes, I also updated the Pxplus Client to 18.20, sorry I should have included that.
#15
Nomads / Messed up IT Editor after upgrade to 18.20
June 24, 2022, 09:50:22 AM
Since upgrading to Pxplus 18.20 my IT Editor as constantly messing up the edit window. (See Attached Image) .
I'm running on a CentOS Server using the IT Editor over SimpleCS to Windows Server 2012 Remote desktop.
Anyone have a fix for this ?
I'm running on a CentOS Server using the IT Editor over SimpleCS to Windows Server 2012 Remote desktop.
Anyone have a fix for this ?
Pages1 2