Community

 
Jump Menu:
Post Reply
Page 5 of 6  •  Prev 1 2 3 4 5 6 Next
Switch to Forum Live View Character Sheet (4th Edition)
5 years ago  ::  Jun 30, 2008 - 7:45PM #41
David72
Date Joined: Dec 20, 2005
Posts: 232

Pfhoenix0 wrote:

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.

Quick Reply
Cancel
5 years ago  ::  Jun 30, 2008 - 11:42PM #42
Raven_Shadowere
Date Joined: Dec 29, 2007
Posts: 110
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.
Quick Reply
Cancel
5 years ago  ::  Jul 02, 2008 - 8:49PM #43
MastaD
Date Joined: Sep 19, 2007
Posts: 26
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!!!
Quick Reply
Cancel
5 years ago  ::  Jul 02, 2008 - 9:44PM #44
Poder_Miservel
Date Joined: Jun 3, 2008
Posts: 625
best work so far Agencystar, gratz =]
Quick Reply
Cancel
5 years ago  ::  Jul 03, 2008 - 6:40AM #45
Pfhoenix0
Date Joined: Jun 23, 2008
Posts: 59

MastaD wrote:

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.

Quick Reply
Cancel
5 years ago  ::  Jul 10, 2008 - 10:09AM #46
TheAgencyStar
Date Joined: Jun 19, 2008
Posts: 20

Poder Miser?vel wrote:

best work so far Agencystar, gratz =]


Thanks. Glad you like it and/or can use it.

Quick Reply
Cancel
5 years ago  ::  Aug 26, 2008 - 8:16AM #47
princetyr
Date Joined: Aug 26, 2008
Posts: 1
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.
Quick Reply
Cancel
5 years ago  ::  Aug 26, 2008 - 10:21AM #48
Pfhoenix0
Date Joined: Jun 23, 2008
Posts: 59
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).
Quick Reply
Cancel
5 years ago  ::  Aug 27, 2008 - 5:24AM #49
narack
Date Joined: Jul 28, 2007
Posts: 536

TheAgencyStar wrote:

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
Quick Reply
Cancel
5 years ago  ::  Sep 06, 2008 - 3:53PM #50
Pfhoenix0
Date Joined: Jun 23, 2008
Posts: 59
Just to let people know - I've released version 0.7.9 of my Character Sheet program (found here).
Quick Reply
Cancel
Page 5 of 6  •  Prev 1 2 3 4 5 6 Next
Jump Menu:
 
    Viewing this thread :: 0 registered and 1 guest
    No registered users viewing