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 Bernard,
It appears that this issue has been fixed with this hotfix. Any idea when this will become an official HotFix?
thanks
Sorry, I guess having time off makes you make stupid mistakes... I answered my own questions, I was using the database field name and not the webColumn name.
Thanks
Thanks Bernard, I've been off for a few days. I will check this out today. Again thank for the fix.
Any idea on this. Many of our users are using Firefox 20+ and is cauisng problems with them. This is a high priority for us.
Please let me know how this stands.
The original issue:
I found out what the problem is with this issue. I am using the jQuery UI 1.10.2 and when I link in the stylesheet and use the rel="stylesheet" tag, with Firefox 20.x only webCombo doesn't work. if I remove the rel="stylesheet" it works.
Even though this fixes the problem with webCombo, by removing the rel="stylesheet", casues other problems with other controls so I had to add it back in. Did you guys find anything out with this? Short of telling users not to use Firefox 20.x anything else can be done?
Bernard,
I've attached a sample that demonstrates the problem with Firefox 20.x. The >link is in the Main.Master page.
Interesting if I replace webCombo .253 with .250, the issue is not there.
Bernard, the sample to use the webUI samples using the version listed about. Here is my screenshot of the issue. This occurs on every computer that access this development site with Firefox 20.x. Any other browser or other versions of Firefox works fine.
I am using the following versions and I believe are the latest:
webUI Net framework: 3.0.5000.903
webCombo: 6.0.7200.253
Firefox: 20.0.1
As long as you are using the above version, open up the webUI VB webCombo sample for 2012 R2 and run the FirstExperience sample and the issue appears.
Again this problem ONLY appears with FIrefox 20.x. Please make sure that your are using the exact webUI versions listed above. Note, if you use webCombo 6.0.7200.250, the issue doesn't appear.
Thank you works great...
Actually you can change A and B.
To change the Header in the Webgrid_Export event add:
e.Table.Caption = String.Format("Requested Review List{0}{1}", ControlChars.CrLf, Me.searchCriteriaLabel.Text)
This will add a 2 line Header to the PDF.
To change the margins add this to the same event as above:
With e.ReportInfo ' Set up page .DynFonts = New DynARFonts(New System.Drawing.Font("Arial", 12), Nothing, New System.Drawing.Font("Arial", 8), Nothing, New System.Drawing.Font("Arial", 7), Nothing, Nothing, Nothing, Nothing) .DynPageOrientation = PageOrientation.Landscape ' Force page into landscape mode .DynMargins = New Margins() .DynMargins.Top = 0.25 .DynMargins.Left = 0.5 .DynMargins.Right = 0.5 .DynMargins.Bottom = 0.25 End With
With e.ReportInfo ' Set up page .DynFonts = New DynARFonts(New System.Drawing.Font("Arial", 12), Nothing, New System.Drawing.Font("Arial", 8), Nothing, New System.Drawing.Font("Arial", 7), Nothing, Nothing, Nothing, Nothing) .DynPageOrientation = PageOrientation.Landscape ' Force page into landscape mode .DynMargins = New Margins() .DynMargins.Top = 0.25 .DynMargins.Left = 0.5 .DynMargins.Right = 0.5 .DynMargins.Bottom = 0.25
End With
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