QUICK - Bridge

rshah@mcp.com rshah@mcp.com
Wed, 3 Jun 1998 11:51:05 -0700


     Hello Listers
     
     During the Compilation of QUICK Screens .... the floowing piece of 
     code gives me error
     
     
     Y2KARRSB at the end of the line shows the new code added....
     
     
     
   IF PY-TYPE OF ORDER-HEADER = 9 AND OH-PAYTYPE NE 3 AND PY-FLAG LT 1
   THEN BEGIN
     LET CU-CUSTNO    OF AR-AUDIT-CASH = CU-BILLTO    OF ORDER-HEADER
     LET IV-NUMBER    OF AR-AUDIT-CASH = IV-NUMBER    OF ORDER-HEADER
     LET CU-NAME      OF AR-AUDIT-CASH = CU-NAME OF CUSTOMER
     IF (( MOD( FLOOR( AU-CHECKDATE OF ORDER-HEADER / 10000) &   ;Y2KARRSB
     ,100 )) < 50 )                                              ;Y2KARRSB
     THEN BEGIN                                                  ;Y2KARRSB
     LET AR-YEAR      OF AR-AUDIT-CASH = &
         2000 + MOD( FLOOR(AU-CHECKDATE OF ORDER-HEADER / 10000)&;Y2KARRSB
         , 100)                                                  ;Y2KARRSB
     END                                                         ;Y2KARRSB

     
     
     ....
     ....
     
     
     
     I get the Error after IF (( MOD ( FLoor
      
     
     Any help appreciated well in advance...
     
     Roshan
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l
This list is closed, thus to post to the list, you must be a subscriber.