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...
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...
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...
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...
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 =...
I am trying to use this to build a drop down box of companies. When the user selects a company, I'd like to populate the form (with address, state, city, zip, etc) with the contactid (from table).
I tried this method put forth by the thread "Populating Text Boxes" but I receive an error...
Can
Select case when ....(if this is true then do ) then
select case (....do this select case)
else
select case (do this select case)
end
from .....
?????
Thanks
I want to copy a file from a network drive to a local drive (c:\ or d:\).
Problem is when I execute the following,
source = request("source")
destination = request("destination")
fso.copyfile source,destination
I am using an input field with the type "file" to...
I am using ActivePDF Toolkit.
I am retrieving data from a recordset into form fields on a PDF template in ActivePDF Toolkit.
I am concatenating two fields into one variable and inserting that into the Form field on the PDF template.
Sometimes for no particular reason, the wordwrap would cut a...
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.