Recent posts
#1
Programming / Re: New Query Problem, not ret...
Last post by Jane Raymond - Today at 08:52:38 AMSince this issue only happens on some queries, we will have to have more information about the query definition so we will know how it is set up. Also, what version of Pxplus are you using, and if these queries worked in the past, what version were you running them, etc.
That being said, the best way to attack this issue is for you to create a helpdesk ticket at helpdesk2.pvxplus.com or go to our www.pvxplus.com website and go to the Client Hub/Support page to Open a New Ticket. This allows us to track the issue and more easily communicate with you.
That being said, the best way to attack this issue is for you to create a helpdesk ticket at helpdesk2.pvxplus.com or go to our www.pvxplus.com website and go to the Client Hub/Support page to Open a New Ticket. This allows us to track the issue and more easily communicate with you.
#2
Programming / Re: Voice to Text devices or s...
Last post by Mike King - September 17, 2024, 03:39:23 PMYou should be able to create a small web page that could provide this functionality for use with Webster+ or other Web based PxPlus applications. There is a SpeechRecognition API within most browsers that can be used to provide this functionality as long as the user/browser is online.
Most browsers (like Chrome) forward the data to a central server for processing so you would have to consider the security and potential sensitive nature of the text you are transcribing.
NOTE: Unfortunately the *browser interface within PxPlus does not appear to allow access the to microphone so it would only work with a stand alone browser such as Chrome or Firefox.
Most browsers (like Chrome) forward the data to a central server for processing so you would have to consider the security and potential sensitive nature of the text you are transcribing.
NOTE: Unfortunately the *browser interface within PxPlus does not appear to allow access the to microphone so it would only work with a stand alone browser such as Chrome or Firefox.
#3
Programming / Re: New Query Problem, not ret...
Last post by martinp - September 17, 2024, 03:11:17 PMI've traced ARG_1$ is reverted back after *winlist;wrapup" in *plus/inomads/in_qry2
QRY_WrapUp:
call "*plus/winutl/winqry;Set_iNomads_Query_Persistence",QRYOPTS
if _DUMPFILE then gosub RELOAD_DUMP; perform "*winlist;wrapup"
drop object QRYOPTS
print 'option'("Invalid_bmp",_sv_bmp$),
if ctl=-1999 or ctl=close_btn.ctl then let %nomad_qry_abort=2
if iswindows then print 'cursor'(0),
return
QRY_WrapUp:
call "*plus/winutl/winqry;Set_iNomads_Query_Persistence",QRYOPTS
if _DUMPFILE then gosub RELOAD_DUMP; perform "*winlist;wrapup"
drop object QRYOPTS
print 'option'("Invalid_bmp",_sv_bmp$),
if ctl=-1999 or ctl=close_btn.ctl then let %nomad_qry_abort=2
if iswindows then print 'cursor'(0),
return
#4
Programming / New Query Problem, not returni...
Last post by martinp - September 17, 2024, 03:00:19 PMNew Query acting strange..
Hope this picture is clear.
It's only occurring on some file queries as well...
Hope this picture is clear.
It's only occurring on some file queries as well...
#5
Programming / Voice to Text devices or softw...
Last post by cbudney - September 17, 2024, 10:08:08 AMHello everyone!
I was just wondering if anyone has used any voice to text software integrated to pxplus? Or any of the voice to text devices out there for PO Receiving/Picking in the warehouse? If so, could you share your information of hardware/software you used?
Thanks,
Chris Budney
I was just wondering if anyone has used any voice to text software integrated to pxplus? Or any of the voice to text devices out there for PO Receiving/Picking in the warehouse? If so, could you share your information of hardware/software you used?
Thanks,
Chris Budney
#6
Nomads / Re: Maintenance Generation Err...
Last post by martinp - September 16, 2024, 05:34:28 PMAlso, It's very slow in a remote windx session of nomads instead of a LAN when it gets to the Grid section. it takes about 90 seconds for it to respond when it first arrives at section #6, then its responsive, but when you click Next it takes another 90 seconds. So some inefficient grid logic I believe.
I can use it on a remote desktop LAN though
I can use it on a remote desktop LAN though
#7
Nomads / Re: Maintenance Generation Err...
Last post by martinp - September 16, 2024, 04:31:03 PMFixed!
I think the reason is my iolist is in Lower case, but the program is trying to replace upper case, i changed to lower case no more error.
0007 let elements$="iolist SETTING$,STD_OBJECT$,UPDATE_PROP$,NEW_PROP$,CLEAR_PROP$,AUTO_SAVE_PROP$,INQUIRY_PROP$,CONFIRM_NEW_PROP$,CONFIRM_DEL_PROP$,ACK_WRITE_PROP$,ACK_DELETE_PROP$,PNL_POSITION$,PNL_COL,PNL_LINE,BROWSE_OPT$,EMBED_LIB_BROWSE$,EMBED_PNL_BROWSE$,EMBED_POS_BROWSE$,BROWSE_TAB$,BUTTON_OPT$,EMBED_LIB_BUTTONS$,EMBED_PNL_BUTTONS$,EMBED_POS_BUTTONS$,BUTTON_TAB$,EMBED_LIB_PANEL$,EMBED_PNL_PANEL$,EMBED_POS_PANEL$,TBAR_OPT$,TBAR_LIB$,TBAR_PANEL$,TBAR_EXPR$,THEME$,OBJ_MENU$,OBJ_SIGNAL$,OBJ_MINIMIZE$,OBJ_MAXIMIZE$,OBJ_NOCLOSE$,OBJ_AUTO_REFRESH$,OBJ_AUTO_CLOSE$,STATUS_BAR$,OBJ_SCRN_DRAG$,OBJ_RESIZE$,SCREEN_FRAME$,TEMPLATE$,PROMPT_ALIGN$,PROMPT_COLON$,PROMPT_ASTERIX$,PNL_SPACING,TAB_SEQ$,OBJ_FONT_NAME$,OBJ_FONT_SIZE$,OBJ_FONT_ALIGN$,TEXT_VISUAL_CLASS$,HORIZ_SPACING,DISPLAY_OPTIONS$,POSITION$,TAB_WIDTH,AUTO_ADVANCE$,OFFSET,TAB_HEIGHT,FRAME_STYLE$,VISUAL_CLASS$,DEFAULT_TEMPLATE$,SHOW_VISUAL_CLASS$,FORM_TYPE$,INCLUDE_HTML$,INCLUDE_HTML_POS$,FLDR_HEIGHT,WEBSTER_TEMPLATE$,SIDEBAR$,FOLDER_SPACE$,FOLDER_ADV_LINES$,"
0008 let elements$=sub(elements$,"IOLIST ","")
0009 let elements$=stp(elements$,"R",",")+"," ! ensure a trailing comma
The program may need a mod to check for both upper/lowercase or the PRM that controls that.
I think the reason is my iolist is in Lower case, but the program is trying to replace upper case, i changed to lower case no more error.
0007 let elements$="iolist SETTING$,STD_OBJECT$,UPDATE_PROP$,NEW_PROP$,CLEAR_PROP$,AUTO_SAVE_PROP$,INQUIRY_PROP$,CONFIRM_NEW_PROP$,CONFIRM_DEL_PROP$,ACK_WRITE_PROP$,ACK_DELETE_PROP$,PNL_POSITION$,PNL_COL,PNL_LINE,BROWSE_OPT$,EMBED_LIB_BROWSE$,EMBED_PNL_BROWSE$,EMBED_POS_BROWSE$,BROWSE_TAB$,BUTTON_OPT$,EMBED_LIB_BUTTONS$,EMBED_PNL_BUTTONS$,EMBED_POS_BUTTONS$,BUTTON_TAB$,EMBED_LIB_PANEL$,EMBED_PNL_PANEL$,EMBED_POS_PANEL$,TBAR_OPT$,TBAR_LIB$,TBAR_PANEL$,TBAR_EXPR$,THEME$,OBJ_MENU$,OBJ_SIGNAL$,OBJ_MINIMIZE$,OBJ_MAXIMIZE$,OBJ_NOCLOSE$,OBJ_AUTO_REFRESH$,OBJ_AUTO_CLOSE$,STATUS_BAR$,OBJ_SCRN_DRAG$,OBJ_RESIZE$,SCREEN_FRAME$,TEMPLATE$,PROMPT_ALIGN$,PROMPT_COLON$,PROMPT_ASTERIX$,PNL_SPACING,TAB_SEQ$,OBJ_FONT_NAME$,OBJ_FONT_SIZE$,OBJ_FONT_ALIGN$,TEXT_VISUAL_CLASS$,HORIZ_SPACING,DISPLAY_OPTIONS$,POSITION$,TAB_WIDTH,AUTO_ADVANCE$,OFFSET,TAB_HEIGHT,FRAME_STYLE$,VISUAL_CLASS$,DEFAULT_TEMPLATE$,SHOW_VISUAL_CLASS$,FORM_TYPE$,INCLUDE_HTML$,INCLUDE_HTML_POS$,FLDR_HEIGHT,WEBSTER_TEMPLATE$,SIDEBAR$,FOLDER_SPACE$,FOLDER_ADV_LINES$,"
0008 let elements$=sub(elements$,"IOLIST ","")
0009 let elements$=stp(elements$,"R",",")+"," ! ensure a trailing comma
The program may need a mod to check for both upper/lowercase or the PRM that controls that.
#8
Nomads / Maintenance Generation Error #...
Last post by martinp - September 16, 2024, 04:11:37 PMTried the new Maintenance Generation, always get an error #26 at end
*win/fm_wiz_regen
0024 if vis(element$)<>"" then let template_string$+=element$+"="+vis(element$)+$01$
Quick debugging shows ELEMENT$ was "iolist SETTING$"
This is after clicking FINISH.
*win/fm_wiz_regen
0024 if vis(element$)<>"" then let template_string$+=element$+"="+vis(element$)+$01$
Quick debugging shows ELEMENT$ was "iolist SETTING$"
This is after clicking FINISH.
#9
Programming / Re: Open, Read, Write/Update t...
Last post by nrh7 - September 12, 2024, 10:02:46 AMNeat, I'll try that thanks!
#10
Language / Re: SVN Linux?
Last post by martinp - September 11, 2024, 11:06:42 PMSo I tested this on a local version of PVX PLus on windows with a demo key, and it seems to get past where I am stuck BUT I am still wondering this not work on a Linux server through windx?