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!

Search results for query: *

  • Users: Faheemi
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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)...
  5. 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
  6. 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
  7. Faheemi

    Newbie's database question

    Hi there, I am very new to the Visual Basic. I want to build a simple aplication which will just only have a contact database. The contact table will basically have name, company, and contact details like address, email, tel and fax. I wanted to build this application as LIST and FORM...
  8. Faheemi

    VB in MAC

    Hi there, Is there a way I can run Visual Basic program in MAC. Thanks
  9. Faheemi

    Setting NTFS permission programatically

    Hi there, I want to know how to set NTFS permissions programatically using VbScript. I want to be able to set through the web using asp pages. I need to do this because I want to be able to create FTP sites in IIS through web. Thanks for your help in advance Hameed
  10. Faheemi

    Declaring global a variable inside a function

    Hi there friends, I want to be able to declare a variable inside a Function or Sub and want to access it in the other part of asp file. Is this is possible? I am using VbScript Thanks for your help Hameed
  11. Faheemi

    Preset value in file object

    Hi there, I want to be able preset a value in HTML file object. The following tag does not work fo me <input type=&quot;file&quot; name=&quot;Thumb_Image&quot; size=&quot;30&quot; value=&quot;c:\temp&quot;> My idea is I am storing a value in an Application variable in ASP. The value would be...
  12. Faheemi

    Managing IIS through the ASP scripts

    Hi there, We wanted to manage the IIS through our own administration website.We wanted to go to a admin website in the webserver where we should be able to create new website definition and new FTP account for that website and send an email straight to the user. I am just wondering any has...
  13. Faheemi

    Automatically start a program in Terminal Service

    Hi there, When a user log in to the terminal server I want to automatically start a program and when he close the program it automatically logs off him. I have already accomplished this by setting the program path in a Connection of the Client Connection Manager. Since the user could manually...
  14. Faheemi

    Terminal Service Printing and color

    Hi experts, I want to print from my Terminal service to my locally mapped network Printer and/or local printer. How could I do that. Please help. Can you please tell me why my application inside the terminal server or not showing the colors properly? Is it possible to show the color normally...
  15. Faheemi

    Extract a part of two dimensional array into a single dimensional one

    Hi there, I want to extract a column of a two dimensional array into a single dimensional array. Say a two dimensional array 1 | abc 2 | xxx 3 | www 4 | qqq 5 | sss I want to extract just the second column into a single dimensional array Thanks for your help Faheem Hameed
  16. Faheemi

    Getting a range of records into an array

    Hello friends, I want to get a range of records from a recordset into an array. I know using GetRows method we can return a particular set of records from the start of the recordset like record 1 to 20 or 1 to 30. But I want to return records in a range like 10 to 20, 30 to 40 or whatever...
  17. Faheemi

    Linking an HTML from within the a Visual Basic program

    Hi there, I am very new to VB. I want to open an HTML page when I click a button in a visual basic form. Please help me understand how to get this done. Thanks a lot. Faheem Hameed
  18. Faheemi

    Alternative for Server side include

    Hello, I want to include an ASP file into another ASP file without using the server side include. The reason why I am finding an alternative for the server side include is explained as follows: file1.asp ********* <% If a > 10 Then %> <!--#include file=&quot;inc1.asp&quot;--> <% Else %>...
  19. Faheemi

    &lt;form enctype=&quot;multipart/form-data&quot; problem

    Hi there, I have a form as below <form enctype=&quot;multipart/form-data&quot; action=&quot;file1.asp&quot;> <input type=&quot;text&quot; name=&quot;text1&quot;> <input type=&quot;file&quot; name=&quot;file1&quot;> </form> In the file1.asp I used Request(&quot;text1&quot;). It should return...
  20. Faheemi

    Web based FTP using ASP

    Hi there, Has anybody knows about a web based FTP system using ASP? so that we can upload, download, rename, delete and move files. Is there any free version of it or any commercial versions available on the net. Thanks for all of your inputs. Regards, Hameed Hong Kong

Part and Inventory Search

Back
Top