|
-
Oct 2nd, 2002, 03:42 PM
#1
Thread Starter
Frenzied Member
rcftext?
I was advised to change to the following
VB Code:
rtbNotes.savefile App.Path & "\Notes\" & NotesName & ".not", rcftext
What does rcftext do?
-
Oct 2nd, 2002, 03:45 PM
#2
I think it's a mistype.... it should read RTFText..... it tells the RTB to save it as plain text, as oppposed to full RTF, which is the default.
-
Oct 2nd, 2002, 03:46 PM
#3
Frenzied Member
That should be rtftext. Here's the explanation from MSDN:
Settings
The settings for filetype are:
rtfRTF : The RichTextBox control saves its contents as an .rtf file.
rtfText : The RichTextBox control saves its contents as a text file.
(oops, too slow.)
-
Oct 2nd, 2002, 03:47 PM
#4
Fanatic Member
Re: rcftext?
Originally posted by aikidokid
I was advised to change to the following
VB Code:
rtbNotes.savefile App.Path & "\Notes\" & NotesName & ".not", rcftext
What does rcftext do?
It should be rtfText and not rcfText.
If you use rtfText then RichTextBox control saves its contents as a text file or
If u use rtfRTF then The RichTextBox control saves its contents as an .rtf file.
Kinjal
-
Oct 2nd, 2002, 03:49 PM
#5
PowerPoster
Savefile method contents of your RichtexBox to a 2 types of files:
1. rtfRTF 0 (Default) - Rich Text Format (almost like MS Word)
2. rtfText 1 Text - Regular ASCII format (plain text)
-
Oct 2nd, 2002, 03:50 PM
#6
PowerPoster
Sorry for typo. Must be:
Savefile method can save contents ...
-
Oct 2nd, 2002, 03:51 PM
#7
PowerPoster
It should be rtfText and not rcfText
No, it doesn't have to be rtfText - it could be either one.
-
Oct 2nd, 2002, 03:54 PM
#8
Originally posted by IROY55
No, it doesn't have to be rtfText - it could be either one.
Um.... rcfText isn't an option..... even your post said so....I think he typed rcfText, but mean rtfText.....
-
Oct 2nd, 2002, 04:04 PM
#9
PowerPoster
Oops, I missread it. Sorry.
-
Oct 2nd, 2002, 05:20 PM
#10
Originally posted by IROY55
Oops, I missread it. Sorry.
That's OK. It happens to the best of us....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|