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 SkipVought 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
  • 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

    erm.. nevermind.. I think i can manage with the processing part. Thanks anyway..
  3. ridzz

    Byte (size) problem

    Yup.. i think i did.. After some debugging, it seems that what i got back was some control characters (e.g ETX, SOH, FF) along with the characters that i hard coded.. I think that is caused by me writing to the binary file before i converted it by using StrConv I also found out that for each...
  4. 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...
  5. 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...
  6. 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...
  7. ridzz

    Delay process

    hi sisan, i'm not quite clear of the reason why you don't want to use the timer control. In my opinion, it should work fine in your splash screen. Just remember that the timer control is counted in miliseconds. Which means that in order for the timer to be set to a delay of, say 3 seconds, you...
  8. 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-
  9. 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...
  10. 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.
  11. ridzz

    dynamic application

    To anyone interested.. You can get the information needed in these FAQs.. faq222-39 How To Read/Write to Ini files using ...PrivateProfile... API commands faq222-1198 How do I use INI files faq222-92 Reading and Writing Registry Values
  12. ridzz

    dynamic application

    Ok thanx.. That's just what i've been looking for.
  13. 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...
  14. ridzz

    Changing only one line in a file

    Oppss nevermind.. I think I got it. My mistake. It works fine
  15. ridzz

    Changing only one line in a file

    Thanx for the info.. Actually, the file that I wanted to change has a few lines that often changes. So, I want to be able to change those lines without the users having to open the file and change it for themselves. Part of the original file is like this.. -------- 1 DEFINE_LOCAL_CP...
  16. 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..
  17. 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
  18. ridzz

    Creating a new folder online

    It seems that my script doesn't have access to add new users in Linux. How do i give permission so that my script can addnew users to the system? Thanx again
  19. ridzz

    Creating new unix users account via tcl..?

    I still have a problem with adding new users.. I think it doesn't have root permission to addnew users. You mentioned about giving root permission to apache.. How is that done? and why isn't it safe?
  20. 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

Part and Inventory Search

Back
Top