Search results for query: *

  • Users: hende
  • Content: Threads
  • 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

    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