| Thread | Last Post | Replies |
|
| Crystal Subreports | 07 Dec 2004 19:21 GMT | 5 |
I am displaying a report in a CrystalReportViewer. I use the code shown below. That part works fine. However, I cannot figure out how to display the report once I've added a subreport to it. I get a Crystal report error when I try. Can someone please help?
|
| Windows Image Acquisition | 07 Dec 2004 19:11 GMT | 3 |
Can anybody who has used Windows Image Acquisition library 2.0 for XP tell me how to get it to scan ALL documents loaded in the document feeder of a scanner. I have only ever used it to do an image at a time but now need to be able to process as many pages as are loaded.
|
| How to convert date to string value? | 07 Dec 2004 18:47 GMT | 13 |
Hi expert, I have a data field (birthdate) contains a datetime datatype (mm/dd/yyyy), how can I convert to mmdd?? say, the birthday is 8/1/1979 and convert to mmdd
|
| OT: What up Peeps? | 07 Dec 2004 18:41 GMT | 3 |
Hey everyone, Hope everyone is doing well. Sorry I haven't been around for a little while (some of you are probably thankful for that... =)) Been busy at a new job. Finally got into a real software house here in the midwest doing
|
| How to connect to FTP server from ASP | 07 Dec 2004 18:12 GMT | 1 |
i want to write a small program using ASP to connect to my ftp server.Is it possible using ASP to connect to ftp server.If possible please let me know how to connect ,is there any related sites for this?
|
| Menu Shortcuts | 07 Dec 2004 18:06 GMT | 1 |
How to create the menu shortcuts for the menu item.
|
| Creating a Word doc on the Client Side From a WebApplication | 07 Dec 2004 17:16 GMT | 5 |
I am actually trying to do this and found in this thread some very good information (begin quote): { In ASP.NET you should store and manipulate the word document on the
|
| NetworkStream crisis!!! | 07 Dec 2004 14:52 GMT | 1 |
Hi! I'm having a problem that is driving me crazy!I made a tcp server and client and when i exchange data between them, at the client the stream seems to overlap the following data to the previous ones.For
|
| Timeout Expired | 07 Dec 2004 14:51 GMT | 3 |
I am using vb.net to process a SP The sp are insert XXX select () statment, there are two parameters , Start Company code and End Company Code, The user input the range From A to Z or From A to B.
|
| Assembly Shutsdown -HELP | 07 Dec 2004 14:37 GMT | 1 |
Hi all, I've successfuly compiled, obfuscated and strong named my assembly (typical windows application) and also have verified the assembly if it is valid or not. Upon running it on my development machine Windows XP & other Windows XP machines my assembly works. However, when
|
| Overloading functions | 07 Dec 2004 14:02 GMT | 7 |
I have a function Sum as.... Function Sum(ByVal ParamArray Values() As Double) As Double Dim rSum, itm As Double For Each itm In Values
|
| problem accessing the value of a hyperlinkcolumn | 07 Dec 2004 13:56 GMT | 2 |
I have a datagrid whose rows contain checkbox and hyperlink columns(containing employee_id field retireved from database). Once the user checks the checkboxes i need to get the employee ids whose checkboxes were
|
| NOP Statements in IL | 07 Dec 2004 13:36 GMT | 4 |
When I look at the IL, using ILDASM, why does the VB.NET version have so many NOP statements? The C# version doesn't seem to. What gives?
|
| why won't my service stay started | 07 Dec 2004 13:12 GMT | 3 |
it only behaves as expected if i edit the service to run under the system account and enable the "allow service to interact with desktop" option. if i run without that enabled or run it under my currently logged on account it gives an error saying the service started and then ...
|
| Control size change after Build | 07 Dec 2004 13:02 GMT | 2 |
I have a Form that is inherited from a main form. On the child form I am putting 2 panels directly on the form, not in any other controls. If I build the project, 1 of the panels decides to re-size itself, but the other one doesn't. Obviously, I don't want the panels re-sizing every ...
|