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 strongm 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: *

  • Users: markdt
  • Content: Threads
  • Order by date
  1. markdt

    Help with javascript validation

    Hi, I have five select boxes on my ASP web page of which i would like to check against the logged in user id and verify whether or not they are allowed to sign off this particular form. My five select boxes contain a number of different users. My problem arises when the first select box 1 is...
  2. markdt

    WSS 3 Search not working 2436 and 2424

    Hi Im pulling my hair out hear trying to make the search work on sharepoint wss3 sp2. I hope someone here can help me resolve my problem! Setup... Default Website Port: 80 Host head: intra.company.co.uk Sharepoint Port: 80 SSL: 443 Cert installed No host head My sharepoint site runs on...
  3. markdt

    Opportunites reference field counter

    Hi All, I am new to goldmine and we are just going through the setup. We would like to have a counter function on the reference field when adding a new opportunity. I would like to assign it a number + the project name. The project name is a custom field in the other tab. I have looked through...
  4. markdt

    Sharepoint port dns mapping

    Hello All, I have sharepoint v3 installed on port 8080, i would like to access it locally through http://sharepoint.domainname.co.uk. The server it is installed on already has a default website setup an running on port 80. Is it possible to setup DNS or alternate mappings to access sharepoint...
  5. markdt

    CONCATENATE RECORDS

    Hi All, I have a problem where i would would like to add together a list of records based on another statement. The table looks similar to this. Salesnum | SText ________________________________________ 1 | Invoice for 1 | £100 for work 1 1 |...
  6. markdt

    Active directory design

    Hi All, We have a current active directory setup of 5 domains in 5 seperate forests, these 5 domains are at different locations around the country connected via a VPN with standard 1mbps up 8mbps down broadband lines. As it stands they are all trusted so accessing shares and so fourth can take...
  7. markdt

    vbscript msgbox server side using response.write

    Hi All, I have a problem. I have been tasked to produce a upload page, this all works great but i wanted some validation and msgbox popups. Basically if a file already exists i want the user to be prompted "File blahblah already exists do you want to overwrite it?" And a simple yes no box...
  8. markdt

    Consolidating forests

    Hi All, My aim is to use a distrubuted file system across our sites at work. Unfortunately we have six domains in total in 6 seperate forest.e.g. FOREST:companygroup DOMAIN:companygroup.local FOREST:acompanysite DOMAIN:acompanysite.local FOREST:bcompanysite DOMAIN:bcompanysite.local At the...
  9. markdt

    SQL/ACCESS QUERY

    Hi All, I am trying to reproduce a qeury that i use from within access, the code for the query is SELECT MonthName(Month(tblConcern.ConDate)) AS MDate, Count(tblConcern.ConcernID) AS CountOfConcernID FROM tblConcern GROUP BY MonthName(Month(tblConcern.ConDate)); This runs fine within access...
  10. markdt

    Vista business computer description

    Hi All, I ahve just installed Vista Business and it all went smoothly my only problem is that computer description is not visible in "Network". It displays the computer by their name but no description is visible. Any ideas? Thanks Mark
  11. markdt

    Null values FileFields and validation

    Hi All, I have a problem validating FileFields. Basically the code i have is: msds=Uploader.Files("file1").FileName prod=Uploader.Files("file2").FileName I want what is in file1 and file2 in variables msds and prod. Say i enter a valid file path for "file2" and leave file1 blank. When the...
  12. markdt

    Copy and paste depending on next field

    Hi All, I have a problem. My scenario is: If i have A in column A1 then i have B in column A5 and then i have C in column A10 for example, I would like to paste A down to where B starts, then B down to C etc... Im not too good with Excel so any help would be very much appreciated. Thanks Mark
  13. markdt

    ASP Upload and Dynamic combo's retreiving posted data

    Hi, I have solved my lst post problem but i have another now. When using request.form on the page i posted to using the upload code i receive "Cannot use Request.Form collection after calling BinaryRead" Also now my form is using ENCTYPE="multipart/form-data" the dynamic combos do not work...
  14. markdt

    Upload asp problem

    Hi All, I have this piece of code: <FORM METHOD="POST" ENCTYPE="multipart/form-data" ACTION="uploadexmple.asp"> <TABLE BORDER=0> <tr><td><b>Select a file to upload:</b><br><INPUT TYPE=FILE SIZE=50 NAME="FILE1"></td></tr> <tr><td> <INPUT TYPE=FILE SIZE=50 NAME="FILE2"></td></tr>...
  15. markdt

    Upload files asp

    Hi All, I would like to know how i can upload files using asp. i have searched google but they all seem very complicated im after a quick and easy solution. If anyone can point me in the direction i would be very gratefull. Thanks
  16. markdt

    Dynamic combo boxes

    Hi All, I have a number of linked combo boxes on a page. They are updated through some javascript code which submits the page. This is where my problem occurs because i also have standard text boxes, when these are filled in the page is submitted and whatever was in the text boxes is lost...
  17. markdt

    Page refresh onchange submit

    Hi all, I have a number of linked select boxes which when selected performs an onchange command and enters values in the corresponding fields. On this page i also have normal select boxes, the problem occurs when i select a linked select box the page refreshes and the value in the normal...
  18. markdt

    Auto complete combo / text box

    Hi all, i have an asp page which includes a combo box. When a value is selected the onchange event displays another value from the database in a text box below. On this page i also have a submit button. My problem is that i want to be able to submit my form to another page other than this one...
  19. markdt

    ASP security

    Hi all, I have a problem/question regarding securing an asp system. Basically a user logs in and enters a customer concern which gets inserted into the database and the link to this concern is sent to the quality manager via email. The quality manager then clicks the link and appears the...
  20. markdt

    Problem with insert into statement

    Hi people, Got an issue inserting an SQL statement into access db. It builds the sql like: INSERT INTO tblConcern ("comments") VALUES ("something here with a apostrophe ' blah blah") Basically the problem arrises when someone enters an apostrophe. My code is below...

Part and Inventory Search

Back
Top