edit Str 5 setValue_1( boolean set, Str 5 _value)
{
;
if (set)
switch( _value)
{
case "A" : this.secondField = "A1"; break;
case "B" : this.secondField = "B1"; break;
default : break;
}
else
_value = this.FirstField;
return _timeTo;
}
and drag this it on the web grid
--- hany_abodoma <[EMAIL PROTECTED]> wrote:
> Dear All
> i need to make loockup form this form
>
> contain two string edit
>
> the first field is has value A ,B and if the user
> chose A then the
> result in the second field is A1,A2 and if the user
> chose B then the
> second field must fill by B1,B2
>
> please give me idea or any simmilar form in
> Enterprise Portal
>
> thaks and best regards
> Hany Abodoma
>
Paulius Cerniauskas
ICQ: 280959446
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

