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

Pages: 1 [2]
16
Language / Re: Windx Linux Shell Commands
« on: July 03, 2019, 06:01:13 PM »
Hi Mike.

You are of course correct. I did not write this code - it is very, very old code. I only provided it as an example for Lawrence to illustrate another method of obtaining what he is looking for.

17
Language / Re: Windx Linux Shell Commands
« on: July 03, 2019, 05:10:13 PM »
We use the EXECUTE command.

48110 LET XX$="A=SYS("+$22$+"/data/DATAMpvx/emailer.pl '"+WHOFM$+"' '"+EMAIL$+"
48110:' '"+ATTACHMENT$+"' '"+SUBJ$+"'"+$22$+")"
48120 EXECUTE XX$

The above invokes a Perl script to send an e-mail. The script returns a 0 or 1 to our variable A, which we can test to see if the mail was sent successfully.

18
Programming / Re: How to use the line below the help menu?
« on: July 27, 2018, 12:03:40 PM »
Thank you Mike, that helps!

19
Programming / How to use the line below the help menu?
« on: July 27, 2018, 11:01:08 AM »

Hello.  I have been asked to display a message in the blank space between the menu bar and the main window.  It looks like there is a blank line there (see attached screenshot), but I don't know how to put anything there.  They do not want to use the status bar.

20
I second the wish.  Having to for/next loop through the rows to set alternate row highlighting is very slow; so slow that we cannot  do that on large grids.

Pages: 1 [2]