Use our Google Custom Search for best site search results.
Search
-
I have just noticed if I set the field to null using code I get a red star, this is the only time I get one
-
I have a problem, I have a field which is by default null
I can type a number in this field and infopath accepts it
I can set it back to null (or change it to another number) either by pressing delete or using code, infopath also accepts this
What I cant do is change it from null to a number using code
I have read about xsi:nil but i dont ...
-
You lost me
I dont see what difference fill in/design mode will make
-
The 'display' tab in the properties of text boxs has options to allow paragraph breaks and to control how the box expands or scrolls
I have never used XHMTL fields before but I guess they work similar
-
Ok, that should work then.
Did you tick you overwrite box when setting up the connection? I guess you did because you would of got an error message
Did you refresh the webpage? The sharepoint website refreshes itself after you use the ''Fill out this form'' button. It does not refresh after clicking a submit button a 2nd time.
I've got no other ...
-
You started off with 1 slash each time, that web page you posted says add 2 slashes
-
how did you set up your data connection for submit, did you run a wizard thats asked questions about your sharepoint site?
From your description i'm guessing you didnt and thats why you can only save to sharepoint
-
If you create the database connection correctly it will be a ''retrieve and submit data to database'' connection, so you do not have to create a 2nd connection to submit.
When you are creating the connection, carefully read the last screen before you click finish.
It will give you a summary for the connection, including submit status.
If your ...
-
madhuri, micky does not want the check box to be changed when he submits, he want the conditional formatting to be ignored when he submits. which i dont think you can do directly.
You could however add a check box to record when the form is submitted (using rules as madhuri suggested), then base the conditional foramatting on both of these check ...
-
add a hidden field called something like NumberOfNos. Set it's default value to equal
Count(answer[answer = ''No''])
then use this hidden field in your conditions instead