hello,
I have a problem with our CVS system. If someone commits a file with WinCVS, they get this :
-rwxrwx--- USR USR file1.
Every hour a script changes the group to :
-rwxrwx--- USR GROUP file1.
What I don't understand : if a person commits file1, then each time the files group is set...
Hello,
Does anyone know what this message means?
I've tried to find where it happens in my code (code processes html files) and I think the error happens on the line with the following information :
$minutes = `cat $abs_path/$link`;
It sometimes processes some html pages without troubles and...
Hello,
I've made a user control with a matrix of listviews, say 7 by 20 where 4 rows are visible per time.
Now, I want to drag items from a datagrid on my control.
But (and this is where I go in the mist) I want to scroll down through my matrix if I scroll down the bottom. But I don't find...
I have a datagrid where one column contains a distance between two places. If the value in a row == null then I want to SHOW that value retrieved from another table.
My question : I only want to SHOW this value in the column and not set in the dataset (so it doesn't get updated)
Is there a...
Hello,
I have a window application with a datagrid on it. (Data bound from a dataset). Each row has an order number (stoporder).
Now I want the user to be able to move the rows up and down with an up and down button(and automatically change the number).
I can do this ok, if I manually click...
Hello,
I don't know if I am posting this question to the right forum, excuse me if I am :
I have the following
1/ html file
<html>
<body>
<form method="post" action="test.pl">
<input type="hidden" name="hiddenfield" value="abc">
<input type="submit" value="TEST">
</form>
</body>
</html>
2/...
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.