declare problem

Jeff Harrison jeffaharrison at yahoo.com
Mon Jan 10 17:28:41 PST 2022


Hey Richard, I see that your destination field as is defined as 10 characters, but you are only putting 8 characters into it. Changing it to 8 characters should work for now. 
Jeff Jeffaharrison at yahoo.com 

Sent from Yahoo Mail on Android 
 
  On Mon, Jan 10, 2022 at 4:54 PM, mikedawson--- via Filepro-list<filepro-list at lists.celestial.com> wrote:    I have a -v select process which sets a global field "highdate which is declared as(10,mdy/,g) highdate= "12/'31/{getenv("pfcmark")-"1")
highdate is blank
I have declared mark(2,*,g) and set that to getenv("pfcmark")-"1" and that is set.
Note that if highdate="" and mark ne ""
Then: Highdate="12/31/"{mark.
Highdate should be set to 12/31/2029 but is blank. This programming line comes before line 1 of this email.
If: highDate = ""
Then: highdate="12/31/20"{getenv("pfcmark)"-"1". Highdate is still empty. Why?


-------------- next part --------------

Declare the global variable in the associated AUTO processing table.  Set it in the -V selection set.

<MD>
    On Monday, January 10, 2022, 04:48:01 PM EST, Mike Dawson <miked13 at bellsouth.net> wrote:  
 
  Declare the global variable in the associated AUTO processing table.  Set it in the -V selection set.
<MD>
    On Monday, January 10, 2022, 03:48:52 PM EST, Richard Kreiss via Filepro-list <filepro-list at lists.celestial.com> wrote:  
 
 I have a -v select process which sets a global field "highdate which is declared as(10,mdy/,g) highdate= "12/'31/{getenv("pfcmark")-"1")
highdate is blank
I have declared mark(2,*,g) and set that to getenv("pfcmark")-"1" and that is set.
Note that if highdate="" and mark ne ""
Then: Highdate="12/31/"{mark.
 Highdate should be set to 12/31/2029 but is blank. This programming line comes before line 1 of this email.
If: highDate = ""
Then: highdate="12/31/20"{getenv("pfcmark)"-"1". Highdate is still empty. Why?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 15032 bytes
Desc: not available
URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20220110/cf7ee40f/attachment.bin>
_______________________________________________
Filepro-list mailing list
Filepro-list at lists.celestial.com
Subscribe/Unsubscribe/Subscription Changes
http://mailman.celestial.com/mailman/listinfo/filepro-list
    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20220110/d379e78a/attachment.html>
_______________________________________________
Filepro-list mailing list
Filepro-list at lists.celestial.com
Subscribe/Unsubscribe/Subscription Changes
http://mailman.celestial.com/mailman/listinfo/filepro-list
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20220111/9093de18/attachment.html>


More information about the Filepro-list mailing list