Jump to content
Xtreme .Net Talk

billy_bob169

Avatar/Signature
  • Posts

    32
  • Joined

  • Last visited

Everything posted by billy_bob169

  1. I have managed to load a disconnected dataset, which is then used to populate my datagrid, but now I must find a way to print it all. When I say all, it entails multiple user text box inputs, and the datagris/datatable that is derived from those inputs. Is there anyway to write a blank report in crystal, and pass values to formulas within the report from visual basic? Or am I better off writing everything to a text file, then sending that to a printer? I would really like to include a graphic on the printed page, but I am open to suggestions of an kind. Thanks....
  2. I got it to work!!! Even better than the old FlexGrid way. Thanks again Divil and Nerseus
  3. Thanks a ton for your help. The example code you included helps clear up a lot of questions I had. This forum is really a great help for people like myself, struggling to learn .Net. I'll let you know what I figure out.
  4. I'll give it a shot! Thanks...
  5. Doesn't a dataset have to be initially linked to a database though? Also, is it possible to link a grid to an XML file?
  6. I built a simple project in VB6, and I loaded a Flex Grid control using a loop and some simple formulas based on the users input. I have been trying to build the same project in VB.Net, but have yet to find a way to load a grid. I don't want the grid to be tied to a database, I just want to load it the way I did before. Is there any way to do this? I really don't want to be using COM objects, and I am trying to get away from them!! Someone please help if you can...:(
×
×
  • Create New...