Hi,
We are merge replication more than 20 databases . Currently we added
one new column to a table so it will be added only in last, and now only in
this table the rowguid is not the last column.
I want to know because of this is there is any problem in replication.
Please give me a solution as soon as possible
thanks,
Soura
Soura,
the rowguid column doesn't need t be the last column, and sp_repladdcolumn
is all you need to use in this circumstance.
HTH,
Paul Ibison SQL Server MVP,
www.replicationanswers.com/default.asp
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)
Showing posts with label position. Show all posts
Showing posts with label position. Show all posts
Wednesday, March 28, 2012
Tuesday, February 21, 2012
rotate text to be up and down....?
I need to have text rotated 270 degrees from the standard starting position.
How do I rotate the text in the VS.Net 2003 environment?
Thanks,
KevinNot sure if this is what you are looking for, but change the WritingMode
property for the text box to tb-rl (Top to Bottom, Right to Left)
Hope that helps
-Steve
"Kevin" <Kevin@.discussions.microsoft.com> wrote in message
news:D5AEF903-9554-410D-9561-4EDA78576134@.microsoft.com...
> I need to have text rotated 270 degrees from the standard starting
position.
> How do I rotate the text in the VS.Net 2003 environment?
> Thanks,
> Kevin|||Thanks! That did it...
"Steven Bennett" wrote:
> Not sure if this is what you are looking for, but change the WritingMode
> property for the text box to tb-rl (Top to Bottom, Right to Left)
> Hope that helps
> -Steve
> "Kevin" <Kevin@.discussions.microsoft.com> wrote in message
> news:D5AEF903-9554-410D-9561-4EDA78576134@.microsoft.com...
> > I need to have text rotated 270 degrees from the standard starting
> position.
> > How do I rotate the text in the VS.Net 2003 environment?
> >
> > Thanks,
> >
> > Kevin
>
>|||hi,
how to show the text down to up in Vertical using tb-rl
thanks
robin.j
"Kevin" wrote:
> Thanks! That did it...
> "Steven Bennett" wrote:
> > Not sure if this is what you are looking for, but change the WritingMode
> > property for the text box to tb-rl (Top to Bottom, Right to Left)
> > Hope that helps
> >
> > -Steve
> > "Kevin" <Kevin@.discussions.microsoft.com> wrote in message
> > news:D5AEF903-9554-410D-9561-4EDA78576134@.microsoft.com...
> > > I need to have text rotated 270 degrees from the standard starting
> > position.
> > > How do I rotate the text in the VS.Net 2003 environment?
> > >
> > > Thanks,
> > >
> > > Kevin
> >
> >
> >|||Does anyone know how to rotate text, so as to create a bottom-to-top
direction (i.e. You'd turn your head to the left to read it correctly)
"tb-rl" gives top-to-bottom, but there isn't a "bt-rl" option :(
Thanks,
Mike.
--
Mike Stephen
"robin" wrote:
> hi,
> how to show the text down to up in Vertical using tb-rl
> thanks
> robin.j
> "Kevin" wrote:
> > Thanks! That did it...
> >
> > "Steven Bennett" wrote:
> >
> > > Not sure if this is what you are looking for, but change the WritingMode
> > > property for the text box to tb-rl (Top to Bottom, Right to Left)
> > > Hope that helps
> > >
> > > -Steve
> > > "Kevin" <Kevin@.discussions.microsoft.com> wrote in message
> > > news:D5AEF903-9554-410D-9561-4EDA78576134@.microsoft.com...
> > > > I need to have text rotated 270 degrees from the standard starting
> > > position.
> > > > How do I rotate the text in the VS.Net 2003 environment?
> > > >
> > > > Thanks,
> > > >
> > > > Kevin
> > >
> > >
> > >|||hi, you can write your own class which convert a string 2 an image, rotate the image , send it back to the report. use an image control to view your textimag
From http://www.developmentnow.com/g/115_2004_12_0_0_454324/rotate-text-to-be-up-and-down--.ht
Posted via DevelopmentNow.com Group
http://www.developmentnow.com
How do I rotate the text in the VS.Net 2003 environment?
Thanks,
KevinNot sure if this is what you are looking for, but change the WritingMode
property for the text box to tb-rl (Top to Bottom, Right to Left)
Hope that helps
-Steve
"Kevin" <Kevin@.discussions.microsoft.com> wrote in message
news:D5AEF903-9554-410D-9561-4EDA78576134@.microsoft.com...
> I need to have text rotated 270 degrees from the standard starting
position.
> How do I rotate the text in the VS.Net 2003 environment?
> Thanks,
> Kevin|||Thanks! That did it...
"Steven Bennett" wrote:
> Not sure if this is what you are looking for, but change the WritingMode
> property for the text box to tb-rl (Top to Bottom, Right to Left)
> Hope that helps
> -Steve
> "Kevin" <Kevin@.discussions.microsoft.com> wrote in message
> news:D5AEF903-9554-410D-9561-4EDA78576134@.microsoft.com...
> > I need to have text rotated 270 degrees from the standard starting
> position.
> > How do I rotate the text in the VS.Net 2003 environment?
> >
> > Thanks,
> >
> > Kevin
>
>|||hi,
how to show the text down to up in Vertical using tb-rl
thanks
robin.j
"Kevin" wrote:
> Thanks! That did it...
> "Steven Bennett" wrote:
> > Not sure if this is what you are looking for, but change the WritingMode
> > property for the text box to tb-rl (Top to Bottom, Right to Left)
> > Hope that helps
> >
> > -Steve
> > "Kevin" <Kevin@.discussions.microsoft.com> wrote in message
> > news:D5AEF903-9554-410D-9561-4EDA78576134@.microsoft.com...
> > > I need to have text rotated 270 degrees from the standard starting
> > position.
> > > How do I rotate the text in the VS.Net 2003 environment?
> > >
> > > Thanks,
> > >
> > > Kevin
> >
> >
> >|||Does anyone know how to rotate text, so as to create a bottom-to-top
direction (i.e. You'd turn your head to the left to read it correctly)
"tb-rl" gives top-to-bottom, but there isn't a "bt-rl" option :(
Thanks,
Mike.
--
Mike Stephen
"robin" wrote:
> hi,
> how to show the text down to up in Vertical using tb-rl
> thanks
> robin.j
> "Kevin" wrote:
> > Thanks! That did it...
> >
> > "Steven Bennett" wrote:
> >
> > > Not sure if this is what you are looking for, but change the WritingMode
> > > property for the text box to tb-rl (Top to Bottom, Right to Left)
> > > Hope that helps
> > >
> > > -Steve
> > > "Kevin" <Kevin@.discussions.microsoft.com> wrote in message
> > > news:D5AEF903-9554-410D-9561-4EDA78576134@.microsoft.com...
> > > > I need to have text rotated 270 degrees from the standard starting
> > > position.
> > > > How do I rotate the text in the VS.Net 2003 environment?
> > > >
> > > > Thanks,
> > > >
> > > > Kevin
> > >
> > >
> > >|||hi, you can write your own class which convert a string 2 an image, rotate the image , send it back to the report. use an image control to view your textimag
From http://www.developmentnow.com/g/115_2004_12_0_0_454324/rotate-text-to-be-up-and-down--.ht
Posted via DevelopmentNow.com Group
http://www.developmentnow.com
Subscribe to:
Posts (Atom)