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 wOOdy-Soft 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 Faheemi

  1. Faheemi

    Auto start Apache web server during system startup in Mac OS X

    Hi there, I wonder how to start Apache web server in the Mac OS X during the system startup. Currently I have to manually start it using the following command sudo apachectl graceful How can I automate this during the system startup Thanks Hameed
  2. Faheemi

    Re-assigning a variable's value

    Thanks Jordi, I was finally managed to use sum() function to get the result. Hameed
  3. Faheemi

    Re-assigning a variable's value

    Hi there, I am very new to XSL. I wanted to do the following: Assign a variable named &quot;Total_Amount&quot; in the global scope. Then I loop through each child nodes using <xsl:for-each select=&quot;RESULTSET/ROW&quot;> and add the node value of &quot;Amount&quot; to the global...
  4. Faheemi

    linux redhat 9 stops booting

    Thanks a lot Maurits for your explanation and kindness. Hameed
  5. Faheemi

    Moving from foxpro 2.5 to visual foxpro

    Dear Rob, Are you saying that I could run the foxpro 2.5 (.prg files) directly in windows xp without any conversion and hassles? I still have not tried it yet. But I remember quite long time ago I tried running it in windows 2000 server. I remember it had got me &quot;division by zero&quot...
  6. Faheemi

    Moving from foxpro 2.5 to visual foxpro

    Hi there, I have an old accounting system developed by some one in Foxpro 2.5. The problem is I want to move from win 98 to winxp. But I understood if I do so I cannot use the Foxpro 2.5 anymore. Is there anyway or an utility which converts all the codes so that it works in latest visual...
  7. Faheemi

    linux redhat 9 stops booting

    Hi there, I tried the following when I boot up the linux. Added to the kernal parameters the following: apm=off Finally I was able to login smoothly. I understand that we can also use apm=idle_threshold=100 got this trick from http://www.computing.net/linux/wwwboard/forum/19530.html...
  8. Faheemi

    linux redhat 9 stops booting

    Hi there friends, I am very new to linux. I have just successfully installed the linux OS redhat 9. When the first time I rebooted the system, the system is not booting up. It halts or hangs at the following: Initializing RT netlink socket apm: BIOS version 1.2 flags 0x03 (driver version 1.16)...
  9. Faheemi

    FTP component

    Thanks Salem, I will look for Microsoft Internet Transfer Control . I pretty sure I can get the docs from Microsoft website. Hameed
  10. Faheemi

    FTP component

    Hi there, Can you please advise me on a free FTP activex component ( or a commercial one). The activex should support for the Proxy server settings ( ie FTPing through a proxy server) Please advise me on the best ones in the market. Thanks a lot Hameed
  11. Faheemi

    Hiding ASP code

    Thanks sweevo for your answers. It seems that there are no special converters for ASP to a special version like dll so that the code could not be exposed. I need to look about any encryption software that could work for this. My VB is not so good. I am actually learning it now. I need to look...
  12. Faheemi

    Hiding ASP code

    The reason for my idea to hide the source is because my client is asking for the whole website code. The reason he says is because he wants to do the hosting himself. So I am afraid he may mis-use the code by using it for someone else. That's why I wanted to compile it something that could not...
  13. Faheemi

    Hiding ASP code

    The main reason is to hide the ASP code is because in my client's office some IT guy wants to look at our code and make changes or he could just use the whole code to develop a solution to some one else without our consent. The second reason is to hide it from the webhost. But that's not...
  14. Faheemi

    Hiding ASP code

    Hi there, I want to make all my asp files (also may be htmls) to one or more dll files. How can I do this?. Can I host the converted dlls in IIS web server? The reason is to hide all my asp codes from the webhost or any body else. Is there any other way?. Thanks Hameed
  15. Faheemi

    Newbie's database question

    I am not speaking about the tab index property. I am only using the tag property. Each and every objects carry a tag property that actually used for carrying some extra information. In my situation I use the tag property of each and every form layout objects to to hold the name of each grid...

Part and Inventory Search

Back
Top