User Profile & Activity

Mark Silka Member
Page
of 2

I changed the setting and the menu offsets correctly but now the strip is transparent.

I am attaching a screenshot of the problem.

Posted: January 18, 2010 8:27 AM

I installed the new build and everything works great now.


Thank you very much!

Posted: January 17, 2010 9:42 AM

Glenn,


Thank you for the update.

What is the best way to install the build and to make sure my project updates correctly?


Best regards,


Mark

Posted: December 18, 2009 10:34 AM

I found out what I had not done.

I needed to set the webbutton's AUTOPOSTBACK property to "TRUE".

My validation worked fine after that.

 

Posted: December 17, 2009 3:54 PM

Okay.

Thank you

Posted: December 14, 2009 7:11 AM

What is the best way to proceed with upgrading from 2009 R1 to 2009 R2?

 

Thanks

Posted: December 7, 2009 1:20 PM

Andi,

 

I had my individual columns of my root table set to NOEDIT.

Once I set them to TEXT I was able to use my filter.

I will mark this as answered.

Thank you for you help.

 

Best regards,

 

Mark

Andi,

 

Thank you for pointing me in the righ direction.

 

Best regards,

 

Mark

Thank you for the example.

Can you change it so that it uses Visual Basic instead of C?


Best regards,

 

Mark

Sorry,

 

the server side code should be

Protected Sub wbgCustomers_InitializePostBack(ByVal sender As Object, ByVal e As ISNet.WebUI.WebGrid.PostbackEventArgs) Handles wbgCustomers.InitializePostBack

Sub wbgCustomers_InitializePostBack(ByVal sender As Object, ByVal e As ISNet.WebUI.WebGrid.PostbackEventArgs) Handles wbgCustomers.InitializePostBack

if e.Action="Custom" then

  wbgCustomers.GetClientAction.InvokeScript("setComboValue('wbcTerms', '9')")

end if

End Sub

All times are GMT -5. The time now is 1:43 AM.
Previous Next