Re: (no subject)

"James B. Byrne via Aubit4gl-discuss" <[email protected]> Thu, 24 Jun 2021 10:48:23 -0400
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <[email protected]>
This would not be due to the oid field would it?

On Thu, June 24, 2021 10:34, Mike Aubury wrote:
> And the form ?
>
#### f_customer.per                                      ####
#### fcompile f_customer.per --> f_customer.afr.dat      ####
## v 1.0.0 - 2021-02-01 - Initial (JBB)
## Uses:
## Used by: ex5.4ae
## Purpose: Input screen for customer table data entry
####

DATABASE demo_stores

SCREEN
{

Customer Number:    [f000   ] Company Name:     [f001                         ]
        Address:    [f002             ]
                    [f003             ]
          City :    [f004             ] State:[f5] Zip Code:[f006  ]
   Contact Name:    [f007             ] [f008               ]
      Telephone:    [f009             ]

}

TABLES
  customer

ATTRIBUTES
  f000 = customer.customer_num, NOENTRY;
  f001 = customer.company;
  f002 = customer.address1;
  f003 = customer.address2;
  f004 = customer.city;
  f5 = customer.state, UPSHIFT;
  f006 = customer.zipcode;
  f007 = customer.fname;
  f008 = customer.lname;
  f009 = customer.phone, PICTURE = "###-###-#### XXXXX";


-- 
***          e-Mail is NOT a SECURE channel          ***
        Do NOT transmit sensitive data via e-Mail
   Unencrypted messages have no legal claim to privacy
 Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne                mailto:[email protected]
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3