Note that there are some explanatory texts on larger screens.

plurals
  1. USBuddy Lee
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThat would be a good solution for the initial load. Though the load wasn't influenced too horrible. The issue came when it was time for IE to render the drop down. Initially the div is invisible and everything goes on fine. The biggest issue was that the JQuery UI dialog box had to copy all that information in the DOM in order to move it into it's custom containers. It also did this each time the dialog was loaded. The new dialog now wraps the existing data rather than copy it. This seemed to speed things up a bit. Did struggle with the semi transparent washout but it works well enough now.
      singulars
    2. COWhile exchange was installing I took some more stabs at getting our old outlook interop code working. After some fooling around it appears to function without the need of writing new code to talk directly to Exchange. Essentially we needed to make the service run as a user that has an outlook profile set up. System Local apparently didn't. :P do you think there Would be any significant benefits to talk straight to exchange at this point?
      singulars
    3. COI'll agree that it may be easier to throw someone at some VB/VBA, however it seems like XSLT gives a better separation of concerns. Additionally I would think that someone with a background in ASP or some similar technology would be able to grasp it at a reasonable pace. One draw back that I could think of is the size of the XML data portion in cases of large amounts of data.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload