Search results for query: *

  • Users: hende
  • Order by date
  1. H

    Parse XML to find the min step #

    I have an XML message similar to this... <Schedule> <Step Id="3" Job="D:\Apps\CustomerNumber.exe" OnSuccess="2" OnFailure="QuitWithoutNotification" Action="Run"/> <Step Id="2" Job="D:\Apps\RelationshipMgr.exe" OnSuccess="3" OnFailure="QuitWithoutNotification" Action="Skip"/> <Step Id="1"...
  2. H

    Janus Grid Help

    Ah nevermind, I figured it out... If the data type of the column is string, the FormatString property can not be used because string type does not support formatting (to be able to format a value, the type must implement IFormattable interface). ...needed to use inputmask
  3. H

    Janus Grid Help

    I am using a Janus grid and when creating a column I want to format a phone number to (###) ###-#### The code for creating the column is... With m_objGridHelper .AddGridColumn("Phone Number", FieldNames.PhoneNumber, Janus.Windows.GridEX.ColumnType.Text, Janus.Windows.GridEX.EditType.NoEdit...
Back
Top