asad_black 0 Newbie Poster

hi...!

i want to create the crytal report for my project in which i am using VB.NET language with the database of access...!

i have now idea how to create the reports.

i was just try to create the reprots it just shows only one record.

kindly solve my problem as soon as possible

asad_black 0 Newbie Poster

i am making a page where when i select drop down 1, then drop down 2 populates automatically .. and when i select drop down 2, then the textarea 1gets populated ... the modiciation i need is that with text area 1, text area 2 also gets populated with different values.

my code :

<body>
<script language="JavaScript">
<!--

var num_of_cats = 4; // This is the number of categories, including the first, blank, category.
var open_in_newwindow=1; //Set 1 to open links in new window, 0 for no.
var option_array = new Array(num_of_cats);

option_array[0] = new Array("Select an Area"); // This is the first (blank) category. Don't mess with it.

option_array[1] = new Array("Select an Area",
"Shah Faisal",
"Malir",
"North Nazimabad",
"Gulshan e Iqbal");

option_array[2] = new Array("Select an Area",
"Lahore Area 1",
"Lahore Area 2");

option_array[3] = new Array("Select an Area",
"Peshawar Area 1",
"Peshawar Area 2");

var text_array = new Array(num_of_cats);

text_array[0] = new Array("Here's how you use this box: First, you select a category in the Category drop-down. Then, select a link from the Link drop-down. Then, read the description in this box, or click Go to go to the page. If you ever need to see this help again, just go back to the top option in the Category box."); // These are general instructions. Change them if you want, or keep them if you don't.

asad_black 0 Newbie Poster

so what does it?

asad_black 0 Newbie Poster

what is recordset?
n y we use it?
<%=RS("fieldname")%>
what the above expresion do?