Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Dijital

    data manipulation within an EditItemTemplate field on Autopostback

    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...
  2. Dijital

    multiple DataKeyNames to pass selectedvalue from Grid -> Detailsview?

    I have been playing with this for a few hours now and I just cannot understand what I am doing wrong. I have a table of assets, tied to Users via fname, lname. ID - fname - lname - sn - type 1 - John - Smith - 1234 - laptop 2 - Jim - Mack - 9876 - laptop 3 - Jane - Does - 4567 - laptop 4 -...
  3. Dijital

    Pass Through Guest Access in BOXI

    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...
  4. Dijital

    Report Fails in CE 9 with Unable to connect: incorrect log on paramete

    Yes I the DB info is populated in ce.. I will try to run the report natively onn the box today to see what the answer is to the second piece...
  5. Dijital

    Report Fails in CE 9 with Unable to connect: incorrect log on paramete

    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...
  6. Dijital

    Cannot Ping Linux Mandrake 10 from other Win PC

    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.
  7. Dijital

    Cannot Ping Linux Mandrake 10 from other Win PC

    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.
  8. Dijital

    Cannot Ping Linux Mandrake 10 from other Win PC

    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...
  9. Dijital

    compute value of one field from two others on same form

    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...
  10. Dijital

    compute value of one field from two others on same form

    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...
  11. Dijital

    Request.ServerVariables("LOGON_USER")

    ralphtrent has the right idea... to see the actual username you need to uncheck the "Allow anonymous" on the directory sercurity tab. Jim
  12. Dijital

    compute value of one field from two others on same form

    okay I understand how to call it, but how do I reference the other form text fields within the sub? Jim
  13. Dijital

    compute value of one field from two others on same form

    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(&quot;n&quot;,intstart, intend) end sub %> <form name=&quot;summary&quot;> <input...
  14. Dijital

    State &gt; City &gt; location (3) listboxes cascading/updating

    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...
  15. Dijital

    State &gt; City &gt; location (3) listboxes cascading/updating

    I want to start off by saying THANK YOU 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...
  16. Dijital

    State &gt; City &gt; location (3) listboxes cascading/updating

    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...
  17. Dijital

    Forward recordset info into form on next page

    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, &quot;Process&quot...
  18. Dijital

    Settting up W2k DNS internal/external

    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...
  19. Dijital

    network vs. pcmcia init sequence

    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): &quot;/sbin/chkconfig --del pcmcia&quot; then...
  20. Dijital

    network vs. pcmcia init sequence

    Lawrence, Thanks very much for the steps! Thats exactly what I was looking for! It worked like a charm. No more nasty &quot;failed&quot; errors... Much appreciated! -JimConnors

Part and Inventory Search

Back
Top