Click here to Skip to main content
15,884,298 members

Comments by Derek Kennard (Top 14 by date)

Derek Kennard 4-Apr-16 0:18am View    
A few minor tweaks, but the concept was exactly what I needed. Thank you
Derek Kennard 19-Jul-15 16:11pm View    
Man, I have so much more to learn. Thank you for the information. I worked like a champ!
Derek Kennard 18-Jul-15 23:04pm View    
Deleted
I cleaned up the XAML a bit, if it helps.

<tabitem header="Vitals">
<groupbox header="Vital Signs" fontweight="Bold" borderbrush="Black" borderthickness="1"
="" margin="10">
<stackpanel businesslogic:marginsetter.margin="5">
<grid>
<grid.columndefinitions>
<columndefinition width="80">
<columndefinition width="100">
<columndefinition width="80">
<columndefinition width="100">

<grid.rowdefinitions>
<rowdefinition height="40">
<rowdefinition height="40">
<rowdefinition height="40">

<Label Content="HR:" FontWeight="Normal"
Height="27" Grid.Row="0" Grid.Column="0" />
<textbox x:name="TbHr" textwrapping="Wrap" text="" grid.row="0" grid.column="1"
="" width="85" height="27">
<Label Content="RR:" FontWeight="Normal" Grid.Row="1" Grid.Column="0"
Height="27" />
<textbox x:name="TbRr" textwrapping="Wrap" text="" grid.row="1" grid.column="1"
="" width="85" height="27">
<Label Content="BP:" FontWeight="Normal" Grid.Row="2" Grid.Column="0"
Height="27" />
<textbox x:name="TbBp" textwrapping="Wrap" text="" grid.row="2" grid.column="1"
="" width="85" height="27">
<Label Content="Weight:" FontWeight="Normal" Grid.Row="0" Grid.Column="2"
Height="27" />
<textbox x:name="TbWgt" textwrapping="Wrap" text="" grid.row="0" grid.column="3"
="" width="85" height="27">
<Label Content="Weight Type:" FontWeight="Normal" Grid.Row="1" Grid.Column="2"
Height="27" ToolTip="lb or kg" />
<textbox x:name="TbWgtType" textwrapping="Wrap" text="" grid.row="1" grid.column="3"
="" width="85" height="27">
<Label Content="Vital Date:" FontWeight="Normal" Grid.Row="2" Grid.Column="2"
Height="27" ToolTip="lb or kg" />
<textbox x:name="TbVitalDate" textwrapping="Wrap" text="" grid.row="2" grid.column="3"
="" width="85" height="27">



Derek Kennard 1-Jun-15 19:22pm View    
I would like to get them from Active Directory
Derek Kennard 1-Jun-15 19:12pm View    
That's what I'm looking for help on. I can't figure out how to set it.