|
|
pinEdit WP
Started by sergionetaccess at 03-03-2008 2:12 . Topic has 3 replies.
 
 
|
|
Sort Posts:
|
|
|
|
03-03-2008, 2:12
|
sergionetaccess
Joined on 11-25-2007
Posts 5
|
|
|
|
Hi,
how can I do to save the HTML document loaded in PinEdit into a database SQL??
Thanks.
|
|
|
|
|
Report
|
|
|
|
03-03-2008, 3:54
|
Pintexx Support
Joined on 08-30-2005
Posts 1.571
|
|
|
Hi,
just have a look at the "Post" samples inside the evaluation.
If you post the content you will get a string at server side.
Then you can save to a database field easily.
Best Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
03-03-2008, 4:32
|
sergionetaccess
Joined on 11-25-2007
Posts 5
|
|
|
|
I'm in windows form's platform.
I want to save the HTML code (and all images that are included) in a field (byte or another). It's possible?
Thanks.
|
|
|
|
|
Report
|
|
|
|
03-03-2008, 4:37
|
Pintexx Support
Joined on 08-30-2005
Posts 1.571
|
|
|
Hi,
you can read the content with .Text property and define the .TextMode before.
In HTML images are always references to external files so you can not easily save all of the objects into a field.
Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
|
Pintexx Forum » Developer Produ... » pinEdit WP » Re: Save HTML document
|
|
|
|