Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Incident Reports » Incident Reports Addressed for Version 2.02 » View Incident Report |
Serious |
Reported By: Roland Verrinder Reported On: 10/13/2015 For: Version 2.02 Build 1 |
procedure TWorkForm.WorkOrderTasksAfterScroll(Sender: TObject); var ExpectedOutcome: string; begin ExpectedOutcome:= WorkOrderTasks.Columns['ExpectedOutcome'].AsString; case ExpectedOutcome of 'Yes','No': TaskOutComeLBox.Items.Assign(Outcomes1); 'Done and OK': TaskOutComeLBox.Items.Assign(Outcomes2); end;{case} // TaskOutcomeLBox.DataColumn:= ''; // TaskOutcomeLBox.DataColumn:= 'TaskOutcome'; TaskDocumentFile.Visible:= (TaskDocumentFile.URL <> ''); TasksP.CaptionBar.Caption:= 'Tasks (' + IntToStr(WorkOrderTasks.RowNo) + ' of ' + IntToStr(WorkOrderTasks.RowCount) + ')'; end;
This web page was last updated on Tuesday, October 8, 2024 at 06:36 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |