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

  1. casperovjp

    how to make a toolbar appear at the bottom as a default

    I already found out a solution... Just incase somebody encounter the same problem, see the code below CommandBars("mytoolbar").Position = 3 '0-left '1-top '2-right '3-bottom
  2. casperovjp

    how to make a toolbar appear at the bottom as a default

    I have a custom toolbar and when my form shows the toolbar, it appears at the top. I wonder if there is a way to have the toolbar appear at the bottom as default.
  3. casperovjp

    Can not connect to localhost

    Thanks wishdiak! For all the help. I'll check sourceforge if they might have something.
  4. casperovjp

    Can not connect to localhost

    Active Connections Proto Local Address Foreign Address State TCP OCthree:http OCthree:0 LISTENING This is from a working apache host... it is listening to http... on the one that is not working there is no entry for http... I think that is my...
  5. casperovjp

    Can not connect to localhost

    I am using phptriad... it will install php and mysql... I also have the same problem when I was using IIS.
  6. casperovjp

    Can not connect to localhost

    Port is listening to 80... I run netstat -a ... I dont see any port 80... How do I make it listen to port 80....
  7. casperovjp

    Can not connect to localhost

    yes it has entry for localhost: 127.0.0.1 localhost
  8. casperovjp

    Can not connect to localhost

    it has an index.html file... if that is what you mean I also tried to telnet localhost 80 and it cannot connect.
  9. casperovjp

    Can not connect to localhost

    I can not connect to localhost... running Apache (IIS doesnt work either)... Although tomcat can access it through (port 8080 or something like that) I disabled my firewalls and virus protection... even disconnected by computer from the network...
  10. casperovjp

    moving email with IMAP

    Thanks thats a great idea. Now all I need to know is how to make a lock file. Do you know how or at least point me to the right direction. Thanks!
  11. casperovjp

    moving email with IMAP

    I'm trying to move email from one folder to another. On that part I was successful. But if two or more people move the same email at the same time it will make several copies of that email, one for each request. I want to prevent this from happening. I'm thinking if it is possible to make...
  12. casperovjp

    IIS not working when sharing internet connection

    My IIS was working when I was not sharing my internet connection. Now it is not(in some way). The scripts will cause a "page can not be displayed" error but basic HTML works just fine. But the rest (coldfusion, ASP, ASP.net, PHP) does not. I'm not particularly sure that the sharing connection...
  13. casperovjp

    Cant browse but messenger can connect

    My ie can not browse through the internet but windows explorer can. When install Netscape 7.1... it can not connect to the internet... yahoo messenger can... I dont have any firewall installed... Please help!!!
  14. casperovjp

    Java class and Coldfusion 5

    I'm trying to parse an XML string into a XMLDoc (so I could transform it using an XSL doc).... I was able to do it with a XML File but a XML string... I found out that I need an InputSource and a String Reader... But I don't know how to put them together.... Here is the first part of the...
  15. casperovjp

    Sending a ColdFusion e-mail in both plain text and html

    Hi! Can you send me your custom tag too? jpizarro@telus.net
  16. casperovjp

    Problem passing date to a stored procedure

    The stored proc is expecting a smalldatetime datatype. I tried changing it to CF_SQL_CHAR but to no avail. Then the CreateDate still gave me a datatype conversion error.
  17. casperovjp

    Problem passing date to a stored procedure

    [Microsoft][ODBC SQL Server Driver]Optional feature not implemented This is the error that I am getting. CreateODBCDateTime doesn't work either.:-(
  18. casperovjp

    Problem passing date to a stored procedure

    I have a problem passing a date parameter created using CreateODBCDate to a stored procedure here is the code <cfset yourDate = CreateODBCDate(&quot;#URL.month#/#URL.day#/#url.year#&quot;)> <cfstoredproc datasource=&quot;workflowdblocal&quot; procedure=&quot;sp_retrieve_sked&quot;>...

Part and Inventory Search

Back
Top