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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cazeno

  1. cazeno

    winsock and *.bas files ?

    hi are there any active x controls or code samples for dial up networking and esspecialiy for winsock using ftp and dun. which files do i need - like i read about wininet.dll socks.dll (or so) and winsock.dll how to i use them? and finally what are *.bas files ? and where to i have to place...
  2. cazeno

    winsock and dial up networking

    hi are there any active x controls or code samples for dial up networking and esspecialiy for winsock using ftp and dun. which files do i need - like i read about wininet.dll socks.dll (or so) and winsock.dll how to i use them? and finally what are *.bas files ? and where to i have to place...
  3. cazeno

    how to move through records with button

    have a question how to i move through records with buttons....i tried several ways but none of them works. here is the code i wrote so far for one of the documents. if i click on a button nothing happens <%@LANGUAGE=&quot;VBScript&quot;%> <!-- #INCLUDE VIRTUAL=&quot;adovbs.inc&quot; --> <html>...
  4. cazeno

    important please help! i have a problem with buttons and or forms

    hello again i have a problem....i created some buttons to move through the recordset in the asp page. k problem is that if i click on a button not the next recordset i coming in the textfields .. no its going straight to the listbox menu´again. and so on. only if i click on submit in the form...
  5. cazeno

    hello again i have a problem....

    yeah but afterall i deleted the rows rec.AbsolutePosition but how should i write that with the buttons i mean its still going the show me the listbox and not the next record ....hmmm i dont know please help
  6. cazeno

    hello again i have a problem....

    hello again i have a problem....i created some buttons to move through the recordset in the asp page. k problem is that if i click on a button not the next recordset i coming in the textfields .. no its going straight to the listbox menu´again. and so on. only if i click on submit in the form...
  7. cazeno

    if then else basically how to do it?????

    i figured this one out .... if you have an if statement and multiple elseif's you only have to end it with a single end if. not like in vb where for each if must be an end if k it works so .... thx for help anyway caz
  8. cazeno

    if then else basically how to do it?????

    k my problem is always the same....1. evrything seems to be rigth and no error is coming up but the whole if loop or also case is ignored 2. an expected statement error message is coming up here is my code if u can help me would be nice...really <meta http-equiv=&quot;Content-Type&quot...
  9. cazeno

    where is the error

    thx to u both.... it works *g* im a little bit sorry for myself that i couldnt make it on my own..but its the first step. caz
  10. cazeno

    where is the error

    no nothing :( mean nothing now he submits something...i understand the code above but i still dont know how to put this into the variable. if i click on my submit button HTTP Fehler 404 this comes up. im no programmer and think this is the problem .... hmmmoh well
  11. cazeno

    where is the error

    this is not returning anything maybe theres something wrong somewhere else i dont now. the first time my code looked nearly like that with the same result if i DIM my_variable without giving it a value from the begging on there is an error cause the variableiis empty... here again the code....i...
  12. cazeno

    where is the error

    but the other problem i have that i dont how to retrieve the value from the selected listbox...... i made it like that but nothing is happening at all -------------------------------- Sub proc_onClick() tablename = table.getValue() SELECT CASE Request.Form(&quot;tablename&quot;) CASE tablename...
  13. cazeno

    where is the error

    i want to get the values if one is selected in a listbox menu in a variable but its not working...the variable is always empty.... here is the code <html> <head> <title>Untitled Document</title> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>...
  14. cazeno

    how to choose from all tables in a database

    my problem is that i dont know how to get all tables in an listmenu displayed ?? after that i want to choose a table and the table or some specific rows are displayed. ??can somebody help out with that?? caz
  15. cazeno

    IIS with php; how to use Chiliasp ?

    u can download the win32 binaries from http://php3.de/ or so. then unpack the binaries and there will be a eadme how to setup iis or pws with php. caz

Part and Inventory Search

Back
Top