|
Custom Text in a Crystal Report
|
Language: VB.NET
|
|
Author:
| |
ptaylor
|
|
Views:
| |
115
|
|
|
A Crystal Report shows all the data from a criteria and allows you to print or save the report
But if you look at the report a few weeks later, you will not know what criteria was used to generate the report, making the data worthless.
This is how to show custom text in a Crystal Report (i.e. Report Date not Printed Date)
|
|
|
|
|
Get Alphabet Letter from Number
|
Language: VB.NET
|
|
Author:
| |
ptaylor
|
|
Views:
| |
345
|
|
|
How to get a Letter of the alphabet from a number and increment.
It will Loop and get each number between 0 and 25 with the associated letter then the Message Box will show the FULL Alphabet
|
|
|
|
|
Add Combo to Datagird
|
Language: VB.NET
|
|
Author:
| |
ptaylor
|
|
Views:
| |
290
|
|
|
Programmatically add a combo to a Datagird
In this example the database has a column called "StartDay" set as an Int32
|
|
|
|
|
|
|
|