can we open any web (with java script also) page in rich view by use of HtmlImporter with all components of page
i have read rvhtmlimport.pas file bt still cant align para & cant display data entry forms on richview.
can anybody tell me what should i do
Search found 3 matches
- Wed Apr 19, 2006 11:18 am
- Forum: Support
- Topic: download html page in richview
- Replies: 1
- Views: 9307
- Mon Apr 17, 2006 10:29 am
- Forum: Support
- Topic: this method is working bt not right
- Replies: 1
- Views: 9101
this method is working bt not right
hi
i m using this code to open html doc
{
struct stat statbuf;
char *str;
TFileStream *file = new TFileStream("****",fmOpenRead);
stat("****",&statbuf);
str= new char[statbuf.st_size-1];
file->ReadBuffer((void *)str,statbuf.st_size-1);
RvHtmlImporter1->BasePath="c:\\";
RvHtmlImporter1->LoadHtml ...
i m using this code to open html doc
{
struct stat statbuf;
char *str;
TFileStream *file = new TFileStream("****",fmOpenRead);
stat("****",&statbuf);
str= new char[statbuf.st_size-1];
file->ReadBuffer((void *)str,statbuf.st_size-1);
RvHtmlImporter1->BasePath="c:\\";
RvHtmlImporter1->LoadHtml ...
- Fri Apr 14, 2006 11:29 am
- Forum: Support
- Topic: new for rvhtmlimport
- Replies: 4
- Views: 16610
new for rvhtmlimport
hi
i m new for htmlimport & builder c++ i have installed it but i dont have help file for htmlimport.i downloaded it from net. so could anybody tell me how to start with it or please send me help file on siddharthjain05@gmail.com.
i m new for htmlimport & builder c++ i have installed it but i dont have help file for htmlimport.i downloaded it from net. so could anybody tell me how to start with it or please send me help file on siddharthjain05@gmail.com.