Suggest some tutorial or example on saving data in the program entered through editor/note/form

Login to reply to this topic.
Thu, 2007-08-23 09:41
Joined: 2006-12-19
Forum posts: 72

Hi,

Help me know hw to store data in a program so that it will last after the program is closed.
The data will be given to th program through a edwin control or form control etc.

Is there any example in sdk regrding it.
Giv some link if there is any,pls.

Regards,
NN


Thu, 2007-08-23 10:04
Joined: 2007-06-21
Forum posts: 82
Re: Suggest some tutorial or example on saving data in the progr

Its damn simple...

Get the data from edwin control...there must be some public method like GetText(), or Text().
Write that data into any file of your choice using RFs and RFile.

This file will be persisted.

Br
Gurpreet
www.mobisy.com

Thu, 2007-08-23 10:13
Joined: 2005-11-20
Forum posts: 1242
INI Files

This earlier NewLC thread:
Reading from INI file
might contain the information and code that you need.


René Brunner

  • Login to reply to this topic.