Crimson Edit is Very Good.
http://my.netian.com/~igkang/cedt345r.exe
It supports many languages and is fully customisable. For a review visit http://www.download.com and do a search for 'crimson edit' Thanx Dave Shaw!
I am trying to set focus on a textarea and put the sursor at the end of the text.
I can set focus but cannot got to the end. Is this possible?
Thanx Dave Shaw!
I am trying to set focus on a textarea and put the sursor at the end of the text.
I can set focus but cannot got to the end. Is this possible? Thanx Dave Shaw!
When I run Access 97 on NT4 I get the error msg "Disk Or Network Error" - OK. Then a message telling me that there is not enough memory to run access 97. I have 128Mb. Can any one help. Thanx Dave Shaw!
...with IIS and i am trying to send out many e-mails to a lot of people. The flaw is each person cannot know who else recieved the email. I AM NOT A F*CKIN SPAMMER!!!!
this is the first part of my code for the headers.
The e-mails are send to the To: Person Fine just not to the Bcc Person...
I am trying to write a file upload script but i also am not allowed registered_globals on. My original script used 'globals' to access the variables, but as this is no longer possible i was wondering if ther was another way around the problem as $_POST[''] and $_GET[''] don't seem to work...
Is it possible to turn off the automatic word wrap on tables. I am using php to put values into it and these values are longer that the width of the screen.
I don't how long the strings will be. Thanx Dave Shaw!
Is it possible to change your windows NT/2K domain logon from within a web browser. I know that you will need a COM+ application plugged into IIS. I also have a different Fileserver and Web Server. Thanx Dave Shaw!
I am trying to connect to an Access 97 Database on a network - the path is \\tn-db\picklists\syndicated13 and the file is picklists.mdb
can anyone help me constuct a connection sting. Thanx Dave Shaw!
You Could also use a timer to create a delay.
Sub Button_Click()
timer1.delay=1000
timer1.enabled=true
normal_button.visible = false
coloured_button.visible = true
end Sub
sub Timer1_Timer()
call newform.show
end sub
Thanx Dave Shaw!
You Could also use an include file that checks the session variables against the ones in the mysql database. Each time they view a page the user will have thier data authenticated. If the user is not valid re-direct them to the login page, else show them the rest of the document.
P.S. Only...
The Error is in you query's syntax.
Echo out your query, copy and paste it into your mysql client program.
This will give aditional help debuging the query Thanx Dave Shaw!
How do you stop people viewing the directory contents if there is no directory index file (i.e.index.php). Without writing a re-direct script and placing it in every directory. Thanx Dave Shaw!
are you sending the '\' - backslash with the comments if so use \\ to send a back slash. Also use php functions add_slashes() and strip_slashes() - see http://www.php.net for more info. Thanx Dave Shaw!
Running this Bit of code will return the index as c
Private Sub Command1_Click()
Dim a, c As Integer
For a = 0 To (List1.ListCount - 1)
If List1.Selected(a) = True Then c = a
Next a
MsgBox (c)
End Sub
the first object in the list will be 0. Thanx Dave Shaw!
I am using session_set_cookie_params (); to set the expiry date. But will there be a problem if the server time is say 13:00 and the clients PC time is 15:00. If it is set to expire 1hr after session_start(); what time will the session expire:
14:00 or 16:00???
PS Do I need to put...
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.