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
Thanks for the reply Handy. Can I accept all changes via the client side?
Sorry I might not have been too clear in my previous post. I have compiled a sample for you to make it easier to understand my problem. Please follow these steps:
1. In the log type column for row 1, select a log type of Wastage and then click on row 2. You should prompted with an alert box asking you to pick a wastage code.
2. Select a wastage code and then click on row 2.
3. Now select the log type column of row 1 again and this time select Production Count and then click row 2. This time the wastage code column should have cleared its value and you should not have received the popup message. This is the correct behaviour.
4. Now select the log type column of row 1 again and this time select Wastage again and then click on row 2. Notice this time that you did NOT get prompted with an alert box asking you to pick a wastage code. This is the problem. Everytime you pick a log type of wastgae, I need to the row to validate that a wastage code has been entered, not just the first time.
Can you please modify my sample so that the row validates every time it is modified?
I am unable to open the zip file. Can you please re-upload it?
Thanks for re-uploading. I have applied the change to my web.config but I am still getting the javascript errors. Below are the errors:
Error: syntax errorSource File: http://localhost:3760/ScriptError/default.aspx?ReturnUrl=/ScriptError/ISRes.axd?F/IEMozBridge.js/305000703&F/IEMozBridge.js/305000703Line: 3Source Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Error: syntax errorSource File: http://localhost:3760/ScriptError/default.aspx?ReturnUrl=/ScriptError/ISRes.axd?F/ISCore.js/305000703&F/ISCore.js/305000703Line: 3Source Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Error: syntax errorSource File: http://localhost:3760/ScriptError/default.aspx?ReturnUrl=/ScriptError/ISRes.axd?D/WebUIControl.js/307200303&D/WebUIControl.js/307200303Line: 3Source Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Error: syntax errorSource File: http://localhost:3760/ScriptError/default.aspx?ReturnUrl=/ScriptError/ISRes.axd?D/WebMenuBar.js/307200303&D/WebMenuBar.js/307200303Line: 3Source Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Error: syntax errorSource File: http://localhost:3760/ScriptError/default.aspx?ReturnUrl=/ScriptError/ISRes.axd?D/WebMenu.js/307200303&D/WebMenu.js/307200303Line: 3Source Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Error: syntax errorSource File: http://localhost:3760/ScriptError/default.aspx?ReturnUrl=/ScriptError/ISRes.axd?D/WebAnimation.js/307200303&D/WebAnimation.js/307200303Line: 3Source Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Error: InitWebMenuBar is not definedSource File: http://localhost:3760/ScriptError/Line: 134
Error: ISControl_InitializeAtlas is not definedSource File: http://localhost:3760/ScriptError/Line: 180
Error: _dv.outerHTML is undefinedSource File: http://localhost:3760/ScriptError/Line: 180
Can you please re-upload the attachement from your previous post or email it to me as it is unaccessable. Thanks.
I have made the changes to the web.config that you suggested but I am still getting the javascript errors. I have uploaded my sample again with the changes. Have I missed something?
I can confirm this only happens when you have not logged in. Once you log in you no longer receive any javascript errors.
Can you please explain how i can make exception for ISRes.axd file from the FormAuthentication?
Thanks. This has solved my problem.
You can use the following code to set the WebDialogBox header. Setting the Text property will work the first time the dialog box is shown, everytime you want to change it after that you have to use the SetCaption method for the dialogbox Window object.
var label = 'Caption'; if (dialogbox.Window)dialogbox.Window.SetCaption(label); else dialogbox.Text = label;
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