Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Blockread : displaying fields 1

Status
Not open for further replies.

Guthro

Technical User
Sep 9, 2006
107
GB
This is a bit of a noobie question but here goes.
I want to use Blockread to find a file and then display its contents. Using the D5 example, it uses an OpenDialog and the SaveDialog. Fine, but how do I display fields from with the file. The output can be a memo, Grid or whatever.
It's been ages since I used Delphi so be gentle :p

Thanks.
 
1) This is the wrong forum for Delphi questions. You want
2) OpenDialog and SaveDialog are for selecting files and not reading them.

3) You are right with the blockread. You would display something by blockreading the proper record and then assigning the value to a control display attribute (memo, label, textbox, etc).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top