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
Please advise when the release version of the hotfix will be available. There doesn't appear to be an update on the Support page as of yet.
Thank you! We are using the client-side customaggregate that you describe and the javascript error still occurs. Please confirm that the September hotfix is still on schedule for the week of 9/29.
Thank you for the response! HTML5 rendering mode resolved the issue with the extra column.
In order for the totals to display, I had to switch to ServerBinding and use a custom aggregate. Reason: The group footer totals display and then reset to zero with ClientBinding. Also, a javascript error occurred with ClientBinding and a custom aggregate.
Hello - Yes that solution did resolve the issue. Thanks!
Hello - I reviewed the sample and made the following changes: 1) Changed the stored procedure to accept varchar(10) datatype (i.e. handles date string in mm/dd/yyyy format), 2) Updated the dataset, 3) The ISDataSource parameters are now set to 'String' datatype. The problem is that the value of the text boxes is still not being passed to the stored procedure. I have a trap in the stored procedure to handle null values and that is being executed. Is there no way to pass parameters to a stored procedure via ISDataSource?
Found solution... It didn't click that select parameters for ISDataSource can be set like a "regular" asp.net SqlDataSource. Thus, I'm setting the defaults as in the following example.
ISDataSource1.Tables(0).SelectParameters("MinEffDate").DefaultValue = Today.ToShortDateString
Thank you! I'm having some difficulty locating this page in the samples. Would you have the complete URL?
Unfortunately that did not resolve the problem. The code is being returned by a stored procedure that strips out characters such as carriage return and line feed, etc... Please let me know if there are any other options. Thanks!
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