I have to create a 14 day list of records.
09/17/2014 09/16/2014 09/15/2014 09/14/2014 etc....
Sometimes the field will have records in it. So the data will display
09/17/2014 09/16/2014 09/14/2014
But none is displaying [highlight #EF2929]09/15/2014[/highlight] because nothing happened...
I am trying to only display the data if they have more then one order per group. I need to display each record it has different info but they are all grouped by id. Currently I created a array within the group in the detail but its showing the data data multiple times. Does anyone have any...
My table has a start time and a end time. I need to find out a grand total of how many patients are in a bed at a certain hour. Paitient A can be in a bed for 1 hour and 11 while patient b can be in a bed for 2 hours at 11 and 12. The table is one row per record.
I need the results to be...
I have this project coming up where i need to pass parameters to a webservice using python preferably. Does anyone have a example where they did something like this.
Thanks
I have a simple little form wearing i am trying to add 2 txtbox values and put it in a 3rd textbox. When the value change the third box will change. Can anyone explain what I am doing wrong.
Thanks for all your help.
<script type="text/javascript" language="javascript">
function calcVals()...
Well I tried that It didnt work.
I think the issue has to do with the
Decimal.Parse(Eval(
Part of this code. It doesnt like the fact that the values are null.
Thanks
I have a grid where I am doing a grand total it all works well but if the value can be null. When it is null it blows up. Does anyone know a work around.
<script runat="server">
Dim TotalUnitPrice As Decimal = 0.0
Function GetUnitPrice(ByVal Price As Decimal) As Decimal
If...
Well the insert is working properly If I was to set the display the hyperling value in a details view to visible. I do need the capability to be able to insert the request.form value from a hyperlink into the table.
Example:
lets take this hyperlink...
I am using Sql server. I dont think it has anything to do about the database. I am just asking how to insert the request.form value into the database.
Thanks
I have a pretty general Question that I am very unclear on how to do it. I have a hyperlink that passes parameters and putting them into a details view. I dont want to put all these values into details view though. I am having no problem with grabbing these values. I just want to insert these...
Hello All,
What I am trying to do today is on my intranet site is provide the user the option to add path and file. The user will browse his or her public folders on there computer find the file. I will put that path and file into a txtbox.
This public folders is accesible from my webservers...
i GOT IT TO WORK THIS IS WHAT I DID TO MAKE IT WORK
'*****************CHANGED
<select name="select" size="1">
'********************
<%
Set conn = server.createobject("adodb.connection")
connection = "DRIVER={MySQL ODBC 3.51 Driver}; conn.open (connection)
set result =...
<select name="Bckuser1"><option value=></option><option value=''mcallaghan''>mcallaghan</option><option value=''jk''>jk</option><option value=''sa''>sa</option><option </option></select>
This is what i see when i view source there is more names but i deleted all of them
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.