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: tty0
  • Order by date
  1. tty0

    OST issues

    I have a problem, I have a client with a 1.5Gig mailbox whose OST will not recieve new emails from the server after recently upgrading to a new server. We sucessfully rejoined the new domain and synched the emails before the client flew out to china from the UK. Since then outlook just sits and...
  2. tty0

    command line print to file

    Unfortunately the system i have to send it to only accepts PCL files. I start off with up to 200 different rtf templates, replace some text and save the rtf file. Then i have to convert the rtf file into a pcl file, (which in windows the print to file works great) but this all has to be done...
  3. tty0

    command line print to file

    Hi Southbeach, Thanks for that class, it saves a lot of code should I need to go down that route. I could use that and write straight to file using file IO. However, the windows print to file option would automatically write a string containing the original file data into pcl format...
  4. tty0

    command line print to file

    Now then, I need to take an rtf file and print to file as i need a pcl file generating. My thoughts were to just put the command through exec i.e. exec("cmd PRINT c:\\test.txt /D: FILE"); However, this doesnt work for me. So i have tried using WSHscript as per below to see if i can get...
  5. tty0

    Industry recognised Macromedia Qualifications??

    Hi there, there are courses that macromedia do which give yo ua recognised qualification ( http://www.adobe.com/support/training/certified_professional_program/ ) I know our local colleges and uni's have courses in macromedia but in my experience they werent that good at all and were not...
  6. tty0

    Outlook Express locks up!

    Hi have you tried a) backup your dbx files b) system restore c) running ie6 setup and if you still have the same problem try to delete the Folders.dbx file while outlook express is not running and once deleted open outlook express again. Express does have an issue with corrupt dbx files ref...
  7. tty0

    for problem

    * to clflava, Im not thinking straight today :-) 'mi casa es su casa' ]-=tty0=-[
  8. tty0

    for problem

    hi you need to change the code to: for ($i=0; $i<2; $i++){ echo '&lt;menu&gt;&lt;gallery name="'.$i.'"&gt;'; } 'mi casa es su casa' ]-=tty0=-[
  9. tty0

    for problem

    are you trying to generate an xml file using this? At the moment your code would show half an xml tag in the source of a page. i.e. <menu><gallery name="0"><menu><gallery name="1"> 'mi casa es su casa' ]-=tty0=-[
  10. tty0

    tripwire?

    Hi all, I have a client that has windows xp home (not pro) i realise this forum is for pro but there is no home forum so i thought i would give it a shot. They have a set of files that they are suspisious of someone else viewing them. If you right click a file the last accessed property shows...
  11. tty0

    reference not found error

    right im a bit stuck heres the problem i have taken this right back to basics and started a new console app project and done the following steps: added refrerence to Microsoft Outlook 11.0 added "using Outlook:" to the code and i get "the type or namespace 'Outlook' cannot be found" I have...
  12. tty0

    LAN to LAN DNS resolution

    neither are set to primary server1.networkA.local runs its own dns server1.networkB.local runs its own dns neither dns are aware of the other. Im sure its as simple as forwarding dns records between servers or making one dns server primary and secondary. no clients on the opposing site can...
  13. tty0

    LAN to LAN DNS resolution

    Hi, quick problem, This is the setup: Network A has many clients and an sbs2003 server, the internet is managed by a VPN firewall router and has its own internet connection. Network B is exactly the same as network A but at a different location and both networks are connected via a VPN...
  14. tty0

    find command

    Hi all, im new to linux and i have a bit of a problem with one of the servers we have for websites. I understand that the server logs access and transfer are made by the web user account. However during the past 12 months the web account file usage has gone through the roof. So my pronblem...
  15. tty0

    java compilers

    ok many thanks :-) 'mi casa es su casa' ]-=tty0=-[
  16. tty0

    java compilers

    Hi there, i have a java file i need to compile to use as a class inside a web page. Im on the understanding that i have to compile from source which i have but is there any lite compilers out there rather than downloading the 111Mb compiler form java? Id go get it but i dont see me using java...
  17. tty0

    mail script error with strtok

    hanks for the explanation, I have changed the headers in the email so it must have been something to do with that, but im still not sure why a malformed email address would have any effect on the headers when the mailto field and the recipient fields were correctly formatteed. :-) cheers 'mi...
  18. tty0

    mail script error with strtok

    ive tried that but it doesn't process the script at all. Its like if there is no carriage return or new line characters then it doesnt store anything. Yet if I comment out the strtok lines and let the email address pass through the script normally it still doesnt process. Yet if i use strtok...
  19. tty0

    mail script error with strtok

    Hi all I have got a problem, i have taken a script but theres one part I dont understand, It works for me when I write the mail line and variables myself but when i use this script it falls over. As I say i have written my own but i'd still like to understand why this fals on its arse. The...
  20. tty0

    deleting parent and all child records

    eric, i take it your talking about this command: ALTER TABLE yourtablename ADD [CONSTRAINT [symbol]] FOREIGN KEY (...) REFERENCES anothertablename(...) [on_delete_and_on_update_actions] 'mi casa es su casa' ]-=tty0=-[

Part and Inventory Search

Back
Top