[Axapta-Knowledge-Village] dynamic lookup in dialog

2006-04-18 Thread hemamalinis
Hi, how do i create customized lookup in dialog. Ex: i have 2 controls in my dialog namely dialog1 dialog2. dialog2 values should be populated based on dialog1. ie i have to populate dialog2 values while dialog1 is modified. is there any method called modified for dialog control? how do i

RE: [Axapta-Knowledge-Village] dynamic lookup in dialog

2006-04-18 Thread Alfonso Collados Arroyo
-Knowledge-Village] dynamic lookup in dialog Hi, how do i create customized lookup in dialog. Ex: i have 2 controls in my dialog namely dialog1 dialog2. dialog2 values should be populated based on dialog1. ie i have to populate dialog2 values while dialog1 is modified. is there any method

RE: [Axapta-Knowledge-Village] dynamic lookup in dialog

2006-04-18 Thread hemamalinis
by: cc: [EMAIL PROTECTED] Subject: RE: [Axapta-Knowledge-Village] dynamic lookup in dialog groups.com

RE: [Axapta-Knowledge-Village] dynamic lookup in dialog

2006-04-18 Thread Yavuz YILDIZ
: [EMAIL PROTECTED] Subject: RE: [Axapta-Knowledge-Village] dynamic lookup in dialog groups.com

Re: [Axapta-Knowledge-Village] dynamic lookup in dialog

2006-04-18 Thread Suresh Gattapur
hi Use Extended Data type ( which calls Lookup form). for help refer ProjCategoryLookup regards suresh [EMAIL PROTECTED] wrote: Hi, how do i create customized lookup in dialog. Ex: i have 2 controls in my dialog namely dialog1 dialog2. dialog2 values should be populated based

RE: [Axapta-Knowledge-Village] dynamic lookup in dialog

2006-04-18 Thread Brandon George
-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Suresh Gattapur Sent: Tuesday, April 18, 2006 5:07 AM To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] dynamic lookup in dialog hi Use Extended Data type ( which calls Lookup form

RE: [Axapta-Knowledge-Village] dynamic lookup in dialog

2006-04-18 Thread Harry Deshpande
@yahoogroups.com Subject: RE: [Axapta-Knowledge-Village] dynamic lookup in dialog Hi, Thanx for ur solution. but, in want in dialog class not in table. where is the lookup method for dialog field? pls. read my previous query once again. regs, Hema. S

RE: [Axapta-Knowledge-Village] dynamic lookup in dialog

2006-04-18 Thread Yavuz YILDIZ
From: Axapta-Knowledge-Village@yahoogroups.com on behalf of [EMAIL PROTECTED] Sent: Tue 4/18/2006 12:08 PM To: Axapta-Knowledge-Village@yahoogroups.com Subject: RE: [Axapta-Knowledge-Village] dynamic lookup in dialog Hi, Thanx for ur solution. but, in want in dialog class

Re: [Axapta-Knowledge-Village] Dynamic Lookup on Dialog

2005-09-07 Thread Paulius Cerniauskas
the esiest way is to create new extended data type, e.g. AAA_ProjId and create a form ProjIdLookUp, which filters desired records. Then on AAA_ProjId FormHelp property filed specify that form you have just created. the other way is to use form with desired form control that has overwriten lookup

Re: [Axapta-Knowledge-Village] Dynamic Lookup on Dialog

2005-09-07 Thread Subrahmanyam, Mamidi
Hi Paul, Thank you for the hints. Regards, subbuPaulius Cerniauskas [EMAIL PROTECTED] wrote: the esiest way is to create new extended data type,e.g. AAA_ProjId and create a form ProjIdLookUp, whichfilters desired records. Then on AAA_ProjId FormHelpproperty filed specify that form you have

[Axapta-Knowledge-Village] Dynamic Lookup on Dialog

2005-09-06 Thread Subrahmanyam, Mamidi
Has anyone tried to have a dynamic lookup on a dialogue field?. Of course we can do it in a form by overiding the control's lookup method. But just wondering if anyone has tried to have a dynamic lookup. My requirement is projectId. But for example, user just wants to see only 05.A 05.A.201

Re: [Axapta-Knowledge-Village] Dynamic Lookup on Dialog

2005-09-06 Thread Subrahmanyam, Mamidi
Hi Harry, I am using a dialog class in a report. dlvProjectId = _dialog.addField(typeid(ProjId), 'Select Project ID'); Can I filter records on thisProjectID onthis dialog ?. The basic problem is I canot use a relation if I want to create and extend to ProjID . As I want to select only