Thank you so much Jen for your kind attention. I modified my string with your inputs and it worked as well. Gosh I love this site, great tool for developers.
=CDate(Cstr(Month(Dateadd("m", -6, now())))& "/1/"& CStr(YEAR(Dateadd("m", -6, now()))))
Good Morning Everyone.
I am trying to get a date minus 6 months of Current date but the date must be the begin day of the month.
Here is what I have
=Cstr(Month(Dateadd("m", -6, now())))& "/1/"& YEAR(Dateadd("m", -6, now()))
If I run this on preview. I get the property Default Value of...
Good Afternoon,
I am having a little trouble trying to figure how I write this query to accept User Input. I want the user to be able to type in the in year (2008, 2009 etc). The query does the search and it is brings back the data. I am using MSSql 2005 reporting Service
<Code>
select...
Good Morning Group,
I know this is going to sound easy but, I want to store a users search preference. In a Dropdown. We have search fields, Plan Number, Plan Name, Plan type. You can search on any one of those. Most users like to use one or the other. What I want to do is store their...
...{
var leftPos = (ajaxTooltip_getLeftPos(inputObj) + inputObj.offsetWidth);
var topPos = ajaxTooltip_getTopPos(inputObj);
/*
var rightedge=ajax_tooltip_MSIE? document.body.clientWidth-leftPos : window.innerWidth-leftPos
var bottomedge=ajax_tooltip_MSIE...
I guess I did not explain issue well. This print preview page that I have created, changes depending on the database records. The print preview page could be 8 pages it could only be one page. This depends on the plan that the person selected. Is their a way to say at the end of document...
Good Morning,
Does anyone here no how to prevent pages from being cut-off with a print preview page? I have created a intergrated web interface with SQL. When my clients prints it will cut part of the word in have as it prints the next page. Is there code, which will tell the page to break...
thanks for your speedy reply.
I am try to add data to a cookie. I am able to add the data. But I cannot update. When the cookie is created, I can submit a form object and it adds the value. The next time I go to the page. The cookie is there but the value information is gone. How do I...
Thanks for your speedy reply! Let me clarify.
When the user logs into the webpage they can search(an input field is used for search-SQL Stored procedures)for particular records. We allow them to search by Case number, plan name, consultant etc. What we want to do is when the user log in it...
Good Afternoon Guru's
I am not quite sure I am in the right section. My challenge, I am trying to write code in order to display the last 5 queried items from SQL to an ASP when the user logs in. So when the user logs in it will display their last 5 queried items. Is this possibe to do? Can...
...}
//-->
</script>
<script type="text/javascript" src="tabber.js"></script>
<script type="text/javascript">
/* Optional: Temporarily hide the "tabber" class so it does not "flash"
on the page as plain HTML. After tabber runs, the class is changed
to "tabberlive" and it will appear. */...
...</td>
</tr>
<tr>
<td colspan="2">___ notes for this proposal.</td>
<td> </td>
</tr>
</table>
</div>
</div>
/*--------------------------------------------------
REQUIRED to hide the non-active tab content.
But do not hide them in the print stylesheet...
Does anyone here know how to properly wrapp tabs? Currently my tabs are breaking part of the tab to a second line also, they sink behind my first tabs rather than sit atop. Thanks
Good Morning Gents and Ladies.
I have a little problem which I believe is simple to fix. Yet, it eludes me so.... My problem is when I click on my tabs the color changes to active before the layer is actually displayed. The color should not change unless I release the mouse. Also, I cannot...
Good Afternoon,
I am trying to after a user press the cancel button on my insert page, it clears the form and then checks to see if the recordset is empty. If it is empty it stays on the insert page if not it redirects itself to another page. Is this possible, if so can an example code be...
Good Morning People
I am trying to re-write some pages. I currently have a Insert, edit and delete on same page in different layers. I have decided to make them all seperate pages but have them to feed through an Iframe. My problem is I have a statement that show different layers if the...
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.