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

    iFrame with processing from another server

    Hello.. I'm not so familiar with iframes, so i thought i might ask the people here on how to proceed. I have a portal page on one server (let's name this as.. page1 on portal server1). This page will display all the pertinent and general information about the transaction that can be run on the...
  2. ridzz

    Byte (size) problem

    Hi, I have a problem with the variable type byte. At the moment, I have to use an existing Java class which recieves a byte array for its argument and will also return a byte array (byte[]).. But for testing, i hardcoded the Java method to return the array {89,65,80} (Basically making the word...
  3. ridzz

    Form missing in compiled ver not in IDE

    Hi, I am currently developing a program which is ever growing. So once I have reached one goal/stage of the coding process, I'll compile the code.. which my boss will see and comment on. My problem came up a few days ago.. After compiling, the startup form will be missing, when I run...
  4. ridzz

    obtaining the local machine ip address

    Hi.. I would really appreciate if anyone could tell me how to get the ip address to the local machine. And display it in a textbox.. Thanx in advance. p.s sorry.. but i think this question might have been previously asked, but the keyword search is down so can't find any other way to find...
  5. ridzz

    About faq222-92

    Hello there.. I was just wondering something about the faq222-92 by MikeLacey. Does the code apply to all Windows environment or just a specific platform only? (e.g Win 9x, ME or 2000) -RIDZ-
  6. ridzz

    Windows XP Boot Manager

    I want to try something and wonder if anyone has tried it successfully. I know that WinXp when installed on a partitioned drive will detect an installation of another OS and then boot to the Boot Manager at startup. What I want to do is install XP on a different HDD attached to a Promise ATA...
  7. ridzz

    Creating a Recordset based on a Parameter Query?

    I am trying to create a recordset based on a parameter query. The query is getting two dates from a form. I can create a recordset based on a normal select query but get an error using the Parameter query saying that "Too few parameters - two expected" using the parameter query.
  8. ridzz

    dynamic application

    Hello, I'm stuck. I want to make my application more dynamic. So, i want to create my global variables in a text file outside the application. This in theory will enable my application to function just by changing the text file. I don't want any hardcode (as far as i can) in my application. Is...
  9. ridzz

    Changing only one line in a file

    Hello.. I've been wondering if i can change one line (or at most a few lines) from a file, without changing the rest of the lines in the file. Is it possible to carry this out using a batch file, and how to do that? Thanx in advance..
  10. ridzz

    Pausing before page redirection

    Helo.. I would like to ask if it is possible to have a delay in the page redirection? What i want to do is for the user being able to read the page for a few seconds before it is automatically redirected to a new page. How do i do that..? Thanx
  11. ridzz

    Creating new unix users account via tcl..?

    Hello, I have a problem here. I want to add a new Unix account user by calling adduser via exec. I also want to create a folder for each new user. Is it possible for me to do this from a webpage that I created using tcl (or .adp)? Hope somebody can help me here. Thanx in advance
  12. ridzz

    Creating a new folder online

    Hello, I have a problem here. I want to add a new Unix account user by calling adduser via exec. I also want to create a folder for each new user. Is it possible for me to do this from a webpage that I created using tcl (or .adp)? Hope somebody can help me here. Thanx in advance.
  13. ridzz

    Question about the reliablity of Access 2000

    Hello, I would like to know the reliability of Access 2000 when compared with other database systems such as Oracle or SQL in general. Is there a limitation to the number of transactions that could be handled by Access? That's all, thanks.
  14. ridzz

    Getting rid of quotation marks when writing to file

    Hello.. I was wondering.. Is it possible to get rid of the double quotation marks ("") when writing to a file using WRITE? If not, is there any other way i can write to a file without the quotation marks.. That's all.. thanx in advance - RIDZ -

Part and Inventory Search

Back
Top