OK I got worked up with problem, but I found the solution, so if anyone else out there is having the same problem...
The HotFix "cr10netwin_en.zip" solves the print issue.
Two things though:
1) It is an English only fix (yes I'm not in an English speaking country... France to be...
Hi all,
I know this isn't appreciated but I'm cross posting this in VB.NET and Crystal Reports Other Topics (I need an answer fast).
When I print a report using rpt.PrintToPrinter(...), the report comes out as wanted.
When I print the same report using the CrystalReport Viewer object...
Hi Michael,
If you are using MS SQL Server you can use the COALESCE function
SELECT COALESCE(MyField, 'My value') FROM MyTable
If MyField is NULL this displays 'My value' instead.
As for Crystal you can also create a formula which does the same thing...
If IsNull(MyField) Then
'My value'...
Hi all,
I have created a setup project for my .NET application, and cos I use Crystal Reports and its viewer I have included the merge modules necessary:
Managed.msm
Database_Access.msm
RegWiz.msm (with my registration code)
All this works fine but I'm developping using VS.NET FRENCH (cos I'm...
Hi all,
I have created a setup project for my application, and cos I use Crystal Reports and its viewer I have included the merge modules necessary:
Managed.msm
Database_Access.msm
RegWiz.msm (with my registration code)
All this works fine but I'm developping using VS.NET FRENCH (cos I'm in...
All depends which programming languages you know already...
If you are a hardcore C programmer or a java fan go for C#.
If you are a VB'er or come from a 4GL environment (my case) go for VB.NET.
Anyway, once you're up to speed, going from one language to the other is no problem.
You can even...
Hi,
I had this problem, so I upgraded to XP Pro, works a lot better.
Some thoughts...
I have remarked that sometimes you have to restart the debug session (little backwards pointing arrow) for it to work.
Does your .exe work?
Check for updates .NET framework SP2 etc...
Good luck,
phirst.
Hi,
Use a dataview to filter your data:
Dim dtMaster as DataTable = dsCustomers.Tables(0)
Dim dv as DataView = New DataView(dt)
dv.Filter = "surname like '" & txtName.Text & "%'"
You will have to bind your data grid to the dataview for this to work.
DataView also has a...
Hi all,
I'm using SQL Server 2000 SP3 personal edition.
When I run bcp I get an annoying error (even double-click in explorer has the same effect):
BCP support error
Unable to load BCP resource DLL. BCP cannot continue.
The resource file seems to be in the right directory.
There is perhaps...
Hi,
I had a similar problem wanting to add a button as a datagrid column, I finally used a underlined textbox field and simulated a hyper-link.
This shows that we always get there in the end, even if it hurts banging our head against the wall for days!
Here is an excellent site for tips on...
Hi miq,
The answer depends on the data to be kept in the tables.
If the tables were order and order-line, deleting the order should delete the order-lines.
If the tables were user-group and user, you should perhaps restrict the deletion of the user-group if there were still users in it. Thus...
Hi all,
I have a form with a combo and several textboxes all bound to a dataview, for navigation and filters etc.
The combo is just bound to the text like this:
cbo.DataBindings.Add("Text", dv, "FieldName")
BUT when I want to save changes to the dataset I call...
hi john,
My example was in vb.net but for more details check this out...
Title = Design-Time Attributes for Components
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpcondesign-timeattributesforcomponents.asp
I believe this is what you are after.
I used it...
Hi john,
I think this is what you need.
Just add
<Description("your property description")> _
to the line before the property function.
(Don't forget the underscore, this is all part of the property line)
Cheers
Paul.
Hi,
Bring your form up in design mode.
Click on menu "Display" and option "Tabulation Order"
Now the tab order of every object is displayed on the form.
Click each object in the order you want them to tab, the tab order changes (starting at 0).
Save when finished.
Enjoy!
Hi All,
I've got a wonderful problem...
I have written a project (in VB.NET) and now I would like to deploy it, so I added a Setup Project to my Solution.
Everything works fine, I have all the necessary dependencies.
When I try to generate the project... AARGH!!!
I get a generation error and...
Thanx again for your comments, there seems to be a definite swing for NVidia.
But what if I say "MPEG decompression"? (DVD, Divx...)
ATI does hardware decompression, but Geforce2 does not.
Then again the Athlon should take care of it!?
Comments welcome...
Cheers.
Hi all,
I'm planning to upgrade my machine...
Athlon XP 1600+
MSI 6380 Pro2
256Mb DDR
but my big question is which graphics board?
As I don't have the money to buy Geforce3 I'm hestitating between:
Geforce 2 Titanium 64Mb DDR TV out (Hercules, Leadtek ?) and
ATI Radeon 7500 64Mb DDR TV out.
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.