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 - Christian.lanctot@jonas

Pages: [1]
1
Nomads / Re: Nomads - Signature Capture and Touchscreen
« on: August 31, 2022, 03:08:04 PM »
Ah... I see what happened. it was trying to get to helpdesk1.pvxplus.com , that has been replaced by Helpdesk2.pvxplus.com. Trying to bookmark helpdesk.pvxplus.com resulted in helpdesk1.pvxplus.com from way back when.

I'll change my bookmarks to avoid this problem.

My apologies.

2
Nomads / Nomads - Signature Capture and Touchscreen
« on: August 31, 2022, 12:26:58 PM »
I'm posting this here since the PvxPlus helpdesk is off-line and there's no more phone support.

The Nomads signature Capture control in the latest version of PvxPlus (V19) no longer works with Touchscreens. It works fine when drawing with a mouse, but not touchscreen.

To test you will need a computer with a touchscreen. Like a laptop with touchscreen or a Windows tablet. Create a Nomads panel, add a COM control, select signature capture. Then click "test" in Nomads and you will be able to draw with the mouse but not by touching the screen. Try the same test in PvxPlus version 17 and it works fine.

Please get back to me soon on a possible fix as we have a client waiting for this fix.

Thanks.

3
Registration and Setup / Star plus / reg / net , silent mode ?
« on: July 29, 2022, 02:09:26 PM »
Is there a way to call the *plus/reg/net in silent mode ? That is, not have the message box come up.

4
Programming / Re: SVN
« on: January 10, 2019, 03:10:00 PM »
Ok. will do. I was just hoping someone from the community had a quick answer.

Thanks Jane

5
Programming / SVN
« on: January 10, 2019, 02:33:13 PM »
Not sure if I'm doing something wrong.

I've installed turtoise and I have a repository on a seperate server.

When I do the "Importing an Application" here -> https://manual.pvxplus.com/PXPLUS/PxPlus%20Version%20Control%20System%20Using%20TortoiseSVN/Setup%20and%20Installation/Overview.htm

My understanding was that it uses the tokenized programs from the application directory and places them in the Source directory as text files.

That's not what's happening. It just places a copy of the tokenized programs in the source folder.

My start_up.svn program:
 ! START_UP.svn - Start up process for SVN
 ! By Christian Lanctot , 2019/01/08
 !
 LET %PRM_SV_LC=PRM('LC')
 LET %PRM_SV_LD=PRM('LD')
 LET %PRM_SV_LE=PRM('LE')
 LET %PRM_SV_MC=PRM('MC')
 LET %PRM_SV_NL=PRM('NL')
 LET %PRM_SV_VPLUS=PRM('V+')
 SET_PARAM 'LC'=1 ! Lowercase variables
 SET_PARAM 'LD'=1 ! Lower case directives
 SET_PARAM 'LE'=0 ! No list edit
 SET_PARAM 'MC'=0 ! No maintain-case variables
 SET_PARAM 'NL'=1 ! Suppress LET 
 SET_PARAM 'V+'=4 ! Save to serial uses SVN settings. Lowercase vars and directives and no LET
 EXIT
 !
 RESET:! ^100
 SET_PARAM 'LC'=%PRM_SV_LC; LET %PRM_SV_LC=0
 SET_PARAM 'LD'=%PRM_SV_LD; LET %PRM_SV_LD=0
 SET_PARAM 'LE'=%PRM_SV_LE; LET %PRM_SV_LE=0
 SET_PARAM 'MC'=%PRM_SV_MC; LET %PRM_SV_MC=0
 SET_PARAM 'NL'=%PRM_SV_NL; LET %PRM_SV_NL=0
 SET_PARAM 'V+'=%PRM_SV_VPLUS; LET %PRM_SV_VPLUS=0
 EXIT

What am I doing wrong?

6
Language / Outdated documentation *web/cookie
« on: September 20, 2018, 12:39:25 PM »
Quote
Format 2:  CALL "*web/cookie;SET",name$,data$,path$,expires$,domain$

Use Format 2 to create and send a cookie. Your CALL should include five arguments:

name$ Name of the cookie
data$ Data to send to the browser
path$ Your file path criteria for matching the URL's path
expires$ Cookie's expiry date and/or time
domain$ Domain name of your web site

You can also set a sixth parameter to make sure the TCP connection is secure.

Well, as it turns out, the secure is required or else you get an error 36.


7
Programming / Re: Error 99 in *openlib on line 46
« on: September 14, 2018, 12:07:41 PM »
Ah that was it. Could the pxplus enabled be shown in the non-activate package to avoid confusion?

8
Programming / Error 99 in *openlib on line 46
« on: September 14, 2018, 09:36:22 AM »
We're getting this weird error 99 on a FOR SFX$ FROM SFX_LIST$

My understanding is this form of FOR has been in the language since 8.01. So why the error 99 on version 15 ?

This is version 15 in our QA department. We have version 15 on our development server and it works fine.

->sfx_list$="a,b,c,d,"
->goto 46
->.
0046 FOR SFX$ FROM SFX_LIST$
1>.
2>?err
 99
2>exit
1>pkg
PxPlus Type         = Professional
Expiry Date         = none
User Count          = 10
Version Information = 15000001 / Activation Level 15

*****  Activated Packages  *****
20001  Internet Toolkit                 20003  SSL Support
20004  Multiple Image Type Support      20005  Smart Controls
20006  Chart Control                    20007  Customizer
20008  Views                            20010  BBx Keyed File Read
20011  OLE Server                       20012  Report Writer
20013  Thin Client Plug-in              20014  MySQL
20017  Native Oracle Support            20018  Native DB2 Support
20019  ADO Interface to MS Sql          21020  eSignature

*****  Non-Activated Packages  *****
20002  Web Server                       20009  Application Server
20015  XML                              20020  PxServer
20021  MyTiles

9
Programming / FTPS instead of FTP or SFTP
« on: September 12, 2018, 02:26:28 PM »
One of our vendors is using FTPS on port 990. I see that pvxplus can use *web/ftp on port 21 or *web/sftp on port 22. How would we be able to secure with TLS on port 990 using *web/ftp ?

Does pvxplus even do this?

thanks

10
Off Topic / Hi there!
« on: June 25, 2018, 10:42:16 AM »
So I registered. Looks like it's working.

Bonus: First to post! :D

Pages: [1]