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

Pages: 1 2 [3] 4
31
Programming / Data Dictionary Variable File Names
« on: March 25, 2019, 11:34:45 AM »
Please post an example of using variables to control the actual file location in the Data Dictionary.  I can find no exampes anywhere.

32
Language / conversion of ADJN(
« on: March 20, 2019, 01:13:47 PM »
I am in the process of re-hosting a Business Basic application which uses a function ADJN(.  This function converts a numeric value to an 8-character string. Is there any ProvidexPlus equivalent?

33
Language / Maximum Number of GBL() Variables
« on: March 07, 2019, 03:57:48 PM »
How many GBL() variables can be used?  Is there any system limit?  PxPlus-2018 eComm (Ver:15.10/UNIX-Linux-RedHat) Serno:1510-664-0666708

34
Programming / Re: detect embedded quotes
« on: January 31, 2019, 01:08:31 PM »
Mike,
With minor mods, your suggestion worked. Thanks a lot!

35
Programming / Re: detect embedded quotes
« on: January 29, 2019, 12:37:15 PM »
This software generates complete screens, such as:
@(22,0),"** ADDITIONAL FORM / WINDOW (A) **",@(4,1),"FORM NUMBER",@(23,1),"SPECI
AL EDIT INDICATOR",@(49,1),"STEP NO",@(62,1),"RECORD TYPE",@(4,2),"=============
========",@(27,2),"DEFINE A STANDARD PROCESS",@(54,2),"=====================",@(
24,4),"ADDITIONAL FORM",@(12,6),"CLEAR PREVIOUS FORM COMPLETELY? (Y/N/W=WINDOW)"
,@(18,8),"STARTING POSITION",@(40,8),"STARTING LINE",@(18,9),"ENDING POSITION",@
(40,9),"ENDING LINE",@(9,12),"==================================================
==========",@(9,13),"PROVIDED THE LOGICAL CONDITIONS ARE MET, THIS  FUNCTION WIL
L",@(9,14),"ALLOW AN  ADDITIONAL FORM TO BE RUN  OR  A POP-UP 4GL WINDOW",@(9,15
),"FORM TO BE CALLED.   TO TRANSFER DATA FROM  ONE FORM  TO THE",@(9,16),"NEXT,
EACH RECEIVING ELEMENT MUST BE DEFINED WITH MULTI-FORM",@(9,17),"INDICATOR SET T
O "A", AND  THE SENDING AND RECEIVING ELEMENT",@(9,18),"NAMES MUST BE IDENTICAL.
  DATA MAY BE PASSED BACK AND FORTH",@(9,19),"BETWEEN ANY FORM AND A POP-UP 4GL
WINDOW IN THIS MANNER.",@(9,20),"===============================================
=============",@(68,21),"CORRECT?",@(0,22),"

The issue is the "A" which is not double quoted.

36
Programming / detect embedded quotes
« on: January 25, 2019, 01:32:34 PM »
Does someone have a decent program to identify the location within a string of embedded quotes?
We keep having an issue with operators typing embedded quotes that drives out system nuts.

37
Programming / FID(0)
« on: November 03, 2018, 09:21:28 PM »
Is there any problem with labeling the FID(0) with something *other* than a value beginning with a "T"?

38
Thin Client/WindX / Re: Windx Licensing Issues
« on: October 24, 2018, 10:26:49 AM »
The customer has found the issue. It was a wireless keyboard in the same proximate area.

39
Thin Client/WindX / Windx Licensing Issues
« on: October 18, 2018, 11:40:13 AM »
This network is about 30 Windows 10 PC workstations and a Centos 6 Linux server. The licensing issues are getting worse.
Originally, we had one user on her PC that failed to connect and obtain a license from the Linux server using telnet. Ports, cables, the entire PC was changed out with no success. The Windows firewall is turned OFF. There is no anti-virus on this machine.
Other user are now experiencing this license refusal. On first launch, the operator must try 10-12 times to acquire a license.
Where do we look to resolve this issue?

Lawrence Leavell

40
Programming / Re: Automatically email a report from Report Writer
« on: September 27, 2018, 12:12:35 PM »
What is the CALL/ENTER list for "*web/email"?

41
Programming / Automatically email a report from Report Writer
« on: September 27, 2018, 10:09:06 AM »
How do you automatically email a report generated from the Report Writer>
Lawrence Leavell

42
Programming / Windx cannot find Server
« on: September 20, 2018, 12:30:03 AM »
I have a Windx operator on Windows 10, cable connected to the Linux server using two monitors. Occasionally, the Windx side stops "Unable to acquire license from server in time allowed." In an office with 30+ users, this is the ONLY operator and workstation to experience this issue. We have restrung the cable, changed switches and routers, can find nothing to correct this error.
Can anyone offer a suggestion how to fix this, where to look?

43
Programming / Re: Windx connection fails to execute Linux program
« on: August 09, 2018, 11:01:42 PM »
Allen,
We use "dv" to manage processes which are running independently on their own "terminals" in the event of a error or some other issue. There is no operator on such terminals.

44
Programming / Windx connection fails to execute Linux program
« on: August 09, 2018, 06:11:45 PM »
Linux system, Windx emulators, 40+ users, SSH or telnet connections.
Attempting to SYS("dv") and the system immediately returns to the "-}" prompt without running the program. Why is this and how to stop this behavior?

dv = Doublevision http://itivity.net/doublevision/

45
Programming / Re: Very Slow Program LOAD
« on: August 09, 2018, 06:04:18 PM »
Mike,
An INPUT statement is essentially instant.  Using only one FIN( function in the called program reduces the delay to an acceptable amount but it is still noticeably slower than an INPUT statement.

Pages: 1 2 [3] 4