button disabled

L

Licass

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

Rob Giordano \(Crash\)

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


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

Licass

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

Kevin Spencer

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.
 
L

Licass

the form is populated from the server, i use the database results wizard
from FP and i don´t have programming skills.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top