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 bkrike 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: paulcarey
  • Content: Threads
  • Order by date
  1. paulcarey

    4 days of hell

    I have spent 4 days, yes 4!, searching , reading and not understanding a word about getting a combo box in a datagrid. I have a class I call it, nothing happens, no errors, just me screaming! If I show my code could someone tell me whats wrong? Theres a mars bar in it! 'This is the form it's...
  2. paulcarey

    workgroup replication

    anybody got some wizardry to copy workgroup user/groups/perms etc. from old to new. Got an access 97 that needs upgrading to 2000 and I don't ant to sit here typing it all in
  3. paulcarey

    db_owner

    I've got an access project linked to SQL Server. My problem is that when someone opens the project the views have a (dbo) suffix "vuWhatever (dbo)" which throws an error ie doesnt exist as I'm calling "vuWhatever". I've added db_owner to the user as I thought this would solve the problem but...
  4. paulcarey

    Rich Text formatting in asp

    Has any body got any code/a class etc. that would format successfully on an asp page. I have a VB app that uses Microsoft Rich TextBox 6 (SP4) so that bold/italic/underline can be used. The back end is SQL Server which in turn feeds an asp page. At the moment any formatting shows up as rich...
  5. paulcarey

    Error message with javascript

    The following code results in the new page opening but the launch page displaying '[object]'. When using view source [object] is all there is. Any ideas? <a href=&quot;javascript:window.open('testwindow.asp','a','toolbar=no,statusbar=no,scrollbar=no')&quot;> <img src=&quot;del.gif&quot...
  6. paulcarey

    I'm trying to use this code as a hy

    I'm trying to use this code as a hyperlink and have tried a million variations. Can anyone point me in the right direction? I know this horribly wrong! <a href=> <SCRIPT language=&quot;javascript&quot;>...
  7. paulcarey

    Positioning to an option in a dropdown

    How do I position a dropdown to a defined option. I have a dropdown that is populated from a table. I can get the id or text variable for the dropdown items from a querystring. Sections of my code looks like this so far Any ideas? Paul <% dim ID dim iSystem dim sSystem ID =...
  8. paulcarey

    Tabs

    Is there anyway of producing a tab navigation page without using an applet?
  9. paulcarey

    date variable in sql call

    I've got this in the IIS forum as well but I thought someone here might be able to shed some light. I have an Access97 database storing dates in UK format. I have an IIS5 server running an ASP page that drags dates from the database and uses them in SQL calls to drag out more info. The server...
  10. paulcarey

    IIS5 / Access97 date issue

    I have an Access97 database storing dates in UK format. I have an IIS5 server running an ASP page that drags dates from the database and uses them in SQL calls to drag out more info. The server is set in UK format but when the date variable is passed as part of the SQL call it seems to...
  11. paulcarey

    closing quotes

    apparently this is missing closing quotes but I can't find where? system(&quot;c:/progra~1/apache~1/apache/bin/wzzip \&quot; c:\\progra~1\\apache~1\\apache\\htdocs\\prodacc\\d ownloads\\&quot;.$name.&quot;.zip\&quot; \&quot; c:\\progra~1\\apache~1\\apache\\htdocs\\prodacc\\d...
  12. paulcarey

    *&quot;%$* Zipping!!!!!!!!!!!!!11

    This is mky fifth working day trying to make zipping work! Are there any professionals out there who can help. I am running Apache on Win2000. I have wzzip.exe in the bin folder. I'm trying to run this code but nothing happens. exec(&quot;/bin/wzzip&quot; &quot;c:\\program files\\apache...
  13. paulcarey

    Please help before I scream

    winzip32.exe -a -en c:\test.zip c:\strbud.txt This is an example of what I want to call in a php page. I call this from cmd. How do I do this? I am running Apache on Win2000 server where winzip32 is in /Bin. If you want me to scream suggest that I run this on a poxy Linux box...
  14. paulcarey

    Ugent help needed

    I am running Apache on Win2000. This code doesn't work...why? Exec(&quot;/bin/tar -cvf $name.tar $name&quot;); Exec(&quot;/bin/gzip $name.tar&quot;); Exec(&quot;rm $name&quot;); Exec(&quot;rm $name.tar&quot;); $name .= '.tar.gz'; echo &quot;Download filename = <font...
  15. paulcarey

    gzip and tar

    I have gzip.exe and tar.exe in the bin folder of Apache running on win2000. They don't work. Do I need special versions or configuration meddling?
  16. paulcarey

    GZIP

    I am a man who despises Apache/Linux/PHP so please bear with me. I'm trying to get gzip going on my server. So far I have downloaded 7 files. There in no help file and I cannot find any sites to help. Is there anyone who can help.
  17. paulcarey

    Utter beginner

    I have a site that has a download button that throws up an error when pressed. In the error log this is printed: premature end of script headers: c:/php/php.exe What does it mean? What do I do? Please bear in mind I am not an administrator and therefore will be easily blinded by Jargon...
  18. paulcarey

    hyperlink in dropdown

    can anyone sort this for me. The first &quot;write line where I try to specify te option value. So far I've managed to display the value but not as the hyperlink. Very frustrating!! Cheers! rs.Open Sql, conn response.write(&quot;<form>&quot;) response.write(&quot;<select size=3>&quot;) do...
  19. paulcarey

    The usual English Date Format

    I have a function: Function EnglishDate(dDate) y = year(dDate) m = month(dDate) d = day(dDate) EnglishDate = d & &quot;/&quot; & m & &quot;/&quot; & y End Function If I feed it a date ie (#03/06/02#) then it returns 06/03/02 as I want. However if I feed it variants obtained from an SQL...
  20. paulcarey

    Date Format

    I looked through all the posts ad haven't been able to solve my problem. It's the usual UK/US date problem. My regional settings on the server are UK. The date is beng input to the database as UK but no matter what formatting I try I cannot get it to display from the database as UK...

Part and Inventory Search

Back
Top