Is it possible that any of the columns mentioned in the "IN" columns might have null values if so this condition would not work.
I tried the same example and it gives me only those records which meet the selection criteria in any of the columns mentioned in "IN" clause. But when i changed the...
Check out this link. It shows what are the limitations on exporting in 8.5
http://support.businessobjects.com/communityCS/TechnicalPapers/cr85_exportlimitations.zip.asp
Today i experienced the same problem. I searched about this issue on Business Object's website.
According to them the problem is caused when you have older version of "u2fwordw.dll" file which is used for exporting.
But in my case i have only one file and the version# is also uptodate and i...
Use the setparameter to set the default values.
E.g.
reportDocument1.SetParameterValue("rpt - mnthYr", rptDate)
When user presses refresh he will be prompted for new parameter values.
if you do not want wizard to generate insert, update, delete, in the query builder click "Advance options" and deselect 1st checkbox.
If you do not include primary key in select then yes wizard fails to generate these statements as primary key is essential for those statements. It gives the...
I am not sure what your requirement is but -
1) When you drag and drop DataAdapter, VB.NET runs the wizard for you that will walk you through the process of generating all four SQL statements (of course you could choose not to in which case it will generate only select statement)
2) You need...
Could you please tell me the name of the event that gets fired when "enter key" is pressed in textbox?
I have a login screen which has id and password textboxes along with accept button. When enter key is pressed in password box i want to fire accept button click event.
I can do so by adding...
Yes sure i can use fonts or colors to differentiate the user input (in add/modify) or dataset value (in display mode) v/s default value. With Jebenson's guidance, I got the blanking out of field to work under all scenarios. But these are all workarounds.
Use of checkbox to indicate, the value...
yes that did work Thanks for your help.
By clearing up the date field it is clear to the user that he / she has not selected the date yet.
However I think use of check box (to indicate if the date visible on the control is default or data driven) will be better alternative. This is because -...
Sorry that wont work as I am already using the custom format property to display date and time in certain format.
Plus when you set the property that way you never get to see the actual date (even when date is selected from calendar).
any other ideas ?
Hi techsmith
Could you please explain your workaround a little bit in detail. I am a newbie. I am experiencing the same problem...had posted similar questions few days back.
From your comments what i understand is -
in your control you used combination of two controls datetime picker and...
Thanks for the quick response.
Your suggestion makes perfect sense. However I still am not sure which event i need to handle and which property i should check to determine when to uncheck the checkbox. I tried various events like BindingContextChanged, Validated, valuechanged to name few. None...
Hi
Is there any way to control the behavior of the check box on the datetime picker control that is bound to dataset.
I have a dateTimePicker control on a Windows Form (VB.NET),
which is bound to a dataset (database column of date type).
Following properties are set -
editfldName.Checked =...
Hi
I have a dateTimePicker control on a Windows Form (VB.NET),
which is bound to a dataset (database column of date type).
Following properties are set -
editfldName.Checked = False
editfldName.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.dsName, "tblName.fldName"))...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.