I am working on a If Else where I check if the value is X I show X-Text
Here is what I have
If {VW_GMAC_CCASHFR_CHECK_STATUS.PMTNUM} = 0 then "0-Shared"
This produces an error that a tell me a string is needed.
When I place "" around the 0, the report shows no data. How do I check for a...
I am trying to retain the values of an input box after I check to see if all required fields have been filled. If they are not, I want to display the data that they have already typed, and let them finish the form. Here is the Code that I have:
...
<html>
ETC.....
<% if Request("error") = "yes"...
How can I retain the values entered into a text field on a form that is submitted incomplete. The code I have below checks for an empty string and if any if the fields are emply, I Redirect back to the .asp?error=yes page. When there, the required filed that had been entered to are now cleared...
How would I convert the Date type to format yyyymmdd
I have:
Dim strCGID As String
Dim yyyymmdd As Date
strCGID = "DA" & yyyymmdd
I would like strCGID to be DA20030926
However I am getting DA12:00AM
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.