I'm new to crystal and I've finished my first report created in VS.NET. The only thing I can't figure out is if it is possible to format unbound text boxes with global VB variables.

If I can do this, how? I would think I could do something like UnboundTextBox.text = MyVBVariable in the code behind the report page, but I haven't been able to find anything looking around online and in the help files.

Any help would be greatly appreciated.

Chris