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

    session variables lost in forwarding

    Hi, I'm having a problem with session variables that I think you guys can help me with. I forward the requests to www.address1.com to my webspace, which is in www.address2.com I use stealth mode in forwarding. So far, so good. However, when I try to use sessions under the directories of...
  2. derketa

    Modifying user resources on run time

    Hi all, I have res files included in my exe, and i want to modify the resource strings in them on run-time, like joining two res files or extracting some string from one of them adding to one other. is it possible? thanks,
  3. derketa

    request variable?

    Hi, I need to redirect my page to itself on th onChange event of the select box with the value selected.I am using: <script language="javascript" type="text/javascript"> function redirect(URLStr) { location = URLStr; } </script> .... <select name="select_project" id="select_project"...
  4. derketa

    posted variables indefinite number

    Hi, I am posting variables to a new page,i have n variables like $_POST[s1],$_POST[s2],.... i want to update my database but i could not write the variable names in a for loop for ($i=1;$i<=;$count){ $startDate=$_POST["s".$i]; } but did not work:) in fact i dont know how to write variable...
  5. derketa

    script problem

    I have a simple script runs correctly on my computer: function checkSel(){ if(document.form1.select1.value=='selected') { document.form1.select2.disabled = true; } else { document.form1.select2.disabled = false; } } </script> ... <form name="form1" method="post" action="">...
  6. derketa

    Ram problem

    Hi, I have a p2 with Asus P2B 440BX motherboard. I bougth 2x256MB SD 100Mhz ram and tried them. (removing old ones) They worked as 128 both separately. Then i tried other rams,they all showed the half value. Then i updated the BIOS, but could not solve the problem. Can anyone help me about...
  7. derketa

    session var problem

    Hi all, I am trying to pass some variables across pages by session method.like: session_start(); .. session_register("sUserName"); ... it gives these errors: Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/domains/web- Warning...
  8. derketa

    need help for a simple code

    Hi there, i have a php+mysql dbase and i have been using it for a year. I added a new page but i can not make this simple code work: $result=@mysql_query("SELECT all FROM workers "); while ($row=mysql_fetch_array($result)){ ..... } just a simple output for screen but i can not find the...
  9. derketa

    Safari pdf print problem

    Hi all, There is a problem with printing pdf files with mac safari browser(I mean not printing at all when opening pdf in the browser). Need advice on the subject if anyone had dealt with the problem or knows a solution. thanks
  10. derketa

    Safari pdf print problem

    Hi all, There is a problem of printing pdf with safari browsers on mac. Is there anybody who dealt with that problem? I do need some advice or comment on the subject. Thanks a lot.
  11. derketa

    looking for a programme

    Does anybody know a freeware to keep a library documentation? I have some documents and want to classify and keep them in an order. thanks a lot.
  12. derketa

    script needed

    is there a php script to reach the database of another site. i mean just like looking your mail from another page, by sending password and username and getting the mails thanks
  13. derketa

    phprojekt

    Is there anyone who uses phprojekt? I am trying to install it to my website but i could not make it work, i have a limited knowledge on php also:(
  14. derketa

    IE6 problem

    I am using a javascript dropdown menu on my web site.I ve been working on in for a week.I used a web menu builder programme. i put this line where i want menu to be: <DIV class='wmbmenubar' id=&quot;RTBMenuc_r&quot;></DIV> <SPAN class='wmbmenupin' id=&quot;RTBMenuc_rpin&quot;></SPAN> I am...
  15. derketa

    What can i do if the fields in a database is variable?

    I need to design a database with a few tables.If i must describe briefly, I will store some documents with its contents, writer, keywords etc.I have a lot of same type documents with different page numbers(all pages have the sama data fields).I have a field preserves the number of pages of each...
  16. derketa

    Need starting advice for a new programme

    Hi all there, I will start a new project and i need some advice: A commercial program will be like a book in a CD containing problems(e.g:Maths),That is, i have to store images and texts in the CD. The questions will be as it seems in a book, but the answers will be explained with flash...
  17. derketa

    running time of an excel macro

    Hi, I want to get the run time of an excel macro.I mean i need to measure how long it gets to finish the macro on an excel document.I have several data sheets and i must measure the time difference among them.How can i do that? Thanks a lot.
  18. derketa

    Primary key?

    I will ask a very simple question.I created a database with access and defined some fields and also an identity field.I took this file with ADODB connection and i want to write a code to add new records to this database file. I looked at some books and also MSDN for help but i could not...
  19. derketa

    Visualism

    As a graphical designer, i don't like visual quality of VB objects or controls.For example i want to add buttons(as in flash)to my program.Or i want to change the appearence of forms etc.Is there a way to create my own forms or buttons in VB? Or should i use some tricks to do so? I will be very...
  20. derketa

    &quot;SDM Alert&quot;

    When i try to open a new or an existing file Access gives this message: FRetrySdm Error What does it mean?I re-installed Access2000 ,still gives the error.

Part and Inventory Search

Back
Top