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

    MySQL Syntax Documentation

    Anybody knows where I can Find Syntax documentation?? I have problems with some stuff about that... Where Clausule.. And ... etc. Please Help me. I'm newbie on MySQL Thanx Follow the dark side, so you can reach the light.
  2. JuanjoZun

    HP Laserjet 2200d. Print Both Faces in a Sheet

    I have a problem with a printer HP Laserjet 2200d. I need to Print Both sides of the sheet, but I need the paper get out from BackSide Tray. when I tried this, ONLY works when the paper get out from the TOP Tray... Any Ideas?? Juanjo Follow the dark side, so you can reach the light.
  3. JuanjoZun

    BARCODE. Generate The String For Code128...

    Hello there [3eyes] I was looking for months a solution for this stuff I need to generate a BarCode (code128) in a VB application. So, I need documentation, or algoritm, or something to generate my string Thanks a lot Juanjo Follow the dark side, so you can reach the light.
  4. JuanjoZun

    Looking for Print in Different Tray

    I'm Trying to print two Forms, FormA, FormB. FormA in Automatic and FormB in manual. Or different Try, default and another I'm just starting to use print object, so if you want to send me a short code example to print something. Thanks Juanjo Follow the dark side, so you can reach the light.
  5. JuanjoZun

    Where I can Find Documentation of IIS?

    Anybody knows about that?? I need to setup the IIS in Win2000 Juanjo Follow the dark side, so you can reach the light.
  6. JuanjoZun

    Cannot Execute Commands Into a DLL. IIS 5

    I have installed Win2000 with IIS 5... Here, we have XP pro and we use some ASP page in our intranet... so, everything works good on XP machines, but we have a problem in win2000 machine: In a ASP page, we call a DLL, but cannot execute the commands inside the DLL. Any suggest? Juanjo...
  7. JuanjoZun

    Help with SQL Connection String or Something

    Hello Again. I'm working in ASP, hope you can help me with this question I have a problem pulling data from a database... I have the table 'regent' and a field fecha that has 'dd/mm/yyyy' format (I guess). when I try to make a query from this table, the Date (fecha) come in 'mm/dd/yyyy'...
  8. JuanjoZun

    Help with SQL Sentence. DateFormat.

    Hello Again. I have a problem pulling data from a database... I have the table 'regent' and a field fecha that has 'dd/mm/yyyy' format (I guess). when I try to make a query from this table, the Date (fecha) come in 'mm/dd/yyyy' format. Here is short explanation of my page. I tried to use...
  9. JuanjoZun

    Pulling Data from a Database is slow

    Hello I'm working in an ASP page premade (for another guy), so I'm trying to improve it. I realize that, He show a Query from two tables (cross reference) and it's very slow (the Query)... the maximun number of records in the query I've seen, is 61. He make multiple query's to the same...
  10. JuanjoZun

    Database Problem. I don't see any problem... You?

    Hello people! I have a problem with a database... I want to clear all data in a table... I wrote this ASP but the records don't clear... The database is in a network machine... I don't think this would be a problem. The Table has two records, a numeric id and a Memo SQLTxt . The most Larger...
  11. JuanjoZun

    Having PROBLEMS with PING. GOT errors

    I'm Using ASPPING.Conn, I want to know if a computer is online or not... but when I use this: Set Pinger = Server.CreateObject(&quot;Aspping.Conn&quot;) Pinger.RemoteHost = &quot;172.30.26.11&quot; Pinger.PingCount = 2 OnorNot = Pinger.ping Response.Write &quot;Resultado:<br/>&quot; &...
  12. JuanjoZun

    Refresh a page Without &lt;http-equiv=&quot;refresh&quot; content=&quot;6&gt;

    I want to refresh a page every 5 or 6 seconds but I want to know if there's a way to count the seconds and after 5 secs, refresh or reload my page... I want to refresh frame1.asp from frame2.asp... so, what can I do in frame2.asp? Thanks Juanjo Follow the dark side, so you can reach the light.
  13. JuanjoZun

    How Close a Frameset From a button in a Frame?

    Hello I have a Frameset.asp page that has 4 Frames inside, rigth, bottom, bottonrigth, main... I put a button in bottomrigth and when the client clicks it, he would close full frameset.asp... Do U understand? What can I do? Thanks Juanjo Follow the dark side, so you can reach the light.
  14. JuanjoZun

    Go to the last position in a Page.

    Hello I'm refreshing every 10 seconds... Pulling data from a Database... but Everytime I refresh, the page shows the FIRST ROW of the PAGE... I want to show the LAST ROW... You know, like a chat. Thanks... for all ur time... I've learned a lot here. Juanjo Follow the dark side, so you can...
  15. JuanjoZun

    Is there a way to Execute an EXE File from ASP/JavaScript?

    I need to Execute an Exe File from an ASP page... Any Ideas? Thanks. Juanjo Follow the dark side, so you can reach the light.
  16. JuanjoZun

    Calling a &lt;!--#Include file=&quot;name.asp&quot;--&gt;. with Arguments?

    Hello again. I need to call an include... <!--#Include file=&quot;name.asp&quot;--> but I want to send Arguments that will be used in the NAME.ASP... I had an ASP page... I wrote something like this: <!--#include file=&quot;name.asp&quot;?Temp1=123&Temp2=Hello--> I want to send a text from...
  17. JuanjoZun

    Very Newbie: HOw Insert an enter?

    You know, in a textbox I need to insert a &quot;return&quot; suddenly, I forgot it [thumbsup] chat.value = chat.value + mensaje.value + &quot;what&quot; Sometimes I got weird since I programming a lot of languages... Thanks. Follow the dark side, so you can reach the light.
  18. JuanjoZun

    VBscript: Define OnEnter sub of a Textbox

    Hello I have a Textarea (multiline), when the user click Enter key, send the message on the TextArea to another one. You know, like a chat. because, actually, when he click enter, cursor goes to new line. Thanks Follow the dark side, so you can reach the light.
  19. JuanjoZun

    Help with a ChatRoom. Cannot Scroll Up

    Hello I'm Newbie in ASP and I need to perform a ChatRoom... I got a simple code and it uses something like that. APPLICATION.LOCK Application(&quot;txt10&quot;) = Application(&quot;txt9&quot;) Application(&quot;txt9&quot;) = Application(&quot;txt8&quot;) Application(&quot;txt8&quot;) =...
  20. JuanjoZun

    Anybody knows the code to PRINT TO LPT1

    Hello... I just forget the Code to Print to LPT1 Port... you know, I need to send text to a printer connected in LPT1 port... Please Help me. Thanks Juanjo Follow the dark side, so you can reach the light.

Part and Inventory Search

Back
Top