No announcements
Found 1386960 threads
-
0 Votes
Infopath 2007 default textbox = boolean('false') and boolean('false') = 'true'?
Or i tried, default value='boolean(/my:checkbox1) and boolean(/my:checkbox2)', but this is always true.Answered | 6 Replies | 11468 Views | Created by William Man - Sunday, June 13, 2010 6:27 PM | Last reply by Alec Pojidaev - Monday, June 14, 2010 10:06 PM -
0 Votes
Dropdownlist validation in Infopath
= Yes.Answered | 2 Replies | 9117 Views | Created by Venkatzeus - Thursday, February 3, 2011 10:45 AM | Last reply by Clayton Cobb - Thursday, February 3, 2011 3:42 PM -
0 Votes
Displaying boolean value as "1" instaead of "True" in a text box control
= typeof(bool)) throw new InvalidOperationException("The target must be a ...Answered | 2 Replies | 4397 Views | Created by Serge Calderara - Thursday, November 19, 2009 9:08 AM | Last reply by Bruce.Zhou - Friday, November 20, 2009 7:35 AM -
0 Votes
Boolean logic to color a cell
I am trying to use an "if" statement but it does not want me to use symbols "<" ">" or other Boolean symbols.Answered | 7 Replies | 900 Views | Created by Rick N Dallas - Sunday, September 25, 2016 7:54 PM | Last reply by Mr. Monkeyboy - Wednesday, September 28, 2016 6:20 AM -
1 Votes
Yes/No Navigational question presentation and handling
Any other DropDownLists or RadioButtons or CheckBoxes?Answered | 2 Replies | 684 Views | Created by PSULionRP - Thursday, June 20, 2013 12:53 PM | Last reply by Lee 'Wozy' Warren - Thursday, June 20, 2013 3:36 PM -
0 Votes
Adding A Boolean Field
Michael, So does that mean that SSAS 2008 doesn't on its own take a boolean field as true or false even if its defined as boolean unlike the DB engine.Answered | 5 Replies | 4426 Views | Created by Rojit - Friday, July 13, 2012 1:09 PM | Last reply by Rojit - Tuesday, July 17, 2012 1:11 PM -
2 Votes
Boolean method
If you only wanna do some checking if controls are empty (no text inside), and setting background color, then you can do something like ...Answered | 6 Replies | 1691 Views | Created by uknowmeim - Thursday, September 15, 2011 3:13 PM | Last reply by uknowmeim - Thursday, September 15, 2011 4:18 PM -
3 Votes
How to use a boolean as a variable
How do I use a Boolean as a variable in my form?Answered | 8 Replies | 3096 Views | Created by Adam Jungers - Friday, September 13, 2013 4:29 AM | Last reply by Acamar - Saturday, September 14, 2013 4:39 AM -
0 Votes
Boolean in OOP
The precise problem that I am currently having with this game is that I want to create a boolean that all files can change it's value from true to false.Answered | 2 Replies | 3809 Views | Created by falsetruth - Saturday, February 19, 2011 4:06 PM | Last reply by falsetruth - Saturday, February 19, 2011 5:54 PM -
3 Votes
No Boolean Data Type Support for Entity Attributes?
I had same requirement of boolean type and since mdm have no support of boolean type attribute , i used entity for this .You just need to define an entity say ...Answered | 3 Replies | 9162 Views | Created by David Elish - Tuesday, November 8, 2011 4:38 PM | Last reply by David Elish - Wednesday, November 9, 2011 5:36 PM -
0 Votes
Reset Boolean data item
I guess you need to set your boolean data item to null, don't think it's easy or even possible using flipswitch.Answered | 5 Replies | 650 Views | Created by billym99 - Friday, April 1, 2016 5:56 PM | Last reply by Weiwei Cai - Wednesday, April 6, 2016 1:50 AM -
1 Votes
Using Boolean
Hi I have a boolean field called active inside my consumer table, if the field has been deselected can I make the entire row as read only say Consumer name, address etc ...Answered | 1 Replies | 1929 Views | Created by M.Prasad - Friday, June 15, 2012 11:24 AM | Last reply by Michael Simons (MSFT) - Friday, June 15, 2012 12:52 PM -
4 Votes
Derived Boolean Column
trying to create a Derived Column from several BOOLEAN (BIT) columns.Answered | 7 Replies | 3449 Views | Created by Dactech1 - Wednesday, August 31, 2011 1:05 PM | Last reply by Dactech1 - Friday, September 2, 2011 2:20 AM -
0 Votes
datatable.writexml boolean hashcode?
(Alternatively, we can serialize a dataset) I'd suggest you read the output xml file into a xmldocument and replace these "Yes/No" with "1/0".Answered | 2 Replies | 3088 Views | Created by Tim Ge - Sunday, May 30, 2010 11:25 PM | Last reply by Harry Zhu - Thursday, June 3, 2010 1:27 AM -
1 Votes
SSRS Multi parameter with boolean
Hi Lio, Yes, it will work.Answered | 6 Replies | 2128 Views | Created by Lio1972 - Monday, April 11, 2016 3:51 PM | Last reply by Prasad msbitips - Tuesday, April 12, 2016 11:25 AM -
0 Votes
Select to return a text value instead of a boolean value
tblPromotionTypes Fields: fldPromotionTypeID (Numeric), fldPromotionTypeDesc ...Answered | 3 Replies | 680 Views | Created by RafNews - Thursday, March 26, 2015 8:11 PM | Last reply by RafNews - Friday, March 27, 2015 1:30 PM -
2 Votes
Problem in dropdownlist with if condition.
hi Selectedindex is an integer type, so you can only compare to it not to boolean If a post answers your question, please click "Mark As Answer" on ...Answered | 3 Replies | 4667 Views | Created by ssjGanesh - Tuesday, July 5, 2011 12:41 PM | Last reply by Osama Salem - Wednesday, July 6, 2011 9:19 AM -
3 Votes
boolean variables?
Unfortunately SQL Server does not have boolean type.Answered | 4 Replies | 4051 Views | Created by Pacerier - Tuesday, August 10, 2010 2:09 PM | Last reply by Pacerier - Tuesday, August 10, 2010 4:27 PM -
0 Votes
Dropdownlist in MVC
take a look at the code here Consider this as your controller private ActionResult GetEmployeesForDropDown() { var lstEmployees = new[] { ...Answered | 5 Replies | 2234 Views | Created by MickMiller - Thursday, May 21, 2015 10:58 AM | Last reply by Pramodh Suresh - Wednesday, October 19, 2016 2:06 PM -
0 Votes
Change yes and not buttons on VBA Message Box YES/NO
The yes option runs the macro and the no button closes the workbook, it's not just a pop up box that does nothing.Answered | 19 Replies | 19351 Views | Created by Luke Sykes - Thursday, October 5, 2017 3:54 PM | Last reply by Hans Vogelaar MVP - Sunday, March 8, 2020 10:48 PM
No announcements