I'm writing a small app to track the assets within our organization. When editing an existing record (in a detailsview form) I have three fields: Purch_Month, Purch_Year and Repl_Year.
The first two (Purch x 2) are already populated when the record is created outside the app. When editing the...
...4 - John - Doesnt - 1289 - laptop
5 - Scooby - Doo - 8472 - laptop
Gridview1 = select distinct(fname,lname) from table
Detailsview1 = select * from table where (([fname] = @fname) AND ([lname] = @lname))
If I do this in my sandbox with two tables (Users and Assets) things work fine.
If I do...
Our enterprise jus moved from a CE9 to a BOXI setup.
In CE9, accessing the Guest view of eportfolio was simple; a default link to eportfolio without logging in showed you all reports that were evailable to the general public.
In XI, I'm told this is not possible. I dont have access to the...
I have a report that uses two datasources: 1) an excel spreadsheet and 2) a Oracle 9 db. It has a liked subreport. The Subreport pulls against view A from Oracle, and the Main uses the Excel and view B from oracle. The excel spreadsheet is referenced via a fully qualified location...
Let me clarify - From an Xterm, I can ping the loopback, and the assigned IP (This is from/to the same box.)
From other boxes on my network I cannot ping the linux IP. BUT, I can telnet to it. It almost seems like it is not responding to echo requests, but is listening for telnet port requests.
The security level is set for a normal desktop; believe this is "Normal".
I'm planning on using this as a server, but wanted to manually make all the needed security changes for learning purposes.
I guess it's not a big deal, but I currently cant ping my linux box from another system. I can ping the loopback, assigned IP, access the internet (obviously eh?), and I can ping other resources, but cannot ping the linux box.
Dont think it's impacting me negatively currently, but just was...
Chopstik,
I spent about 2 hours last night trying to sort it out... got precisely no where. Kept getting "object Expected" and "character missing ';'" errors.
I decided to solve it a different way; I dropped duration off the summary, and I'm going to break down the outages...
Chopstik,
Exactly! I cant get the sab to assign the proper values that are currently in the textboxes.
The idea is that if the time changes in either the start or end time field, it raises the onchange, calls the update() sub, crrent values for the start and end are passed to the variable...
If I have the following code:
(not exact, just a rough idea)
<%
sub update()
Dim intstart, intend, intresult
intstart= *FILL IN THE BLANKS*
intend= *FILL IN THE BLANKS*
intresult = datediff("n",intstart, intend)
end sub
%>
<form name="summary">
<input...
Mit99,
So I've given up on finding a vbscript version, and have decided to give your example a try.
I have taken the code and plugged it in accordingly.
I was left with a blank pulldown that did nothing - so I'm guessing I'm missing something.
I placed options in the select group like so...
...MIT99!!!
Now for the sheepish apology, but amidst my third all nighter, I neglected to point out that I was looking for a VBSCript example to use. *oops!*
Thank you very much Mitt99, hopefully someone can use that example - it is quite complete.
If anyone knows a VBScript version of this...
I'm trying to figure out how to create three cascading listboxes that update one another.
List box 1 = State (onchange, should update list box 2)
list box 2 = City (onchange, should update list box 3)
List box 3 = Location
My company has retail locations (~11,000) around the US. The goal here...
I have a temptable that is fed from a ticketing system. There are 5 fields.
Currently, I have the users logging in, and selecting unprocessed tickets. When they select it, the recordset opens and displays the 5 fields on the page. I want to have a link for them to click, "Process"...
I am looking for some irection here; I'm in a little over my head at this point.
I am setting up a small network of servers (old HP VL6's) all win2k advanced. I'm have a registered Domain, and want to set up my system for resolution from the internet for www.mydomain.com.
Here's what I'm not...
As a follow up, I wanted to detail exactly what I had to do to fix this problem, just in case others have the same issue in the future:
1 - Opened Terminal and ran su to gain root access.
2 - with root access I entered (without the quotes):
"/sbin/chkconfig --del pcmcia"
then...
Lawrence,
Thanks very much for the steps! Thats exactly what I was looking for! It worked like a charm. No more nasty "failed" errors...
Much appreciated!
-JimConnors
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.