all groups > dotnet general > december 2003 > threads for thursday december 25
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 31
.net
Posted by George at 12/25/2003 10:17:07 PM
I would go to http://www.dotnetboards.com/... more >>
Question about crystal report .NET
Posted by tc at 12/25/2003 4:47:50 PM
hi all,
I would like to know how to export a cyrstal report to pdf by using the
crystal report viewer without prompt up a dialog for user to enter the file
name, i.e. I want to place the file path and name in my codings.
I know it can be done by using report document class.
However, I am usin... more >>
.NET windows service and pendings
Posted by Constantin Zheltikov at 12/25/2003 4:38:39 PM
Hi All!
My service need wait for completion some working threads when it has
receiving stop command, i.e. it need call something like SetServiceStatus
with current state SERVICE_STOP_PENDING. But i cannot find analogue
SetServiceStatus in .NET Framework. How to solve this problem?
... more >>
Question about a dataset
Posted by Simon Harvey at 12/25/2003 2:52:24 PM
Hi everyone,
I was wondering if it is possible, to use SQL to return more than one table
at a time into a dataset. I only know the basics of SQL and so I'm not sure
if I'm just asking a stupid question. But, I'm not proud! :-)
I'm using Ado.net and I'm wanting to load a DataSet object with s... more >>
shared methods (MSDAAB)
Posted by tom at 12/25/2003 11:36:53 AM
Hello,
I'm using the ms data access application blocks.
My question is about the fact that everywhere shared
methods are used.
Does this mean that when more than 1 user at the same
time executes the same function they can interfere with
one another as these functions are the same for al... more >>
|