Menu

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.

Show posts Menu

Topics - Jon Toomsen

#1
<!DOCTYPE html>
<html>
<head>
</head>
<body>
[ttl]Grid[/ttl]<br>
[grid MyGrid program="myprog.pxp;makegrid" size=auto/20 ]
[col Source=ItemCode$ ttl="ItemCode" width=30 ]
[col Source=ItemName$ ttl="Name" width=50]
[col Source=ItemType$ ttl="Type" width=2]
[/grid]
</body>
</html>



! myprog.pxp
MAKEGRID:
OPEN (HFN,IOL=GRIDIOL)"*memory*"
LET MYGRID=LFO
SELECT * FROM INTERNETITEM
WRITE (MYGRID)
NEXT RECORD
EXIT
GRIDIOL:IOLIST ITEMCODE$,ITEMNAME$,ITEMTYPE$
!


#2
Webster Plus / Loading list from program carList$
January 30, 2024, 10:50:32 AM
!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>[ttl]Cars[/ttl]</p>
<p>[form]</p>
<p>[list Cars$ program=myprog;makecarlist][data rowsep=/]carList$[/data][/list] <br />[list Cars2$][data rowsep=/]Ford/Gm/Audi/Volvo[/data][/list] [/form]</p>
</body>
</html>

Program myprog

MAKECARLIST:
CARLIST$="Ford/Gm/Audi/Volvo/"
EXIT
#3
Running Windows 10.
I've switched pxplus from basic to web 64 bit.
Installed Webster plus using pxplus ez web server.
Update Lib and Editors.
It takes about 20 seconds to switch from inspector to setup.
Any action takes as long. When using basic did not take so long. Both versions are 2023.
#4
Webster Plus / short code [list]
January 17, 2024, 09:49:30 AM
Starting to test shortcode syntax - This does not work.
is there a declare I must use.


[list Cars$][data rowsep=/]Ford/Gm/Audi/Volvo[/data][/list]
#5
When you run a program from it the window that pops up is too short.
How do I change the length of the window
#6
When you run a program from it the window that pops up is too short.
How do I change the length of the window
#7
Webster Plus / webster plus to sage 100 ebusiness
February 16, 2023, 05:41:42 PM
What issues would I encounter if used pxplus webester plus for ebusiness web pages to Sage 100 and does it make any sense.
Using many of the routines in Sage 100 declared as an object for reading and updating a shopping cart then eventually a sales order.
#8
Programming / Report Writer Passing .pvr argument
April 29, 2022, 09:19:52 AM
It appears when passing a document.pvr; Word Wrap and Variable Line Height are set to off when the original .pvr has those settings as on. There is a .pvrlib object involved.
#9
using the following code
[row "\[show usefile field=ItemCode$\]"]<br>[input ItemCode$ usefile uppercase event=Change_Key focus query=IM_ItemMaintenance.en;QItem][/row]<br>
the display is in uppercase but when write is issued the data is lowercase
#10
Programming / pxplus framework _HEADERTABLE$="*"
December 29, 2020, 08:01:01 AM
Using the framework I cannot get the  _HEADERTABLE$="*" to work.
there is no error message.
the grid displays but stops once the grid is shown but does not allow data entry.
all buttons are disabled except for exit
#11
Programming / unable to load 90wres32.dll
September 01, 2020, 05:11:27 PM
just loaded
Version Information: 17000000 / Activation Level 17
64 Bit
to a machine with sage 100 on it
when launching pxplus command line the following message appears
unable to load resource library 90wres32.dll and cannot fine m90 icon
#12
Programming / Report Writer
October 15, 2018, 12:03:57 PM
I think it would be nice to have a seperate board for report writer.