Re: How to fix the width of the Dashboard ?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hello,

Thank you again and again to John Doyle who has done an excellent solution

Label had to be changed to text....

I just wanted to summarize for an easy use:
Changing the size of the Dashboard.ascx

If queue = 0 Then ' queue is prompted
lblQueuedCount.Text = ResourceManager.ResolveString("sidLblQueuedNone")
hlQueuedCount.command = ""
Else
Dim workerQueueClause As String = String.Format(" and
workitem_assigned_to_worker_id = {0}", queue)
count = ListDataSet.ProcessQueryDefinitions(dsQueries, "queued", title,
text, whereClause, workerQueueClause, reportPeriodClause)
SetHyperLink(hlQueuedCount, title, text, whereClause,
CurrentWorker.queue_name)
lblQueuedCount.Text = ResourceManager.TryString("sidLblQueued",
CurrentWorker.queue_name)
End If

And

<aw:Layout id="loCounts" runat="server">
<aw:label runat="server" id="lblTime" Font-Size="xx-small" />
<aw:HyperLink runat="server" id="hlOpenCount" label="sidLblOpen"
labelposition="top" command="runQuery" />
<aw:label runat="server" id="lblQueuedCount" class="clsLabel"
SuspendRowSpacing="True" style="word-wrap:break-word;" />
<aw:HyperLink runat="server" id="hlQueuedCount" labelposition="top"
command="runQuery" />
</aw:Layout>


Thanks,
Dom

--
Dominique


"Dominique" wrote:

I appreciate Ken Let me try
Thanks
--
Dominique


"Ken Halter" wrote:

"Dominique" <Dominique@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:17D49324-E12D-461F-BB8F-A724B7DDD564@xxxxxxxxxxxxxxxx
I have posted on several other web site but I am still not sure which one
is
correct as there is no answer anywhere for a week.

???

--
Dominique

I have no idea if this'll help or not but.....

Results 1 - 100 of 1,900 for width dashboard
http://groups.google.com.my/groups/search?hl=en&lr=lang_en&safe=off&num=100&q=width+dashboard&safe=off&qt_s=Search

--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
In Loving Memory - http://www.vbsight.com/Remembrance.htm



.