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 strongm 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: *

  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...
  16. Faheemi

    Newbie's database question

    I am using the following method only. Not looping the whole RS set flex1.datasource = rs1 Also now I am using a method similar to your flex1.Rows = flex1.Rows + 1 ( i am using flex1.add method the parameter is all the column values seperated by vbTab) flex1.Row = flex1.Rows - 1 flex1.Col =...
  17. Faheemi

    Newbie's database question

    I could use this method. But it is not very convenient. I would like set the index or reference to those text objects and call/manipulate them using that reference. While in the control arrays we have tp pre-define the indexes. Also all the text fields get the same name and that is a bit...
  18. Faheemi

    Newbie's database question

    I use the primary key when I update/delete action in the database. So I need it. form/detail page are same. They are referring to just one form. Sorry for using two terminologies. But I am keeping the grid and detail page text boxes in two seperate forms. This is just a design issue. I use two...
  19. Faheemi

    Newbie's database question

    I think I can use your primary key idea so that I do not need to select all the column for the grid. I had this idea too previously. I preferred to select all the columns for the grid and use it in the form page. This method avoids fetching the record from the database every time the user clicks...
  20. Faheemi

    Newbie's database question

    Thanks aata, I think your idea is quite useful. It worked for me. I use a local subroutine to fill the fields in the detail page. But one disadvantage is I need to select all the fields which are in detail page for the grid, while the grid needs to show just 2 or 3 fields. But I like this...

Part and Inventory Search

Back
Top