Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit WP

Started by sergionetaccess at 03-03-2008 2:12 . Topic has 3 replies.

Print Search
Sort Posts:    
   03-03-2008, 2:12
sergionetaccess is not online. Last active: 30.12.2008 07:41:07 sergionetaccess

Top 150 Posts
Joined on 11-25-2007
Posts 5
Save HTML document
Reply Quote

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 is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.571
Re: Save HTML document
Reply Quote
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 is not online. Last active: 30.12.2008 07:41:07 sergionetaccess

Top 150 Posts
Joined on 11-25-2007
Posts 5
Re: Save HTML document
Reply Quote

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 is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.571
Re: Save HTML document
Reply Quote
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