Search found 7 matches

by Jeanne
Tue Dec 20, 2011 8:19 pm
Forum: Support
Topic: Image locations change on resaves
Replies: 7
Views: 16110

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 ...
by Jeanne
Mon Dec 19, 2011 4:13 pm
Forum: Support
Topic: Image locations change on resaves
Replies: 7
Views: 16110

I have both of the richviewedits hooked to the same style and no matter what settings I use it always recreates the styles, it never reuses and existing style.

/* ========== Text Styles ========== */
hr { color: #000000}
body, table, span.rvts0 /* Normal text */
{
font-size: 10pt;
font-family ...
by Jeanne
Thu Dec 15, 2011 5:20 pm
Forum: Support
Topic: Image locations change on resaves
Replies: 7
Views: 16110

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 ...
by Jeanne
Tue Dec 13, 2011 5:31 pm
Forum: Support
Topic: Image locations change on resaves
Replies: 7
Views: 16110

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 ...
by Jeanne
Fri Nov 18, 2011 6:57 pm
Forum: Support
Topic: add four resized bitmaps size by side
Replies: 4
Views: 11327

That worked :D Thanks
This has been causing me trouble all day
by Jeanne
Fri Nov 18, 2011 6:41 pm
Forum: Support
Topic: add four resized bitmaps size by side
Replies: 4
Views: 11327

I tried that, they still start on a new line for each picture, I want them all on the same line.
by Jeanne
Fri Nov 18, 2011 5:31 pm
Forum: Support
Topic: add four resized bitmaps size by side
Replies: 4
Views: 11327

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 ...