Click here to Skip to main content

Sharepoint

   

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page  Show 
  Refresh
GeneralRe: How to set EditForm as a default form for SharePoint Custom List Pinmemberarvind_gehlot0:15 29 Feb '12  
GeneralRe: How to set EditForm as a default form for SharePoint Custom List PinmvpMark Nischalke1:01 29 Feb '12  
Questionsharepoint site as a subsite under a asp.net site Pinmembersunit_827:36 18 Feb '12  
AnswerRe: sharepoint site as a subsite under a asp.net site PinmvpMark Nischalke5:06 19 Feb '12  
GeneralRe: sharepoint site as a subsite under a asp.net site PinmemberChristopher Stratmann3:51 6 Mar '12  
GeneralRe: sharepoint site as a subsite under a asp.net site Pinmemberemail_programmer_jim16:02 17 May '12  
QuestionInfoPath disappearing data [modified] PinmemberMember 86436759:31 13 Feb '12  
Hi, I am new to InfoPath, and I am having an issue with a web-based form. I have a Rich Text Box that is in a repeating section that is
bound to an XHTML field. This is not in the main/default view, and the user can submit the form from the main/default view and from the
sub-view with this control in it. When the user adds more than one of these Rich Text Boxes to the form, the data that has been entered into
the field isn't always saved. I have, however, never seen the first time not be saved.
 
Scenario 1:
user enters text into the Rich Text Box. Then clicks the submit button. The text in the first Rich Text Box keeps the user entered text as
expected. The user then adds another field, enters text, and clicks submit. The form then saves, however, the newly entered text in the
Rich Text Box sometimes changes to "", and sometimes the text in the Rich Text Box stays as the newly entered text as expected
 
Scenario 2:
After clicking submit and the data stays as expected, the user then wants to change the value that is in the Rich Text Box. The user enters
new data in the Rich Text Box and presses submit. The form then saves, however, sometimes the text in the Rich Text Box changes back to
the data that was there previous to the user's changes, and sometimes the text stays as the newly entered text as expected.
 
This seems to be a random error. It sometimes happens on the second entered Rich Text Box and sometimes doesn't happen until the
4th or 5th. This error doesn't happen when debugging the form in infopath. The code I am using to debug this issue is on the submit
button clicked event.
 
XPathNavigator domNav = MainDataSource.CreateNavigator();
                XPathNodeIterator rows = domNav.Select
("/my:myTipLead/fxintakerequest:IntakeRequest/fusionx:AnalystNotes/fusionx:AnalystNote/fusionx:NoteText"
, NamespaceManager);
                while (rows.MoveNext())
                {
                    EventLog.WriteEntry(ERROR_SOURCE, "node value = " + rows.Current.Value);
                }
 
The event log show all of the times it acted as expected. When it fails to save the text entered, the event log has all of the previously entered Rich Text Box data and the newly entered Rich Text Box entry says "not value = ". I'm assuming that the text is never getting into the field. Any help would be much appreciated. Thank you!!

modified 13 Feb '12.

AnswerRe: InfoPath disappearing data PinmvpMark Nischalke9:37 13 Feb '12  
GeneralRe: InfoPath disappearing data PinmemberMember 864367510:04 13 Feb '12  
QuestionConnect to Sharepoint list using classic asp Pinmemberfresh12076:57 13 Feb '12  
AnswerRe: Connect to Sharepoint list using classic asp PinmvpMark Nischalke7:58 13 Feb '12  
GeneralRe: Connect to Sharepoint list using classic asp Pinmemberfresh12078:16 13 Feb '12  
QuestionSend list item via Workflow Pinmemberallanmoller2:47 10 Feb '12  
AnswerRe: Send list item via Workflow Pinmemberallanmoller8:45 12 Feb '12  
GeneralRe: Send list item via Workflow PinmvpMark Nischalke10:56 12 Feb '12  
GeneralRe: Send list item via Workflow Pinmemberallanmoller11:22 12 Feb '12  
AnswerRe: Send list item via Workflow PinmvpMark Nischalke10:59 12 Feb '12  
QuestionHow to create Job in VB.net PinmemberSpiritual883:23 9 Feb '12  
AnswerRe: How to create Job in VB.net PinmvpMark Nischalke4:13 9 Feb '12  
QuestionHow to display Document ID as a column in Document Library in Sharepoint 2010 PinmemberRocky#0:01 9 Feb '12  
AnswerRe: How to display Document ID as a column in Document Library in Sharepoint 2010 PinmemberChristopher Stratmann4:16 6 Mar '12  
QuestionSharepoint designer workflow dosnt autorun works manually do! Pinmemberallanmoller6:00 6 Feb '12  
AnswerRe: Sharepoint designer workflow dosnt autorun works manually do! PinmvpMark Nischalke9:55 6 Feb '12  
GeneralRe: Sharepoint designer workflow dosnt autorun works manually do! Pinmemberallanmoller22:36 6 Feb '12  
GeneralRe: Sharepoint designer workflow dosnt autorun works manually do! PinmvpMark Nischalke1:17 7 Feb '12  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Advertise | Privacy | Mobile
Beta | 2.5.120517.1 | Last Updated 21 May 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid