Advertisement

1 - 10 of 199 containing alltags:("greater") (0 seconds)
Hello, Can someone explain the overloaded greater than operatorand overloaded equal operator?  How do i put these friend functions as overloaded greaten than operator and overloaded equal operato...
Zones: C++Date Answered: 12/08/2002 Grade: B Views: 0
Can anyone see what is wrong with this?  It is a field I placed in the design mode of a query.  In the data set I'm running against, there are no ConfirmDisFCDates filled in.  But there are 5 EPEnd...
Zones: MS AccessDate Answered: 08/25/2006 Grade: A Views: 0
This is my simple javascript checkout script. How can I require a quantity of at least 1 for Base? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD...
Zones: JavaScriptDate Answered: 07/11/2007 Grade: B Views: 0
I have a list of pointers to objects and I need to sort them based on a member variable.  The code I have is: std::list<CMyClass *> myList; CMySorter sorter; list.sort(sorter) The sorter ...
Zones: C++Date Answered: 08/22/2000 Grade: A Views: 0
Hello,  Requirement is,I need to get a date which is x number of days after the current date,in MM/dd/yyyy format. Any help would be appreciated Priyan
Zones: JavaDate Answered: 04/27/2002 Grade: A Views: 0
Ok so I created a simple registration form that sends the from data into SQL server database  Using VB.NET.   This is the procedure for entering the data into the database. --------------------...
Zones: MS SQL ServerDate Answered: 04/03/2003 Grade: B Views: 0
=IF(B11<38078,0,IF(B11>38078,C12/2,IF(B11>38322,C12))) This is what I currently have written but I need the middle figure to be if greater than but less than the last figure in the same formula....
Zones: MS ExcelDate Answered: 10/25/2004 Grade: A Views: 0
I need to display the symbols for less than equal and greater than and equal.  I am guessing there are unicode symbols for them but can not see them at the moment.
Zones: JavaScriptDate Answered: 01/25/2005 Grade: A Views: 168
what's the way to fix a date/time field when I'm asking for records less than or greater than date parameters entered as short dates
Zones: MS AccessDate Answered: 02/18/2005 Grade: A Views: 0
Hi, I have a simple form which has a calendar like chooser where the user can pick two dates. 1. I wanted to make sure the start date is not greater than the end date. 2. I wanted to make su...
Zones: JavaScriptDate Answered: 04/07/2005 Grade: A Views: 4