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 - HendersonS

Pages: 1 [2] 3 4
16
Language / Re: Trapping for Escape Key
« on: May 18, 2022, 01:22:24 PM »
Hi jeffrey,

try this
Code: [Select]
ignore_exit=0
IF CTL=-1999 OR CTL=4 THEN {
MSGBOX "Do you want to exit the process ?","Exit",?,YESNO,tim=3",resp$
IF resp$<>"YES" THEN ignore_exit=1; RETURN
}

17
iNomads / Fav Icon On Inomads
« on: May 17, 2022, 10:40:37 AM »
Hello everyone,

Is there a way to put a custom favorite icon in the inomads template?

18
iNomads / Re: how to extract a value passed in the url
« on: April 01, 2022, 02:02:18 PM »
Thank you all for reply,

Stéphane,
1-yes, we change the path to where we have pxplus installed.
2-Pxplus is not installed in the program files.

Mike,
1-we bought the license with a reseller, we will contact them to help us.
2-I will try using the method indicated.
3-Webster+ can be used with a Wayfer license? or do we have to upgrade?

19
iNomads / how to extract a value passed in the url
« on: April 01, 2022, 09:37:07 AM »
Hello everyone,

we are trying to query a receipt or invoice with inomads directly passing the receipt number through the url, so we need to extract the value from the url.
we have read the manual tried several ways but we have not been able to achieve it.
we have a transaction called "qryrec" and we want to pass the value "5580" and later extract that value.

for example:
http://website.com/?txid=qryrec&?id=5580

We also add the PxPlus program CGI handler as specified in https://manual.pvxplus.com/PXPLUS/apache/sampleinstall.htm, but when we try to run the program we get this message "Submission rejected. Web server license not found."

note:
Pxplus 2021 V18.1 Wayfer license .
we are using apeche 2.4 web server.

We are new to using inomads, so if anyone can help us, we would really appreciate it.


20
Nomads / Classic Query
« on: December 10, 2021, 10:22:40 AM »
hi all,

its there a way to change The Query+ mode by the default to the classic query? something like a global variable?

21
Off Topic / Oferta de Trabajo
« on: November 26, 2021, 09:17:20 AM »
Saludos a Todos,

Somos Una Empresa de desarrollo de Software y estamos buscando programadores para desarrollo con PxPlus, así como experiencia en implementaciones con Inomads.
Si Alguien esta interesado puede contactarme por correo electrónico hjsalva2@gmail.com.

Saludos,
HendersonS

22
iNomads / How To Call DLLs With Inomads
« on: October 25, 2021, 04:36:57 PM »
Hello everyone,

we have a program that calls  functions in a dll to communicate with external hardware (fiscal printer), we want us to do this through the browser using inomads, someone has experience with this that can help us?

23
iNomads / Re: Screen Size
« on: September 07, 2021, 08:35:17 PM »
Thanks for reply mike,
 
Could already find out why the js_val method was returning an error, the  problem was that I wanted to know the size of the mobile device screen to load one program or another and inadvertently I was executing the code before the inomads.js was loaded (I guess it is the interface that executes that method).

i did the test with inomads.js loaded and it worked fine.

24
iNomads / Re: Screen Size
« on: September 02, 2021, 02:18:50 PM »
Sorry, I might be missing something, I just copy and paste the code you posted(see attached),and return that. i using chrome.

25
iNomads / Re: Screen Size
« on: September 01, 2021, 06:36:52 PM »
Thanks for reply, I did a test with that code and returns an <err>.

26
iNomads / Screen Size
« on: August 31, 2021, 09:41:13 PM »
Hi everyone!  using inomads is there any way to calculate the screen size of the device that is being used?, in nomads we usually use MSE to calculate the dimensions but apparently it doesn't work in inomads.

27
iNomads / Re: Inomads Error
« on: August 21, 2021, 01:33:59 PM »
Thanks for reply, We put a trace and it only shows the bug report, we even went through the whole program but found nothing wrong.  the weird thing is that it only happens in inomads.


28
iNomads / Inomads Error
« on: August 20, 2021, 09:52:47 AM »
Hi,

we have a routine to make quick queries where we send a file and the format of the columns to show, this works normally in nomads, but when it is executed in inomads it gives us an error 13 (see attached).

the error occurs in a protected program so we cannot see the possible reason.

what could be happening?



29
Nomads / Re: inomads color manage
« on: August 12, 2021, 02:21:26 PM »

thanks for the answer, i will check overrides.

30
Nomads / inomads color manage
« on: August 09, 2021, 09:10:24 PM »
hello everyone, recently we are working with inomads and we have some problems with the handling of colors in the buttons and texts.

these have the color defined in a global variable with the hexadecimal color code but apparently inomads does not recognize it.

what could be happening?

Pages: 1 [2] 3 4