[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

microsoft.public.axapta.programming

How to get a stredit's labelId ?

JimmyHuang

2/20/2006 9:30:00 AM

How to get a stredit's labelId ? Could you help me :(
Thanks!!
2 Answers

DubbleEagle

2/21/2006 10:21:00 AM

0

Put your stringedit-control on autodeclaration, and then simply call the
..label(); method in your code.


"JimmyHuang" wrote:

> How to get a stredit's labelId ? Could you help me :(
> Thanks!!

David Pokluda

2/23/2006 4:36:00 PM

0

Be aware that the label doesn't always have to be defined right at stredit.
If you control is bound to a data source then the label can also be defined
in the corresponding data field.

Regards,
David.

PS: To be honest I don't know this for sure about label but I do know this
for helpText.

"DubbleEagle" <DubbleEagle@discussions.microsoft.com> wrote in message
news:F81E5271-5377-40A9-B221-08FF341259DC@microsoft.com...
> Put your stringedit-control on autodeclaration, and then simply call the
> .label(); method in your code.
>
>
> "JimmyHuang" wrote:
>
>> How to get a stredit's labelId ? Could you help me :(
>> Thanks!!