[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

Lookups for dynamic controls based on EDT

H K Srikanth

11/15/2005 4:19:00 AM

Hi
I have created dynamic controls and set the extends property of the dynamic
control to the EDT.
I am not able to get the lookup for date controls and if a string field
extends for ex: a ItemId; ItemId lookup is not available.

How to provide lookup for dynamic controls.


3 Answers

JeremyB

11/15/2005 5:33:00 AM

0

For dates you need to extend transdate. If you extend itemId then the lookup
should work ?

"H K Srikanth" wrote:

> Hi
> I have created dynamic controls and set the extends property of the dynamic
> control to the EDT.
> I am not able to get the lookup for date controls and if a string field
> extends for ex: a ItemId; ItemId lookup is not available.
>
> How to provide lookup for dynamic controls.
>
>

H K Srikanth

11/15/2005 7:17:00 AM

0

Hi
The controls are dynamically created during runtime. Setting the EDT of these
control is not providing lookups

"JeremyB" wrote:

> For dates you need to extend transdate. If you extend itemId then the lookup
> should work ?
>
> "H K Srikanth" wrote:
>
> > Hi
> > I have created dynamic controls and set the extends property of the dynamic
> > control to the EDT.
> > I am not able to get the lookup for date controls and if a string field
> > extends for ex: a ItemId; ItemId lookup is not available.
> >
> > How to provide lookup for dynamic controls.
> >
> >

Joris de Gruyter

11/15/2005 9:46:00 AM

0

have a look at the systablebrowser class/form




"H K Srikanth" <HKSrikanth@discussions.microsoft.com> wrote in message
news:B7352588-A0A6-4DFC-8089-0D3DC498730A@microsoft.com...
> Hi
> The controls are dynamically created during runtime. Setting the EDT of
> these
> control is not providing lookups
>
> "JeremyB" wrote:
>
>> For dates you need to extend transdate. If you extend itemId then the
>> lookup
>> should work ?
>>
>> "H K Srikanth" wrote:
>>
>> > Hi
>> > I have created dynamic controls and set the extends property of the
>> > dynamic
>> > control to the EDT.
>> > I am not able to get the lookup for date controls and if a string field
>> > extends for ex: a ItemId; ItemId lookup is not available.
>> >
>> > How to provide lookup for dynamic controls.
>> >
>> >