Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sondev

    onClick JScript function

    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...
  2. sondev

    onClick JScript function

    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...
  3. sondev

    onClick JScript function

    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...
  4. sondev

    Group by Date Range

    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 "+...
  5. sondev

    Grouping in a Subreport

    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...
  6. sondev

    Formula to display item

    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...
  7. sondev

    record selection statement

    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...
  8. sondev

    Select expert formula for selecting All values

    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...
  9. sondev

    Email Form error

    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...
  10. sondev

    Email Form error

    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...
  11. sondev

    Email Form error

    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??
  12. sondev

    Email Form error

    <form method="post" action="mailto:<recipient>"> <input type="hidden" name="subject" value="Contact Form" /> <table width="533" border="0" cellpadding="2" cellspacing="0"> <tr> <td width="180" valign="top">Recipient email</td> <td width="353" valign="top"><input type="text" size="35"...
  13. sondev

    record selection statement

    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.
  14. sondev

    record selection statement

    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.
  15. sondev

    record selection statement

    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...
  16. sondev

    Print based on flag

    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.
  17. sondev

    suppress header

    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 #...
  18. sondev

    suppress header

    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...
  19. sondev

    suppress header

    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...
  20. sondev

    suppress header

    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.

Part and Inventory Search

Back
Top