Changeset 542 for cprs/branches/GUI-config/LookupU.pas
- Timestamp:
- Aug 12, 2009, 7:34:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/GUI-config/LookupU.pas
r493 r542 48 48 //procedure InitORComboBox(ORComboBox: TORComboBox; initValue : string); 49 49 procedure PrepForm(FileNum,InitValue : string); 50 function SubSetOfFile(FileNum: string; const StartFrom: string; 50 function SubSetOfFile(FileNum: string; const StartFrom: string; 51 51 Direction: Integer): TStrings; 52 52 end; … … 58 58 59 59 uses 60 ORNet, ORFn, Trpcb, QControls, MainU; 60 ORNet, ORFn, 61 Trpcb, //needed for .ptype types 62 QControls, MainU; 61 63 {$R *.dfm} 62 64 63 65 procedure TFieldLookupForm.ORComboBoxNeedData(Sender: TObject; 64 const StartFrom: String; 66 const StartFrom: String; 65 67 Direction, InsertAt: Integer); 66 68 var 67 Result : TStrings; 69 Result : TStrings; 68 70 begin 69 71 Result := SubSetOfFile(FFileNum, StartFrom, Direction);
Note:
See TracChangeset
for help on using the changeset viewer.