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 - Devon Austen

Pages: 1 ... 17 18 [19]
271
Programming / Re: Invoke PDF at Bookmark
« on: July 17, 2018, 04:17:47 PM »
Here is some Adobe Acrobat Reader Documentation that may help.

https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf#page=5&zoom=auto,-169,394

I was able to accomplish what you were trying to do with the following

Code: [Select]
invoke """C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe"" /A ""page=5"" ""test.pdf"""

If the PDF is on the web it can be done with a #page=5 at the end of the URL or a #nameddest=destination.

272
Tips and Techniques / Silent Installation
« on: July 17, 2018, 11:33:00 AM »
It is possible to run the Windows installers for some of our products in silent mode so no user interaction is needed.

PxPlus WindX Plug-in: From the command line run
Code: [Select]
pxp1500-0001-WPI.exe /s /v"/qn"
PxPlus SQL ODBC Driver: From the command line run
Code: [Select]
sql_odbc_driver_6.10.0000_windows_32-bit_x86.exe /VERYSILENT
PxPlus SQL Server: From the command line run
Code: [Select]
sql_server_6.10.0000_windows_32-bit_x86.exe /VERYSILENT
PxPlus does not have a fully silent install as it will always bring up the activation screen.

273
Language / Re: text/html encoding is coming thru as attachment
« on: July 13, 2018, 01:03:54 PM »
There should be no reason for HTML to go through as an attachment. Is it possible your call to *web/email has some of the arguments mixed up or not set correctly?

the 7th argument is message$ and should be something like "<html><head><title>..</html>"

The 8th argument is attachment$ and should be ""

The 13th argument is bodyencoding$ and should be "text/html"

274
Off Topic / Re: Hi there!
« on: June 25, 2018, 10:46:31 AM »
Hi Christian,

I can confirm you made your first post successfully.

Welcome to the forum.

Pages: 1 ... 17 18 [19]