Viewing 15 posts - 106 through 120 (of 140 total)
benlatham (8/19/2008)
August 19, 2008 at 1:31 pm
I am sure you are right Susan but I can't help to think that there must be another way to do this.......
August 19, 2008 at 9:13 am
Ok I will need further help here. I already have the detail row's Visibility.Hidden = True, Visibility.ToggleItem = ticket_nbr. Ticket_nbr is a textbox in a Group Header. ...
August 18, 2008 at 10:25 am
Susan.Campher (8/15/2008)
Set the visibility toggle item to some report item outside the scope of the table/matrix, for example another text box (hope I understood your question correctly)
Great idea! Does...
August 15, 2008 at 7:57 am
Wow old hand, i would have never thought of that. Then again i am still a newbie. Thanks i will try it.
btw, the date fields are in Unix...
July 30, 2008 at 2:01 pm
Jack Corbett (7/30/2008)
July 30, 2008 at 1:01 pm
Jack Corbett (7/23/2008)
July 23, 2008 at 2:41 pm
Hari.Sharma (7/15/2008)
Hi,Set the Imaze sizing property "Clip" and try again.
tried that and the output is worst hehe. any other ideas?
July 15, 2008 at 8:18 am
Yes, this is the same report Nigel was helping me. As a matter of fact, I took his script, reworked it to join to the parent dataset so I...
July 14, 2008 at 1:54 pm
Both subreports get parameters from the parent report. The 2nd sub receives 4 parameters and yes, when i run it independently, i am passing the exact values from the...
July 14, 2008 at 12:07 pm
Can anyone help? I still cant figure this out and need to deploy to production asap.
July 14, 2008 at 9:17 am
declare @pay_begin_dt datetime, @pay_end_dt datetime,@empid char(7),@piecework_pay decimal(8,2),@base_wage decimal(4,2),@hours_worked decimal(8,2),@hours_ot_worked decimal(8,2)
,@hours_dbl_worked decimal(8,2),@reg_hourly_rt decimal(8,2),@ot_prem_rt decimal(8,2),@ot_pay decimal(8,2),@dbl_time_pay decimal(8,2),@gross_pay decimal(8,2),@ot_prem_rt_calc decimal(8,2)
,@ot_prem_rt_calc_label char(30),@dbl_time_hrly_rt decimal(8,2)
set @empid ='3021184'
set @base_wage = 8
set @pay_end_dt = '7/4/08'
set @pay_begin_dt = '6/28/08'
set...
July 10, 2008 at 10:21 am
No cursor.
No calcs in WHERE clause.
My calcs are all done in a subreport. The main report uses a LIST and passes employee id among other parameters to the subreport....
July 10, 2008 at 8:20 am
Viewing 15 posts - 106 through 120 (of 140 total)