| View previous topic :: View next topic |
| Author |
Message |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Mon Feb 28, 2005 6:02 pm Post subject: Save file with VDSobj.dll |
|
|
:SaveMENU
%a = @filedlg("Rich Text Format (*.rtf)|*.rtf|Text Documents (*.txt)|*.txt|All files (*.*)|*.*",Save text file,Text file,Save)
OBJECT Savefile,RICHEDIT1,#%a
goto loop
if @null(%a)
goto loop
end
This dont work
The %a file is loaded OK as RTF with graphics
When i try to save to desktop nothing there |
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Mon Feb 28, 2005 6:20 pm Post subject: |
|
|
Hi Filip,
| Code: |
OBJECT Savefile,RICHEDIT1,#%a
|
What's with the #. I believe that's your problem  _________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Mon Feb 28, 2005 6:45 pm Post subject: |
|
|
yes thanks
i must add a some more @ext to complete save dont save with EXT only if i type in
im only testing this edit there is almost a million better the same edit programs like my
And Openoffice is free cant compete that |
|
| Back to top |
|
 |
|