Hello. I have a report written in Crystal 8.5 that generates a list of contacts. It contains 6 fields, all of which have the setting set to grow to fit as the data is of variable length.
The problem I'm having is that this is a report set to display in 2 columns (across, then down) such that...
Thanks, tsuji
That's just what I needed. Sorry it took so long for me to folloup up on the post... people wanting everything done yesterday around hear.. you know how it goes ;)
Take care, buddy, and thanks again!
Hi,
As promised, here is a sample that uses a SqlDataReader to interate through records, and a DataSet to bind to a control (a grid in this case.)
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using...
You use a TGML markup tag: .
Example:
Class HelloWorld()
{
System.Windows.Forms.MessageBox.Show("Hello World!");
}
appears as:
[CODE]
Class HelloWorld()
{
System.Windows.Forms.MessageBox.Show("Hello World!");
}
More information on TGML tags can be found here
Did you have to include a license file when you first installed it on the old PC? Were you prompted to enter a serial key or license file during install this time?
I have APEX True DBGrid Pro 6.0 at my work and I have to install it to develop with it in the IDE, even if I have the OCX...
Hi!
Here is a sample that reads through a resultset. You usually use this method of manual iteration when you want to process the data returned from the query. This method does not require the use of the DataSet class. I'll post another sample after this that shows how to use a DataSet...
I think so. I couldn't find a default template that VS is using but using the Macro Editor to create a macro might do it. I'd make a macro that does the following:
-1- Initiates the documentation procedure
-2- Edits the CommentReport.css to add VERTICAL-ALIGN
I'd post the macro code for...
If the source text was formatted in XML and not HTML then it would be very easy to extract the text between the tags. But that is not the case, so I think you'll have to write a function that strips out the tags.
Question: How is the HTML generated? Is it from an application that you...
You can add an entry to the CommentReport.css that fixes the problem. Apparently, FireFox does not handle margin spacing the same as IE... If you google search for "firefox css" you will find links on that topic.
After the Comment Pages have been generated, open CommentReport.css and find the...
Hi,
You can extend the System.Windows.Forms.TextBox class that will give you a reusable control that always displays text in upper-case. Below is a sample of a user-control that overrides TextBox.
sing System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using...
Hmm, now I can see the same problem in my browser. Apparently the issue is with vertical alignment of text inside the <TD> tags. You might try editing the stylesheet used by VS when generatating the code pages. Search your drive for the file called "CommentReport.css" and try to tweak its...
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.