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. cazeno

    winsock and *.bas files ?

    ...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 them? inside the exe afterwards? ok thats all for now ;)) cazeno
  2. cazeno

    winsock and dial up networking

    ...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 them? inside the exe afterwards? ok thats all for now ;)) cazeno
  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

    ...set myConnection = Server.CreateObject(&quot;ADODB.Connection&quot;) myConnection.Open &quot;DSN=ph;UID=sa&quot; SQLQuery = &quot;select * from &quot; & tablename if Request(&quot;tablename&quot;) = &quot;item&quot; Then SQLQuery =&quot;select...
  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....

    ...set myConnection = Server.CreateObject(&quot;ADODB.Connection&quot;) myConnection.Open &quot;DSN=ph;UID=sa&quot; SQLQuery = &quot;select * from &quot; & tablename if Request(&quot;tablename&quot;) = &quot;item&quot; Then SQLQuery =&quot;select item_id,descr,serial from...
  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?????

    ...set myConnection = Server.CreateObject(&quot;ADODB.Connection&quot;) myConnection.Open &quot;DSN=ph;UID=sa&quot; SQLQuery = &quot;select * from &quot; & tablename %> <% If Request.QueryString(SQLQuery)=&quot;select * from item&quot; Then SQLQuery = &quot;select...
  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

    ...Sub set myConnection = Server.CreateObject(&quot;ADODB.Connection&quot;) myConnection.Open &quot;DSN=ph;UID=sa&quot; SQLQuery = &quot;select * from &quot;& tablename set RSTitleList = myConnection.Execute(SQLQuery) %> <input type=&quot;submit&quot; name=&quot;proc&quot...
  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

    ...set myConnection = Server.CreateObject(&quot;ADODB.Connection&quot;) myConnection.Open &quot;DSN=ph;UID=sa&quot; SQLQuery = &quot;select * from &quot; & tablename set RSTitleList = myConnection.Execute(SQLQuery)%> <p>&nbsp;</p> <table cellpadding=2 cellspacing=0 border=1> <tr...
  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
  16. cazeno

    non standart ascii code!! how to filter this

    hi nick for example i have a record with some signs which are not in standart ascii code table .... i mean how do i search and replace this....can i change the code table in runtime or use two ascii code tables at a time...i didnt found something yet...dont know how to explain it better--in...
  17. cazeno

    non standart ascii code!! how to filter this

    hi this is the second post...and i still found no solution for that. i have to filter out non standart ascii signs - like in finnland or russia exist...it is not working just with a update and replace....
  18. cazeno

    non standart ascii code filter?????

    i have to write a filter function for a database. some of the fields contains non standart ascii code. how can is search for that??? caz
  19. cazeno

    non standart ascii code filter????

    i have to write a filter function for a database. some of the fields contains non standart ascii code. how can is search for that??? caz
  20. cazeno

    win 98 network neighborhood access to win 2k domain

    i've got the same problem with nt4 server and win98. the solution was that first i added the computers to the domain. you can do this in active directory user console. then 'cause it didnt work still i synchronized the time on the win2k pdc from the nt4 server - like - net time \\nt4server /set...

Part and Inventory Search

Back
Top