User Profile

Collapse

Profile Sidebar

Collapse
jim bradshaw
jim bradshaw
Last Activity: Dec 31 '09, 03:14 PM
Joined: Feb 9 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jim bradshaw
    started a topic Multi-Subreport Crystal Reports Problem
    in .NET

    Multi-Subreport Crystal Reports Problem

    I have several CR's that work fine independently. They are very complex forms that I must fill out as required by a government agency. My problem is that when I put the second report as a subreport of the first, (which I need to do because the end users consider the two forms to be one and do not want to print them seperately), the second report does not repeat the underlaying report header section past page 1 as it does when it is run as a seperate...
    See more | Go to post

  • jim bradshaw
    started a topic detect if page is refreshed

    detect if page is refreshed

    I have an asp.net page that calls itself recursively if the user selects certain actions on form buttons. The page will be changed in various ways according to the action called for by the user. This works fine, except for the fact that the "action" variable is a hidden field and if the user hits the refresh button or navigates to the page by the "back" button or other methods, the latest "action" will be performed...
    See more | Go to post
    Last edited by jim bradshaw; Feb 12 '09, 11:24 PM. Reason: punctuation

  • jim bradshaw
    replied to MessageBox from asp.net and c#
    do this if you only want to display info

    response.write "<script language='javas cript'>alert('T his is my message')</script>"
    See more | Go to post
    Last edited by jim bradshaw; Feb 12 '09, 11:06 PM. Reason: included extranious code

    Leave a comment:


  • it worked, but...

    I almost gave up on this before I made it work by using "true" instead of TRUE. Thought it might help someone else out. Otherwise, thanks for the useful info. My (working) code:

    <%@ Language=VBscri pt%>
    <%option Explicit%>

    <script language = javascript type = text/javascript>
    function SetDelCN(){
    document.getEle mentById("DelCN ").value...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...