User Profile & Activity

John Bonin Member
Page
of 18
Posted: May 14, 2013 7:18 AM

Hi Bernard,

 

  It appears that this issue has been fixed with this hotfix.  Any idea when this will become an official HotFix?

 

thanks

Posted: May 13, 2013 7:17 AM

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 

Posted: May 13, 2013 7:03 AM

Thanks Bernard,  I've been off for a few days.  I will check this out today.  Again thank for the fix.

Posted: May 2, 2013 2:08 PM

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.

Posted: April 18, 2013 2:37 PM

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?

 

 

Posted: April 17, 2013 9:36 AM

Bernard,

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.

I've attached a sample that demonstrates the problem with Firefox 20.x.  The >link is in the Main.Master page.

 

thanks

 

Interesting if I replace webCombo .253 with .250, the issue is not there.

 

 

 

Posted: April 17, 2013 6:49 AM

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.

Posted: April 16, 2013 6:37 AM

Bernard,

   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.

 

 

Posted: March 19, 2013 8:37 AM

Thank you works great...

Posted: February 7, 2013 10:45 AM

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
All times are GMT -5. The time now is 8:27 AM.
Previous Next