Search found 3 matches

by WXT
Thu Nov 05, 2015 11:37 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: simple question about hosting
Replies: 0
Views: 2346

simple question about hosting

Greeting all
I just have small question
I reach database in lessons and im wondering if their free or cheap server have direct connection
because I subscribe to webhosting but it didn't connect with live code I try to search in forum and I discovered that the server must support direct connection ...
by WXT
Thu Oct 29, 2015 8:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: save RTF in file
Replies: 3
Views: 3357

Re: save RTF in file

thanx for replaying glad to help by accident :)
------
so any help to make it work ?
by WXT
Thu Oct 29, 2015 12:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: save RTF in file
Replies: 3
Views: 3357

save RTF in file

Good day all,
I trying to save RTF in pc file but I cn save my RTF header name but all the time when I open it it empty inside
code

global gEditorField
on preopencard
put "status" into field "statusField"
end preOpenCard

on openCard
put the RTFText of field "editorField" into gEditorField
end ...