iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi Hans,
Microsoft Dynamics CRM is a web based product from Microsoft, html pages of this product have html5 doctype and it is desinged to work inside Outlook so it works correclty with Outlook and IE7. Maybe IE7 does not recognize the new html5 tags, but for sure is able to render html5 pages with the right layout if the pages are correclty generated. In my opinion, as I show you with the fix proposed in the previous comment, the grid operations and the grid layout is not correclty handled by Intersoft in case of html5 doctype and userAgent MSIE 7.0.
Regards,
Vince
Hi Hans
I made a deeper investigation of the problem I have in the productive environment. In attachment InnerFrame.zip you can find the example that reproduce the problem, I added the doctype <!DOCTYPE html> to InnerFrame.aspx without any comment before. Now the problem I have is that this page is shown in Outlook, and Outlook it works like IE7, so to simulate this behaviour it needs to set the browser mode to "IE7" and the document mode to "IE9 standards" like shown in attachment image1.png.
In this situation at first I have the error reported in the first message of this thread:
While debugging the code I see that the following instructions are executed:var v46839 =ISGetObject(v79345.childNodes[0].gridId);var ve0e96 =v46839.Tables[v79345.childNodes[0].tblName] but v79345.childNodes[0].gridId is undefined, so ISGetObject returns null and the next instruction arise the error.
While debugging the code I see that the following instructions are executed:
var v46839 =ISGetObject(v79345.childNodes[0].gridId);var ve0e96 =v46839.Tables[v79345.childNodes[0].tblName]
but v79345.childNodes[0].gridId is undefined, so ISGetObject returns null and the next instruction arise the error.
I made some search in WebGrid javascript code (based on version 8.0.7200.250) and I found that the function named wg82a90.m18140 is executed only if "IS.w3cs || IS.ie9s || !IS.ie": here the code:
m60528:function(v94961) { if (IS.w3cs ||IS.ie9s ||!IS.ie) wg82a90.m18140(v94961); }
To make a test I changed it the function in this way (you can find that in the file WebGrid_Core.fix.js in the zip file):
wg82a90.m60528 = function (table) { if (IS.w3cs || IS.ie9s || !IS.ie || (IS.ie && IS.IsHTML5DocType())) { wg82a90.m18140(table); } };
and this make the error disappear, but there are still layout problems with the height of the grid and with the header and footer width.
Please tell me what do you think about that and if you can help me to overcome this situation.
Hi Yudi,
I have the same problem: the web combo always aris ethe error "Could not complete the operation due to error c00c023f", but it happens to me only with HTML5 doctype: <!DOCTYPE html>. I can only use this doctype, could you please help me?
the solution works partially
Moreover i would like to do the same font on a column in a WebCombo, how I can do that?
Could you please help me to resolve also this?
Hi Bernard,
with the sort I was able to have the behavior I need.
Thanks,
Daniele
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname