JerryAttrick
Technical User
I have an Excel project using table data selected with VlookUp and wish to emulate that program with a Delphi version stand-alone executable file. I’m using Delphi 6 free edition (no database components).
1. I looked first at arrays; my columnar data is mixed so no good. Also too clumsy to convert everything to strings and be continually converting back and forth.
2. Then I stumbled across records. I could probably become familiar enough to use them but it seems very involved getting data in, finding it when it’s in there and editing and reviewing it. It’s so easy to scan down an Excel table and make alterations, delete records etc.
Ideally I’d like to copy all the content of the Excel data table into whatever I end up creating in a Delphi emulation, so I’d save all that typing!
Does anybody have any comments or recommendations please? Do I really need to build special forms for inputting and editing data?
1. I looked first at arrays; my columnar data is mixed so no good. Also too clumsy to convert everything to strings and be continually converting back and forth.
2. Then I stumbled across records. I could probably become familiar enough to use them but it seems very involved getting data in, finding it when it’s in there and editing and reviewing it. It’s so easy to scan down an Excel table and make alterations, delete records etc.
Ideally I’d like to copy all the content of the Excel data table into whatever I end up creating in a Delphi emulation, so I’d save all that typing!
Does anybody have any comments or recommendations please? Do I really need to build special forms for inputting and editing data?