Search results for query: *

  • Users: okaymy1112
  • Content: Threads
  • Order by date
  1. O

    How do I get a date from an object and add it to a warning message?

    I have an object that contains a date from database table. I would like to use the date from the object to add the following warning message to a page Date cannot be before 12/15/2018 Here is the object that have date 12/15/2018 DateTime MyMeetingEarliestDate =...
  2. O

    How do I use if statement to check if there is text in string array?

    My shared sub, the strCitationNumbers string array can have a number or 'No match' text. So I would like to add if statement to check what's in the strCitationNumbers. If a number (string) is found in the strCitationNumbers, I want to output an error message saying 'Duplicate case'. How do I...
  3. O

    How do I end CaseParty.Get process and display a message

    What I am trying to do is end the CaseParty.Get process when the original @ID is not found. This means it is not found because it was changed. Also inside the objCaseParty, I want to add a display message "Original party no longer exist on the case. In my xml document the original CaseParty/@ID...
  4. O

    How do I check if section and subdivision exist inside object's xml?

    My function is working but not as I expect it to. The problem is that when Section and Subvision are not found in the object aobjXmlGetStatuteRequestNode xml, I get an error NullReference Exception was unhandled by user code. Object reference not set to an instance of an object. For that...
  5. O

    How do I check if a variable exist before adding it to avoid duplicates?

    Can someone help me with this please. Here is what I am trying to do but I am not sure how to go about it. I think I need to use a For Each loop. My code in the section with the comment 'Process other identification this is where I want to add For Each to loop and get NCIC number...
Back
Top