![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » DBISAM Technical Support » Support Forums » DBISAM General » View Thread |
Messages 1 to 2 of 2 total |
![]() |
Fri, Aug 9 2013 2:44 PM | Permanent Link |
kamran | Hi
I cannot compile Error is: "E2003 Undeclared identifier: 'ftString'" Code is: var i:integer; TypeOfData:string; begin for i:=0 to datafrm.tbProduct.FieldCount-1 do begin if datafrm.tbProduct.Fields[i].DataType = ftString then TypeOfData:='ftString'; end; Regards Kamran |
Fri, Aug 9 2013 3:25 PM | Permanent Link |
Raul ![]() | My guess is that you're missing the DB unit from uses clause (where ftString is actually defined)
Raul kamran wrote: I cannot compile Error is: "E2003 Undeclared identifier: 'ftString'" Code is: var i:integer; TypeOfData:string; begin for i:=0 to datafrm.tbProduct.FieldCount-1 do begin if datafrm.tbProduct.Fields[i].DataType = ftString then TypeOfData:='ftString'; end; Regards Kamran |
This web page was last updated on Monday, July 14, 2025 at 02:20 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |