Click here to Skip to main content
15,916,949 members

Comments by (pmac) (Top 7 by date)

(pmac) 18-Oct-13 22:07pm View    
I read this documents http://technet.microsoft.com/en-us/library/bb680505.aspx
and I do not understand the step number 6.

6. On the Distribution Agent Security page, click … and enter the security account settings used for Connection to Distributor and Connection to Subscriber.

What security account settings should I enter?
(pmac) 18-Oct-13 22:05pm View    
It works, thanks you.
(pmac) 2-Oct-13 7:28am View    
Yes, can you give me sample code or link to see demo?
(pmac) 1-Oct-13 5:34am View    
my purpose:
example I have a html table which contain 3 rows (RoomA, RoomB, RoomC) and 5 columns (date1, date2, date3, date4, date5). now I want to make reservation RoomA for two days.
That's why I want to select more than one column in a single row.

Thank for you help.
(pmac) 1-Oct-13 1:02am View    
Thanks for your reply and thank for your links, those help me.
Anyways, in my question I just want to select cells in single row not multiple row.
example:
user can only select AB, BC, ABC, DEF or GHI ... not ABCD, BCD...
See the code in "http://jsfiddle.net/5VXDt/1/"
Please kindly help.