hi , i would like when a form field value is = to "reservada" the submit
button to be disabled. it is possible to do that????

Re: button disabled by Rob

Rob
Sat Feb 11 10:18:42 CST 2006

I don't think so with FPs standard form thingie.

But, you can set Validation on the text box so the field must Not Be Equal
to "reservada"...if it is then it will throw an error box and not let the
form be Submitted. Maybe that will work for you.

See Form Field Properties > Validate


"Licass" <l.r.m.d@sapo.pt> wrote in message
news:eF8%2339xLGHA.3408@TK2MSFTNGP12.phx.gbl...
| hi , i would like when a form field value is = to "reservada" the submit
| button to be disabled. it is possible to do that????
|
|



Re: button disabled by Licass

Licass
Sat Feb 11 10:30:46 CST 2006

this form is populated from a database record. i want that if the user
reserved can´t reserve the item again.

"Rob Giordano (Crash)" <webmaster@siriussystems.invalid> escreveu na
mensagem news:OR%23pPbyLGHA.3944@tk2msftngp13.phx.gbl...
> I don't think so with FPs standard form thingie.
>
> But, you can set Validation on the text box so the field must Not Be
Equal
> to "reservada"...if it is then it will throw an error box and not let the
> form be Submitted. Maybe that will work for you.
>
> See Form Field Properties > Validate
>
>
> "Licass" <l.r.m.d@sapo.pt> wrote in message
> news:eF8%2339xLGHA.3408@TK2MSFTNGP12.phx.gbl...
> | hi , i would like when a form field value is = to "reservada" the submit
> | button to be disabled. it is possible to do that????
> |
> |
>
>



Re: button disabled by Kevin

Kevin
Sat Feb 11 15:43:16 CST 2006

Yes, it's possible, but it requires some custom programming, using either
ASP, ASP.Net, Windows SharePoint Services, and/or JavaScript, depending upon
which database connectivity technology you used, whether the form field was
populated from the server code, or by a user action, and your programming
skills.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
We got a sick zebra a hat,
you ultimate tuna.


"Licass" <l.r.m.d@sapo.pt> wrote in message
news:eF8%2339xLGHA.3408@TK2MSFTNGP12.phx.gbl...
> hi , i would like when a form field value is = to "reservada" the submit
> button to be disabled. it is possible to do that????
>
>



Re: button disabled by Licass

Licass
Sun Feb 12 14:06:41 CST 2006

the form is populated from the server, i use the database results wizard
from FP and i don´t have programming skills.
"Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> escreveu na mensagem
news:eH$VsQ1LGHA.3556@TK2MSFTNGP10.phx.gbl...
> Yes, it's possible, but it requires some custom programming, using either
> ASP, ASP.Net, Windows SharePoint Services, and/or JavaScript, depending
upon
> which database connectivity technology you used, whether the form field
was
> populated from the server code, or by a user action, and your programming
> skills.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> We got a sick zebra a hat,
> you ultimate tuna.
>
>
> "Licass" <l.r.m.d@sapo.pt> wrote in message
> news:eF8%2339xLGHA.3408@TK2MSFTNGP12.phx.gbl...
> > hi , i would like when a form field value is = to "reservada" the submit
> > button to be disabled. it is possible to do that????
> >
> >
>
>