Jump to content

ScribeDifferencesBetween capability and WebDirect


This topic is 3683 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

In testing my application on WebDirect, I noticed that the various coloring visualizations generated by ScribeDifferencesBetween do not appear.  I am guessing this is due to WebDirect's lack of support for rich text formatting.  If this is correct, are there any workarounds to simulate this behavior on WebDirect?  Or, if my assumption is incorrect, is there some key piece I am missing to fully implement this functionality on the web?

Link to comment
Share on other sites

  • Newbies

After doing quite a bit of research online, I think I have resolved this issue myself.  I changed the edit box in question to a web viewer and set its web address to the following:

 

"data:text/html," & GetAsCSS ( <table name>::<field name> )

 

I encapsulated that within a couple Substitute() functions in order to modify the resulting CSS string to get its formatting to match the rest of the screen, but that wasn't too difficult.  Unfortunately, this solution doesn't seem to work on IE, but I think I can live with that for now.

Link to comment
Share on other sites

This topic is 3683 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.