Subject | RE: [IBO] TIB _Query change the field sequence |
---|---|
Author | |
Post date | 2014-05-27T14:56:18Z |
Sorry Jason,
this works:
qr1.FieldByName('Field3').Index := 0;
qr1.FieldByName('Field2').Index := 1;
qr1.FieldByName('Field1').Index := 2;
Subject | RE: [IBO] TIB _Query change the field sequence |
---|---|
Author | |
Post date | 2014-05-27T14:56:18Z |
Sorry Jason,
this works:
qr1.FieldByName('Field3').Index := 0;
qr1.FieldByName('Field2').Index := 1;
qr1.FieldByName('Field1').Index := 2;