User Profile

Collapse

Profile Sidebar

Collapse
anithaa
anithaa
Last Activity: Mar 10 '08, 11:44 AM
Joined: Dec 31 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • anithaa
    started a topic sorting in crystal report
    in .NET

    sorting in crystal report

    hi,

    i am working on crystal report in visual studio 2005. i have many columns in my report. what i want is on the click of the header column i want the column to sort in ascending order...is this possible??pleas e help.thanking in advance!
    See more | Go to post

  • thank u so much for saying it is possible.u had asked me to avoid such things but i have no other choice. my problem is this:

    i am workng on windows application in visual studio 2005.i have two forms namely form 1 and form 2. my form 1 has the crystal report in it. in my form 2 i have three textboxes. now the crystal report has 3 columns namely a,b,c.
    now on the click of any column i want that rows details to go into the three...
    See more | Go to post

    Leave a comment:


  • hi,

    i am creating a windows application in visual studio 2005.currently i have created a crystal report which has many columns.what i want is....on the click of one of the columns in the report i want it to open another windows form...how do i make it possible.thanki ng in advance!
    See more | Go to post

    Leave a comment:


  • open a windows form from a crystal report in visual studio 2005

    hi,

    can we open a windows form from a crystal report in visual studio 2005?

    thanking in advance!
    See more | Go to post

  • anithaa
    started a topic crystal report for windows
    in .NET

    crystal report for windows

    hi,

    i am working on a windows application in visual studio 2005.currently i want to open a windows form when i click on a particular column in the report...is it possible????

    Thanks
    See more | Go to post

  • anithaa
    started a topic error: file not found in crystal report
    in .NET

    error: file not found in crystal report

    hi,

    i have created a crystal report with many columns in windows application in visual studio 2005. now i want my columns to act as a hyperlink so that i can open another form say form1.cs.For this purpose i clicked on one of the columns and chose the hyperlink tab.in that i chose "A File" option and then chose form1.cs.but when i run the application and clicked the column i got an error saying: "The system...
    See more | Go to post

  • anithaa
    started a topic hyperlink not working in crystal report
    in .NET

    hyperlink not working in crystal report

    hi,

    i am working on a windows application in visual studio 2005 which uses crystal report 10. Right now in my report i have many columns. i want my colums to redirect to another page.For this purpose i clicked on format object and clicked on the hyperlink tab.there is an option "A File". on clicking on it u can specify the file or the page which u want to navigate.i gave it as "form2.cs". but when i run the appication...
    See more | Go to post

  • anithaa
    replied to tree view control in windows
    in .NET
    thank you for the link. but this one is for web applications.i am creating a windows application using c#.can u tell me for windows application as to how i should go about doing this?thanking in advance...
    See more | Go to post

    Leave a comment:


  • anithaa
    started a topic tree view control in windows
    in .NET

    tree view control in windows

    hi,

    i am working on a windows application in visual studio 2005. i am using a tree view control in one of the forms.this tree view has many nodes such as a,b,c.
    now i want the nodes a,b,c to redirect to other forms in my application.how do i do this?how do i make my nodes as a link which will redirect to other pages.

    Thanking in advance.
    See more | Go to post

  • Thanks for the reply. as said i have made an MDI form and then wrote the following code in the button click event of the MDI form:

    ChildForm newMDIChild = new ChildForm();
    newMDIChild.Mdi Parent = this;
    newMDIChild.Sho w();
    newMDIChild.Foc us();

    But the problem i am having is on the click of the button in the parent form the child fom opens behind the parent form and other concern is, the parent still...
    See more | Go to post

    Leave a comment:


  • anithaa
    started a topic avoiding multiple windows in windows application
    in .NET

    avoiding multiple windows in windows application

    hi,

    i am creating a windows application in visual studio 2005. currently i have designed many forms.the problem i have is; in my first form i have a button which should redirect me to the second form.the code which i have wrriten for the button click event is :
    SFORM sform = new SFORM();
    sform.Show();
    where SFORM is the second form which...
    See more | Go to post

  • anithaa
    started a topic about intranet
    in .NET

    about intranet

    Hi forum,

    I got an asp.net web application developed for the client and now client wants the same web application(wit h same appearance and functionality) internally i.e inside his office.

    Can any one suggest me how to make this possible? Am I need to create a complete new windows application for this new requirement?

    What is intranet applcation, can that solve my problem and existing web application can...
    See more | Go to post

  • C# App: changing web application into a windows application

    hi,

    i was working with web application project in asp.net 2.0. my form designing is done, front coding is c# and backend is sql server 2005. now i have been asked to make the same project in windows application with c# as the front end language and with the same backend.
    now how should i do this? is it that i should design all the forms all over again and write the code in windows application or is there any simpler...
    See more | Go to post
No activity results to display
Show More
Working...