Reply
 
LinkBack Thread Tools Display Modes
Old 10-25-2010, 08:38 PM   #11 (permalink)
Member
 
Join Date: May 2010
Posts: 41
J@Vissy is on a distinguished road
Default

Sorry... I was binding the wrong sub report...

Thanks for the help. Ill be back soon.
J@Vissy is offline   Reply With Quote
Old 10-25-2010, 08:51 PM   #12 (permalink)
Senior Member
 
Join Date: Mar 2006
Location: Novato (20 miles north of San Francisco)
Posts: 445
fryeguy is on a distinguished road
Default

The error thrown when deleting the <Run Date> text box is not a bug. If you take a look at how that text box functions you will notice there is no data field associated with it. Looking in the code section you will find a snippet of code that reads:

Code:
 
Sub PageFooter1_Format
 Dim dt As new Date
 ReportUtilities.SetTextBoxValue(rpt, "PageFooter1","txtRunDate", dt.Today.ToString("d"))
End Sub
It is this code that makes the date appear and it is this code that gets the reporting engine all in a huff when you delete it. Just comment this out and you are good to go.
fryeguy is offline   Reply With Quote
Old 10-25-2010, 09:14 PM   #13 (permalink)
Member
 
Join Date: May 2010
Posts: 41
J@Vissy is on a distinguished road
Default

Originally Posted by fryeguy View Post
It is this code that makes the date appear and it is this code that gets the reporting engine all in a huff when you delete it. Just comment this out and you are good to go.
Wouldn't that constitute a bug?

I am getting ready to start all of our custom reports. By just modifying this one item has given me plenty of insight and I appreciate all your help.

-Thanks.
J@Vissy is offline   Reply With Quote
Old 10-25-2010, 09:29 PM   #14 (permalink)
Senior Member
 
Join Date: Mar 2006
Location: Novato (20 miles north of San Francisco)
Posts: 445
fryeguy is on a distinguished road
Default

A bug is when something doesn't work right. This actually doing exactly what is supposed to except telling you that when you delete the text box you are breaking the code...

It is exciting when this stuff starts making some sense. Active Reports is particularly confusing for folks who are used to Access or Crystal Reports. Most of the time you can make things work without writing code on the backend. Definitely a different approach... but powerful.
fryeguy is offline   Reply With Quote
Old 10-26-2010, 03:44 PM   #15 (permalink)
Member
 
Join Date: May 2010
Posts: 41
J@Vissy is on a distinguished road
Default

long long time ago, i learned some xml when i was web design/ programming, so i think it should help since this seems to be the code for active. so far my only turn off is the wysiwyg interface. trying line up text and graphics seems to be difficult for me at the moment. maybe with a little experience i can come to like it.
J@Vissy is offline   Reply With Quote
Old 10-27-2010, 06:53 PM   #16 (permalink)
Administrator
 
SenoS's Avatar
 
Join Date: Mar 2006
Posts: 241
SenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond repute
Default

Originally Posted by J@Vissy View Post
When I am generating an "Installed Price" report, each line item totals the Unit Price + Misc Parts + Sales Tax + all labor. This is great, I am just wondering why it still breaks down the labor and sales tax fields at the end of the report. Is there a way I can have these removed, much as they were in SI4.0 & earlier?

Thanks.
All,
I should have read this post more closely rather than just answer the question. I want to clarify that our stock "Install Price" Proposals in SI5.5 do not include tax with each line item price. The field does however total: Unit Price, Misc Parts, Equipment Adjustments, and Labor.

We understand that some users might not want to show Labor pricing in the Project Summary section so we created Proposal reports that you can download from here that accomplish this. Third link in the list, named "Proposal (Install Price)".
-SEnos
SenoS is offline   Reply With Quote
Old 10-27-2010, 07:00 PM   #17 (permalink)
Administrator
 
SenoS's Avatar
 
Join Date: Mar 2006
Posts: 241
SenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond reputeSenoS has a reputation beyond repute
Default

Originally Posted by fryeguy View Post
A bug is when something doesn't work right. This actually doing exactly what is supposed to except telling you that when you delete the text box you are breaking the code...
You are absolutely right fryeguy, I misspoke by calling this a bug. Our devo team confirmed your solution for this.
Attached Images:
File Type: jpg bug-feature.jpg (10.8 KB, 1 views)
SenoS is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:13 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0
D-Tools, Inc.