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
Hi there,
I am very new to XSL. I wanted to do the following:
Assign a variable named "Total_Amount" in the global scope.
Then I loop through each child nodes using
<xsl:for-each select="RESULTSET/ROW">
and add the node value of "Amount" to the global...
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 "division by zero"...
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...
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...
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)...
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
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...
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...
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...
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
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...
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 =...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.