PxPlus User Forum

Twitter Twitter Twitter

Recent Posts

Pages: 1 ... 7 8 [9] 10
81
Web Services / Re: Publishing a PDF through PXPlus web engine
« Last post by Mike King on March 06, 2024, 02:56:22 PM »
How is the website forwarding the request to the PxPlus web server?  If its by a standard web request you likely could have the PxPlus web server application respond with the contents of the web file and set the content type to "application/pdf".  Basically open/read the resultant PDF file as a binary file and write it to %PRINT_FN.

Assuming the webs site forwards the response that it receives along with its headers the PDF should get displayed.
82
Web Services / Publishing a PDF through PXPlus web engine
« Last post by pwhirley on March 06, 2024, 02:30:45 PM »
I need to create a label of a specific size, format, font, etc and present it to be printed on the website.  The PVXPlus web engine will be running on one server and the website is on another server.  The website host will not have access to the folders for the application. The only access is through the web engine.

I'm using the *PDF* special file to create the PDF, but I do not know how to get the web server to publish that back to the website.  I'm sure it's simple.

Thanks - Phil
83
ODBC / Re: What is the _S on table definition fields
« Last post by Len Vassos on March 04, 2024, 11:55:54 AM »
We do not provide support for mas.   You will need to contact Sage for any support with Mas90 or Sage 100.
84
Nomads / Re: CHART Legends font/size
« Last post by Jane Raymond on March 04, 2024, 09:37:12 AM »
Jean,
I'll start by recommending you don't use the Native charts, as you can see in your example, you can't see all the values in 3D. You can control the values in the dataset legend on the left using the Minimum and Maximum settings, but don't really have any control over the font sizes of the legends in the Native chart.


I recommend using the Plus chart. Here is an example of a 3D Column chart using an Arial font, Regular size.
85
Nomads / Re: Tool to update providex.ddf file to new version
« Last post by Jane Raymond on March 04, 2024, 09:13:25 AM »
This will depend on what you plan to do. If the dictionary files are updated to the current version, but you don't change any definitions, then there is no issue using them with previous versions.
If you do change some definitions, it will depend on the fields that you change. For example, the ddf file has added a FLAGS$ field to the end of the iolist, and the dde file has added an ORIGINATOR$ and ELEMENTTIP$ field to the end of the iolist. If you update a file definition in the current version using these fields, then modify the file again in the old version, you may lose the values in these fields.
86
Programming / Re: IT editor: Go To line focus
« Last post by PMM_CAI on March 04, 2024, 08:37:06 AM »
Aha. Eureka! Thanks Len!
87
Programming / Re: Can create a Browse Query
« Last post by Jane Raymond on March 04, 2024, 08:28:27 AM »
In the Query Header Definition you can specify a library and panel to invoke to maintain the file on the Interfaces tab. So if you have a maintenance panel for the file, specify it here, and when the query runs a button will appear on the toolbar (or an item on the menu depending on the query view) that will allow you to edit the file using your maintenance panel.
88
Programming / Re: Can create a Browse Query
« Last post by Mike King on March 03, 2024, 09:36:18 PM »
You could use the maintenance/screen generator to create a screen with a list box that you populate from a query, then add buttons below it.

You could also change your design so you start from a file maintenance screen with a query that allows selection of the client.  The standard file maintenance has edit, add new, and delete options along with browse buttons.
89
ODBC / wHAT odbc USE PVX
« Last post by eldonfsr on March 03, 2024, 07:49:27 PM »
Hi sorry for this topic could be not what not right what i see and what i tested, with nomads i can connect to database open tables show information suppose  when you create a query you sad is database or odbc , as you can see on attach image, but when you use odbc outside of pvx going completed wrong you can connect and open tables and see the information why is the big quetion...
   
90
Programming / Can create a Browse Query
« Last post by eldonfsr on March 03, 2024, 01:20:21 PM »
Hello is possible to cerate browse query to show customer information and add buttons to add, delete, edit , I made a test and create a browse query but just to show information and the options , select , search, sort but i don't  see option to add buttons..

 
Pages: 1 ... 7 8 [9] 10