Joe - Well you have two choices -
1. Create a view based on the lookup table with really short column alias names. Like this: CREATE VIEW shortlookupvw (C1,C2,C3,C4,C5) AS + SELECT longcolumname1,longcolumname2,longcolumname3,longcolumname4,longcolumname5 + FROM tablename then do the pop-up on the view using these short column names. 2. follow Dennis's suggestion and change to using an EEP on the field rather than the form pop-up. Sami ----- Original Message ----- From: "daniele-bmb" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 9:09 AM Subject: [RBASE-L] - Re: Formatted Popup > OK..BUT...in the Menu values field we have only 64 characters..- > Daniele > > > Joe - > > > > In the pop-up type choose Expression with column. Then create an > expression > > using LJS and RJS to create the expression. Like: > > > > ((LJS(Compname,30)) & (LJS(Addr1,30))&Zipcode) > > > > Sami > > > > ----- Original Message ----- > > From: "Joe Sowers" <[EMAIL PROTECTED]> > > To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> > > Sent: Tuesday, August 19, 2003 6:58 PM > > Subject: [RBASE-L] - Formatted Popup > > > > > > > I think I saw something about this in the past, but does anyone know how > > to > > > create a formatted popup in a form? > > > I am using 1.866 RT03. > > > > > > Joe > > > > > > > > > > > > > > > > > >

