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,
i have gone through the DataTable return from webservice using flypostback manager.
I have found one error in this example. if the data field contains date coulumn, the returning value have incorrect month. Can you please check the case with the following given code which used to create a datatable and return from webservice . (in WebServiceSample .cs file of flypostback example)
Dim dtCust As New DataTable("Customer") dtCust.Columns.Add("CustomerID", GetType(Date)) dtCust.Columns.Add("FirstName", GetType(String)) dtCust.Columns.Add("LastName", GetType(String)) 'Dim d As Date = New Date() dtCust.Rows.Add(New Object() {Date.Now(), "Maria", "Anders"}) dtCust.Rows.Add(New Object() {Date.Now(), "Ana", "Trujilo"}) dtCust.AcceptChanges() Return dtCust
is there any solution for this??
thanks and regards
ca
Hello,
I applied your code in our WebDesktop VB sample and changed the default code in WebServiceSamples.vb. However, I am unable to see the error. Please ensure you have used our latest hotfixes. If this does not solve your issue, please send me a simple sample that replicates the issue. Maybe I missed something when trying to replicate the issue in here.
Regards,Handy
still not working. I have tried after updating latest hotfix from developer network (hotfix of WebUI.NET Framework and WebDesktop.NET) . I am getting the same incorroct month field. When i tried the above code it gives value with month as August instead of July. The rest values are fine. Also it gives the day corresponding to august not july (like friday instead of tuesday).
Isn't it enough to update with latest hotfix from developer network????
Hello Ca,
I can replicate the issue you mentioned in here. You did not let me know the detail about the error. I though that you got an error. I will report this to our developer teams. Thank you for your report.
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