Re: HELP please!!!!

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Fri, 25 Feb 2005 16:08:55 -0800, hebert rangel
<guest at RapidEuphoria.com> wrote:

>hello it me again i=B4m just to new for this i=B4m tring to concatenate tw=
o text to execute it
>in system()
I have not tried this, but:
>
>}}}
<eucode>
>--------------------------------------------------------------------------=
---
>--  Window Window1
>global constant Window1 = create( Window, "POPUP v1.5", 0, Default, Defa=
ult, 372, 228+ 19, 0 )
>global constant MENSJ = create( EditText, "", Window1, 8, 92, 344, 120, =
0 )
>global constant ENVIAR = create( PushButton, "ENVIAR", Window1, 268, 4, =
64, 28, 0 )
>global constant USER = create( EditText, "", Window1, 30, 50, 120, 20, 0=
 )
>
>object CAD
>CAD = (getText(MENSJ))
This...
>object MAN
>MAN = (getText(User))
... and this, need to be done when onClick, ie inside the routine
below.
>procedure ENVIAR_onClick ()
>sequence msm
>msm = (CAD) & (MAN)=20
You may need CAD & ' ' & MAN.
You should trace(1) and see what the values are.
You might want to start with system("calc", 0), or similar, and make
sure that works first, then take small steps.

Regards,
Pete

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu