problem defining VARIABLE
- From: "prady" <Pradeep.Sripathi@xxxxxxxxx>
- Date: 27 Oct 2005 20:50:40 -0700
hi,
i am pradeep,i am having problem defining variables,i get an
errorwhen i "make"
i have added emaila,emailb,emailc into salecont_ip
DATABASE maindb
GLOBALS
DEFINE pr_salecont_ip RECORD LIKE salecont_ip.*,
pr_salesper RECORD LIKE salesper.*,
pr_saleprod RECORD LIKE saleprod_ip.*,
pt_saleprodip RECORD LIKE saleprod_ip.*,
pr_salearea RECORD LIKE salearea.*,
pr_salreason RECORD LIKE salreason.*,
pr_sal_ar_name RECORD LIKE sal_ar_name.*,
when i "MAKE" ....I HAVE ERROR
pr_salecont_ip.sc_emaila,
| fglcomp: The symbol "pr_salecont_ip.sc_emaila" does not represent a
defined va
riable.
| See error number -4369.
pr_salecont_ip.sc_faxno2,
pr_salecont_ip.sc_emailb,
| fglcomp: The symbol "pr_salecont_ip.sc_emailb" does not represent a
defined va
riable.
| See error number -4369.
pr_salecont_ip.sc_faxno3,
pr_salecont_ip.sc_emailc,
| fglcomp: The symbol "pr_salecont_ip.sc_emailc" does not represent a
defined va
riable.
| See error number -4369.
pr_salecont_ip.sc_mobile1,
these variables r defined in the tables
.
- Follow-Ups:
- Re: problem defining VARIABLE
- From: Doug Lawry
- Re: problem defining VARIABLE
- From: Jonathan Leffler
- Re: problem defining VARIABLE
- Prev by Date: Re: 4GL compares NULL differently
- Next by Date: Re: 4GL compares NULL differently
- Previous by thread: Need esqlc HP-UX thread library consultant/guru
- Next by thread: Re: problem defining VARIABLE
- Index(es):