The examples are defined to the application I am developing in. As far as assigning variables are concerned, everything is complete. I am even getting the correct error response for each alert when I click on the submit button.
The only problem is the "if statement" does not return false; it...
Kaht thanks alot. That was very helpful. Unfortunately I had to complicate the jscript to define exactly what elements are missing. so now i have this script. It does not seem to return false. It returns true everytime.... what could be wrong?
function Validate()
{
var Field1=example1
var...
I need a small script that will verify that three fields are not empty. If one or more of the three fields is empty then "onClick" should recieve an error and a message preventing the button action from submitting. If all the fields are filled in then "onClick" should process the action. My...
I am trying to group a date range based on a parameter field. The paramater field, ?daterange, needs to display items on the report within the date range. I am able to convert the date range to text with the following formula field:
totext(minimum({?daterange}),"MM/dd/yyyy") + " to "+...
I am currently running Crystal Reports ver. 10.
I have created a subreport that is grouped by 4 fields. I need to include a 5th field and group by TravelRate. My situation is a little rough because when I create the 5th Group for TravelRate, the alignment gets all messed up and I cannot...
I cannot figure out why this doesnt work!
I have to display the item {?StandardTravel} to show the data only if the BA_TT_CHARGE = "STD". Otherwise I do not need the data to be displayed. I have tried many variations of this in the select expert. None seem to work.
(
if...
Lbass,
This statement was actually very helpful because it worked. And i appreciate your help. However, Ive learned that i cannot pre-populate the list because the data is consistently being updated in the database. Are there default commands that I can use to pull the data directly from...
I need a formula for select expert that will select a txtUsername based on the condition that if the username= %username then true. otherwise it selects all the values in the database for txtusername. This field cannot be prepopulated. It needs to pull data directly from database because it is...
I am able to send mail from the form. As far as handling the form via ASP, I am not sure what that means. I have a form setup on an asp page. Unfortunately the form is sending as an attachment and not in the form of an email. I would like to be able to format it so that it writes directly to the...
This is what I am getting... I can get the form to submit using your advice. It will give me two warnings showing the email address, and then prompt me to continue. The code seems to work good enough, although the form is sending as an ATT attachment with data all in one line.
I had to remove...
Mwolf00,
I tried to inputting your comments and it did not work. Still unable to submit the form. It is not even showing an error. It simply does not submit??
The problem is that I am still not able to get any result from the preview. It is a blank report. The report should either show one specified client. If no clientcodes are generated then it should show results for all codes by default.
I was able to input the expression without any errors. I am unclear as to what you mean by prepopulated default choice of "All". How exactly do I prepopulate the value "ALL" to have all of my clientcodes. Thanks.
I have a record selection statement that suggests...
txtClientCode={?txtClientCode}
This means that the parameter 'txtclientcode' is going to pull default clientcode for the report. I need to make an additional expression that suggests...
'if the clientcode is empty then show all...
I need a little help with printing the correct data on my report. I would like to eliminate all billing records that have already been invoiced. In this case, I will only need to print the data to the report if br_invoice='0' and not '1'. How do I create this expression in crystal.
Thanks.
I have two page headers in my main report. I used the booleanvar flags to display one page header for my main report, and it displays my 2nd page header for the sub report. Now, there are instances where i do not need the 2nd page header to display for my sub-report. It depends on the group #...
lbass,
the link really helped out. I used your booleanvar; true, false conditions to effectively show the right page header for the right report (Main/sub report). For some reason, the booleanvar flag does not work inside the sub-report. I was hoping to suppress the page header of the...
I see. Well in this case, my crystal version is 10.0. I have nothing in page header A. For some reason, Informatin in page header A does not display on the first page. So i have to put the content on page header 'b'. The name of the Client is in Page Header B. In page header 'C', I would like to...
How do i suppress a header based on the fact that the page is only showing content for the footer. I have a main report and a sub-report. When just information from the sub-report is being displayed on a page, I would like to remove the header (particualry page header 'C'. Please advise.
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.