Category: *html_to_plain
-
TakeCharge App Manager Lesson 03
—
by
in *html_to_plain, Append, bin_to_rtf, character conversion, Converting Data Types, Desktop Application, External Email Client, Form as Dialog, Form Design, Form Load Method, How To, HTML memo field, Memo Fields, On Push, rtf_to_html, Table Open Method, Tables and Sets, Using If Else if, XBasic Tips and Tricks, xDialogCurrently I am still working on the routine for editing scripts and weighing the best possible solutions. So in the meantime, lets look at some of the Modules which will accompany our application. One module which I left out of the original list is an email manager. If you are developing for clients, a common …
-
Incorporating xBasic into Design 04
Hello everyone Today we will continue from the last session looking at our Recipe Builder application. We will start this session with copying data from a website and adding it to the recipe memo field on our form. To accomplish this we are using the function clipboard.get_data() In the not to distant past many websites…