Ignore:
Timestamp:
Aug 12, 2009, 7:34:51 PM (15 years ago)
Author:
Kevin Toppenberg
Message:

v1.1 Fixes Access/Verify code issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/GUI-config/LookupU.pas

    r493 r542  
    4848    //procedure InitORComboBox(ORComboBox: TORComboBox; initValue : string);
    4949    procedure PrepForm(FileNum,InitValue : string);
    50     function SubSetOfFile(FileNum: string; const StartFrom: string; 
     50    function SubSetOfFile(FileNum: string; const StartFrom: string;
    5151                          Direction: Integer): TStrings;
    5252  end;
     
    5858
    5959uses
    60 ORNet, ORFn, Trpcb, QControls, MainU;
     60ORNet, ORFn,
     61Trpcb,   //needed for .ptype types
     62QControls, MainU;
    6163{$R *.dfm}
    6264
    6365  procedure TFieldLookupForm.ORComboBoxNeedData(Sender: TObject;
    64                                                 const StartFrom: String; 
     66                                                const StartFrom: String;
    6567                                                Direction, InsertAt: Integer);
    6668  var
    67     Result : TStrings;                                               
     69    Result : TStrings;
    6870  begin
    6971    Result := SubSetOfFile(FFileNum, StartFrom, Direction);
Note: See TracChangeset for help on using the changeset viewer.