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 Staffan,
It works fine on my WebGrid 6 build 220 and Framework 3 build 705. I have attach a video of my sample.
Please apply the new hotfix for WebGrid and Framework, then please run my attach sample.
If the the issue still persist please change my sample which can replicate your issue.
Thank you and have a nice day.
Best regards,
Niven Prasetya
HI Martin,
Could you send your MSN Credentials to technical@intersoftpt.com
Please state http://intersoftpt.com/Community/WebDesktop/WebDesktop-Missing-dll/ as a reference of your issue. I will follow your email through technical@intersoftpt.com.
Hello,
After looking at your code I think it is more easier for you to trigger the event via client side. Do you have any other criterias that keep insist you to use via server side?
Looking forward for your answer.
Hi Maxwell,
Have you include the namespace?
Please kindly explain me which navigation did you open? Is it from template or UXNavigationWindow or UXNavigationBar?
Have you set the IsClientVisible="True"? or if you want from server side, please use the code below.
uxWindow1.Show();
Hope this can help.
Hi Alfred,
I was able to replicate your issue on my side. I have reported this issue to the Development Team.
I will let you know any news regarding this matter.
Hi Frank,
I am not able to replicate your issue here.
May I know your WebGrid and Framework version?
I have attach a version of mine with your scenario.
HI Andre,
I apologize for the misstyping. It's suppose to be ShowDialog();
You can refer to our WebDesktop Samples with ShowDialogWithAnimation.aspx on how to implement the ShowDialog() and the Close button.
Hope this can help your issue.
I believe this would be the code produce by the ISDataSource
<asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/NorthWind.mdb" DeleteCommand="DELETE FROM [Customers] WHERE (([CustomerID] = ?) OR ([CustomerID] IS NULL AND ? IS NULL))" InsertCommand="INSERT INTO [Customers] ([CustomerID], [CompanyName], [ContactName], [ContactTitle], [Address], [City], [Region], [PostalCode], [Country], [Phone], [Fax]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" SelectCommand="SELECT * FROM [Customers]" UpdateCommand="UPDATE [Customers] SET [CompanyName] = ?, [ContactName] = ?, [ContactTitle] = ?, [Address] = ?, [City] = ?, [Region] = ?, [PostalCode] = ?, [Country] = ?, [Phone] = ?, [Fax] = ? WHERE (([CustomerID] = ?) OR ([CustomerID] IS NULL AND ? IS NULL))">
By deleting the OR ([CustomerID] IS NULL AND ? IS NULL). It will become like the code below
<asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/NorthWind.mdb" DeleteCommand="DELETE FROM [Customers] WHERE (([CustomerID] = ?))" InsertCommand="INSERT INTO [Customers] ([CustomerID], [CompanyName], [ContactName], [ContactTitle], [Address], [City], [Region], [PostalCode], [Country], [Phone], [Fax]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" SelectCommand="SELECT * FROM [Customers]" UpdateCommand="UPDATE [Customers] SET [CompanyName] = ?, [ContactName] = ?, [ContactTitle] = ?, [Address] = ?, [City] = ?, [Region] = ?, [PostalCode] = ?, [Country] = ?, [Phone] = ?, [Fax] = ? WHERE (([CustomerID] = ?))">
You can adjust this to your spCustomerDelete.
Hows the second issue?
Hello Martin,
Could you please tell me your MSN credentials?
And what would be the best time for me to remote your computer?
Hello.
We have 2 offices, based in Indonesia and Los Angeles.
I am located on Indonesia based office. (+7)
Thank you.
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