I have to create a crystal report in Visual Studio .net that looks like the following:
Day On Off On Off...
Monday 8:30 12:00 1:00 5:00
Tuesday 8:30 12:30 1:30 5:00
etc.
any ideas how to do this? I know you can make a crystal report and pass the data to it and display...
I'm getting closer!
In the submit button, I have "parent.Page1.doSubmit();" as you suggested
All of the pages have no validation have the count set to 0 automatically to send it along:
function doSubmit()
{
count = 0;
if (count > 0)
alert("no...
This is what I've done. no success yet.
Am I missing something or syntax incorrect?
The submit function went from
function frame2()
{
parent.Page1.document.FormSubmit.submit();
}
to
{
var a = parent.Page1.document.FormSubmit.doSubmit()
if (a)...
Thank you for the quick reply!
The answer to the Frames question is because the this was a requirement from the users. Oh well...make the users happy eh?
Now the first part.
Now this will sound like a dumb ? How do I fully validate the form in order to fire the js to allow the parent frame to...
Hello,
This is a doozy.
I am trying to validate a form in Frame B from Frame A's submit button.
The frameset looks like:
<FRAMESET rows="85%, 15%">
<FRAME src="<%=session("passedValue")%>" name ="Page1"/>
<FRAME src="Submit.asp" name ="Submit"/>
</FRAMESET>
The...
Is it possible to do the following:
top frame: submit and reset buttons
lower frame: the form with fields, drop down boxes, etc.
click the submit button on the top frame. The lower portion submits. The next page processes the data and loads a NEW form in the lower frame while the top frame...
I used a sql command to select all of the users from the table. Then in the parameter default value screen I selected the sql command and all of the values. When I use Crystal Reports on my machine all of the required values appeared in the drop down box. But when I displayed the report in...
With Crystal Reports 8.5, I created a dropdown box based upon a sql connection to retrieve a list of users. In the preview, all of the users appear in the listing. When I published this report in Crystal Enterprise, only 20 or so users appeared.
Is there a setting on Crystal Reports server...
What I am trying to do is check to see what state code the end user puts in. If the state code (IL, IA, for example) matches any of the 50 state codes for USA, then the code will "turn on" validation routine for the zipcode form field-making the zipcode required. Otherwise the zipcode field...
I have a form that has States (2 char) and Zip code (10 char for 5 and 4 extension). What i need to do is check to see if the state field is one of the 50 states and military "state" locations then turn on javascript validation routine on Zip code field. If the location is not within the...
My question is how do I do the following as an example:
Smith, James Smith, James Jim Smith
address1 address1 Profession
address2 address2 ApplicationDate
City, State City, State SSN
The address1,city,profession, etc. names are actual values from a sql...
my apologies.
My testing environment has set to 1 minute because I don't want to sit there for 5 minutes to wait to see if it reloads redirects...
I'll change it to 5 minutes in production.
Any ideas?
The
<%if session("group") = "" or isnull(session("group")) then%>
code does just that. when the page reloads or refreshes after 80 seconds, the session variable ("group") should be empty because at 60 seconds the session should expire.the program should redirect to the notallowed page.
The...
Hello Everyone,
I have an application that uses active directory authentication. I also use session variables to timeout the application after one minute for testing. When I finally get it to work, I'll set it for five minutes. Now the problem.
Page that sets up session.
session.Timeout =...
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.