all groups > dotnet general > november 2003 > threads for sunday november 23
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
sub reports in crystal reports
Posted by RAF at 11/23/2003 11:44:45 PM
hi
how can i change connection of sub report
RAF... more >>
Crystal Report from multiple tables
Posted by RAF at 11/23/2003 10:53:51 PM
i'm trying to make report using dataset having two tables
in viewer page iam doing
rpt.SetDataSource(ds.Tables(0))
rpt.SetDataSource(ds.Tables(1))
CrystalReportViewer1.ReportSource = rpt
but it is not working
please tell the right way.
thanx in adv
RAF
... more >>
[urgent] MsgBox is non-modal.
Posted by js at 11/23/2003 9:55:10 PM
Hi all,
I currently encounter a problem and it is urgent to me.
After calling the MsgBox.Show(), the message box is shown with non-modal
mode, what is the possible reason??? This only happen in the VB project,
works fine in C# project.
SystemModal and ApplicationModal MsgBoxSt... more >>
Capturing mouse wheel events
Posted by Evgeny Zoldin at 11/23/2003 8:45:13 PM
Hi, ALL
Does anybody know how to capture mouse wheel events in C# occured on the
control that natively does not suppot them (e.g. MS Flex Grid)? I have code
hooks windows messages in VB6. I've translated it into C#, but it does not
work :-(
Any another idea?
Thanks
Evgueny
... more >>
Problems viewing .aspx files
Posted by Chris at 11/23/2003 5:53:43 PM
I have reloaded my server and now cannot get my aspx
files to view at all. When you browse to them you get a
download dialog box for a split second and then nothing.
Anyone seen this before and can tell me how to fix it? I
have tried rebuilding the solution and checking the
settings on the... more >>
Determine Clients's Location?????
Posted by Laszlo Csabi at 11/23/2003 3:49:08 PM
Anybody knows how can I determine client's location on an ASP.NET page?
Laszlo
... more >>
Can't Configure FPSEon Windows 2000
Posted by Jerry Sacks at 11/23/2003 1:21:20 PM
I Purchased Visual Studio .Net Enterprise Architect
I Have Installed it on my Window 2000 computer with a
FAT32 file system. Service Pack 4 installed. However in
installing IIS I have been unable manually configure FPSE.
The instructions are clear
To manually configure FrontPage Server E... more >>
setting Access in C#
Posted by John K at 11/23/2003 8:56:45 AM
ok,
I'm lost at how to try this.... any pointers on
how to set the password of an access DB within C#?
this is what I tried:
string strDestDB2 = "NewMdb.mdb";
string strSourceConnect2 = "Data Source=" + strDestDB;
string strDestConnect2 = "Data Source=" + strDestDB2
+ ";Jet OLEDB:Passwor... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|