|
5 years ago ::
Jun 30, 2008 - 7:45PM
#41
|
Date Joined:
Dec 20, 2005
|
I've updated my digital character sheet, imaginatively titled Character Sheet, to version 0.6. Check the sig for the link. Good job...email sent.
|
|
|
|
5 years ago ::
Jun 30, 2008 - 11:42PM
#42
|
Date Joined:
Dec 29, 2007
|
Thanks, like the sheet. There are few items that do not auto fill. Considering you have skill I do not, my hat is off to you. I look forward to seeing posts pertaining to any updates you may make.
Thanks again.....
Noob in Sherwood Park AB....Drop me a line if you need a player.
|
|
|
|
5 years ago ::
Jul 02, 2008 - 8:49PM
#43
|
Date Joined:
Sep 19, 2007
|
great program Pfhoenix. but some of the fields are not working yet. you cant do anything with manual entry of armor bonuses and weapons under basic attacks. but great start!!!
|
|
|
|
5 years ago ::
Jul 02, 2008 - 9:44PM
#44
|
|
|
best work so far Agencystar, gratz =]
|
|
|
|
5 years ago ::
Jul 03, 2008 - 6:40AM
#45
|
Date Joined:
Jun 23, 2008
|
great program Pfhoenix. but some of the fields are not working yet. you cant do anything with manual entry of armor bonuses and weapons under basic attacks. but great start!!! Yeah, not everything is linked up or has nodes in the dependency network that underlies the form. I've almost have feats fully taken care of. Next will be armor and weapons.
|
|
|
|
5 years ago ::
Jul 10, 2008 - 10:09AM
#46
|
Date Joined:
Jun 19, 2008
|
best work so far Agencystar, gratz =] Thanks. Glad you like it and/or can use it.
|
|
|
|
5 years ago ::
Aug 26, 2008 - 8:16AM
#47
|
Date Joined:
Aug 26, 2008
|
There are some character and dm sheets on www.gnogaming.com including a 4th edition interactive pdf character sheet that can be saved from Acrobat Reader.
|
|
|
|
5 years ago ::
Aug 26, 2008 - 10:21AM
#48
|
Date Joined:
Jun 23, 2008
|
Though I'm in the midst of working on a new version, my digital character sheet has been updated a number of times since I last posted here, and I've also released a program for helping manage encounters. Both can be found at the link in my signature ( here).
|
|
|
|
5 years ago ::
Aug 27, 2008 - 5:24AM
#49
|
Date Joined:
Jul 28, 2007
|
I design and maintain databases for a living. I love VS BTW and have crystal reports as well. Can you export as a PDF from Crystal reports (I know you can) but for others to save data using Adobe reader? To export you don't need to show the report in a crystal report viewer it's long to open that way i suggest opening in PDF right away like this
public static void ExportReportToFormat(ReportDocument rpt, string TemporaryFilename, string FileFormat) { try { if (FileFormat == "PDF") { rpt.ExportToDisk(ExportFormatType.PortableDocFormat, TemporaryFilename + ".PDF"); System.Diagnostics.Process.Start(TemporaryFilename + ".PDF"); } else { rpt.ExportToDisk(ExportFormatType.WordForWindows, TemporaryFilename + ".DOC"); System.Diagnostics.Process.Start(TemporaryFilename + ".DOC"); } } catch { MessageBox.Show("Error, this report is already open.\n If you are trying to compare to another report please save this report then generate a new one."); } } All you have to do is when you create your report document object you set is datasource (dataset most of time) and just pass it to this function wich output locally the file and open it. You need to pass the format, either PDF or Word in this mini function
|
|
|
|
5 years ago ::
Sep 06, 2008 - 3:53PM
#50
|
Date Joined:
Jun 23, 2008
|
Just to let people know - I've released version 0.7.9 of my Character Sheet program (found here).
|
|
|