Thanks for the advice, Bob - after a few variations I actually got it to work!!! I'm still trying to get the hang of the PROPERTY command - it sure is powerful!
Jan ----- Original Message ----- From: "Thompson Technology Consultants" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Monday, October 10, 2005 7:26 PM Subject: [RBG7-L] - RE: Duplicating data > Use the PROPERTY command. Set a variable equal to the value you want. > Then use an EEP with the PROPERTY command to set the value of the > control. Remember your control for baddress needs to have a component > ID assigned! > > Hope that helps. > -Bob > > Thompson Technology Consultants > 276 Chippewa > LaPorte, IN 46350 > 219-324-2605 (Phone & Fax) > 219-363-7441 (Cell) > http://ttc.inc.home.comcast.net > > > > -----Original Message----- > From: Jan Barley [SMTP:[EMAIL PROTECTED] > Sent: Monday, October 10, 2005 4:12 PM > To: RBG7-L Mailing List > Subject: [RBG7-L] - Duplicating data > > Hey all! > > I have a form which contains customer data. I have a billing address and a > physical location, which may or may not be the same. In 6.5, I could set > up a variable, baddress = address, and it would put the physical address in > the billing address field, but the user could change it if needed. This > doesn't seem to work in 7.1 - if you overwrite the billing address, it > reverts back to the physical address as soon as you leave the field. I've > tried setting up variable xba = address, baddress = .xba and placing xba on > the form, that doesn't work either. I've also tried creating the variable > on an exit eep from the address field and recalculating on the baddress > field. Does anyone know of a different way I can accomplish this? > > Thanks. > Jan Barley << File: ATT00008.html >> > >
