Search found 7 matches
- Tue Dec 20, 2011 8:19 pm
- Forum: Support
- Topic: Image locations change on resaves
- Replies: 7
- Views: 15976
I can view the html created upon savehtmlex, which i convert to be stored in SQl, then I reload it via the HTMLViewer1.LoadFromString(dmcat.adoQMSDSSdsHTML.asstring); //works perfect RVHtmlViewImporter1.ImportHtmlViewer(HTMLViewer1,RveSDS); then i resave using savehtmlex and the extra styles are ...
- Mon Dec 19, 2011 4:13 pm
- Forum: Support
- Topic: Image locations change on resaves
- Replies: 7
- Views: 15976
- Thu Dec 15, 2011 5:20 pm
- Forum: Support
- Topic: Image locations change on resaves
- Replies: 7
- Views: 15976
That would be much to difficult, but I did find a solution that will work, it is based on where I run the exe from. I do however have another issue that maybe you can help with. upon using the following HTMLViewer1.LoadFromString(dmcat.adoQMSDSSdsHTML.asstring); //works perfect RVHtmlViewImporter1 ...
- Tue Dec 13, 2011 5:31 pm
- Forum: Support
- Topic: Image locations change on resaves
- Replies: 7
- Views: 15976
Image locations change on resaves
I create my initial file using the richviewedit and I save the html to sql with rvespImageFileName,and savehtmlEx using the rvsoOrverrideimages and rvsouseItemImagefileNames. Like: RveSDS.SaveHTMLEx('C:\'+ dmcat.adoQCat_dataNumber.AsString+'.txt', dmcat.adoQMSDSNumber.AsString ...
- Fri Nov 18, 2011 6:57 pm
- Forum: Support
- Topic: add four resized bitmaps size by side
- Replies: 4
- Views: 11176
- Fri Nov 18, 2011 6:41 pm
- Forum: Support
- Topic: add four resized bitmaps size by side
- Replies: 4
- Views: 11176
- Fri Nov 18, 2011 5:31 pm
- Forum: Support
- Topic: add four resized bitmaps size by side
- Replies: 4
- Views: 11176
add four resized bitmaps size by side
I have tried the following rvesds.Addpicture('',bmp,rvvabaseline) rvesds.Setitemextraintproperty(rvesds.itemcount-1,rvepImagewidth, 45); rvesds.Setitemextraintproperty(rvesds.itemcount-1,rvepImagehight, 45); for each image, however there is a line return between each image so they are each on a new ...