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.


Topics - Jon Toomsen

Pages: [1]
1
Webster Plus / grid display using program - grid does not show
« on: February 01, 2024, 07:49:51 PM »
<!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$
« on: 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
Webster Plus / EZWeb takes approx 20 seconds for actions
« on: January 24, 2024, 10:12:32 AM »
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]
« on: 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
Programming / From It run program - debug window too short
« on: January 08, 2024, 11:04:59 AM »
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
« on: 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
« on: 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
Programming / webster input uppercase fail to record data uppercase
« on: September 28, 2021, 03:47:47 PM »
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$="*"
« on: 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
« on: 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
« on: October 15, 2018, 12:03:57 PM »
I think it would be nice to have a seperate board for report writer.

Pages: [1]