Enter Keywords:
1 - 10 of 2134(0.002 seconds)
Sort By:
 
ell, before we talk about more points I need to find out about the domain thing.  Because if they       are different it is not possible.  The reason is a security issue.  You would not want for ex...
Zones: JavaScriptDate Answered: 10/17/1998 Rating: 3.4 Views: 0
I've got Red Hat installed. I want to give two specific users access to /sbin/shutdown. However, if I logon as any one of these users, and type /sbin/shutdown it says sorry, gotta be root to run...
Zones: Linux, Red Hat LinuxDate Answered: 04/03/2000 Rating: 8.2 Views: 0
I've made a form that has to be filled in by users who visit my site. In this form there is a textfield, which must be checked on having alphabetic and/or numeric values only. Is there anybody who ...
Zones: JavaScriptDate Answered: 06/20/2000 Rating: 8.2 Views: 0
I am creating a report in a stored procedure. The problem is, there is a field that has multiple selections (due to listbox) and the values are separated by ";". The report that has to be displayed...
Zones: MS SQL ServerDate Answered: 07/18/2002 Rating: 6.0 Views: 0
Hi, The Regular Expression object in JScript is good in that it allows a wide range of syntax. However, what I want is only allow the user to use the * and ? characters in their search and al...
Zones: JavaScriptDate Answered: 01/18/2003 Rating: 9.0 Views: 0
hello friends, I have a small problem. presently I have a .htaccess file with the following contents AuthUserFile /home/hw/prakash/.htpasswd AuthGroupFile /dev/null AuthName restricted <Li...
Zones: Linux AdminDate Answered: 04/14/2003 Rating: 6.8 Views: 0
I use this to make a text box only allow 0,1,2,3,4,5,6,7,8,9, KeyAscii = IIf(Not KeyAscii = 8 And Not IsNumeric(Chr(KeyAscii)), 0, KeyAscii) -------------------------------------------...
Zones: Visual BasicDate Answered: 11/14/2002 Rating: 8.0 Views: 0
Ok, now that ive got the dialogs working thanks again kretzschmar!!)... how can i get my app to allow drag n drop (and by filetype association) to open text files? Thanks in advance :)
Zones: Delphi ProgrammingDate Answered: 02/01/2003 Rating: 9.4 Views: 0
I use this code on the keypress event of a textbox so people only enter numbers, dots, backspace, etc. If InStr("1234567890" & Chr$(46) & Chr$(8) & Chr$(13), Chr$(KeyAscii)) = 0 Then KeyAscii = ...
Zones: Visual BasicDate Answered: 08/05/2003 Rating: 8.0 Views: 0
Dim query As String     Dim objConnection As New adodb.Connection     Dim ds As New adodb.Connection     Set ds = New adodb.Connection     ds.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4....
Zones: VB DBDate Answered: 08/07/2003 Rating: 8.0 Views: 0