hi
i dont get an expired message though
thanks for all your help the script is working now,
i used a hidden field..and ill try the strip tags thing
see yu
thanks again
hi,
sorry, am a newbee in php, i created a basic form that would add a data using mysql, however, everytime i test and tried to click the refresh button the page adds a new blank record in the database without clicking the send button, why is that happening?, the database is however working...
is there a way i could get the old value of an unbound text box?
for example: there's a value in the unbound text box and i changed it, how do i get the previous value of that text box?
i have this form to open with an underlying table, i need to filter out the record before it shows but it does not work.
Private Sub Form_Open(Cancel As Integer)
Dim Mystr As String
On Error GoTo Error
Mystr = Left(Format(Now(), "dddd"), 3)
If Mystr = "Mon" Then...
i have this form to open with an underlying table, i need to filter out the record before it shows but it does not work.
Private Sub Form_Open(Cancel As Integer)
Dim Mystr As String
On Error GoTo Error
Mystr = Left(Format(Now(), "dddd"), 3)
If Mystr = "Mon" Then...
am trying to find out if it is possible to replace the default FILENAME "Untitled-1" in saving images?, i wanted to use a value of a control (a text box) in Access and make it the default value of the Filename in Photoshop (Automation and Command Line they say). thanks.
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.