[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

microsoft.public.axapta.programming

Pass a value to a form

karel

11/16/2005 12:20:00 PM

Hi,

I'm looking for a simple solution for a simple problem :-)

I'm making a Form to format my phone number. You have to fill in country
code, zone code, local number and then it formats the phone number (ex. +33
(089) 33 33 33).

Now, if there's already a value in the field where a phone number is used
(like in the contact information) and I have to call the custom form to
format, he has to pass the current value.

How can I do this?

Kind regards,
Karel
1 Answer

scha

11/16/2005 12:33:00 PM

0

Hi Karel,
you should use the same EDT into the both form, the system make the inner
join automatically.
regards, seb.

"Karel" wrote:

> Hi,
>
> I'm looking for a simple solution for a simple problem :-)
>
> I'm making a Form to format my phone number. You have to fill in country
> code, zone code, local number and then it formats the phone number (ex. +33
> (089) 33 33 33).
>
> Now, if there's already a value in the field where a phone number is used
> (like in the contact information) and I have to call the custom form to
> format, he has to pass the current value.
>
> How can I do this?
>
> Kind regards,
> Karel