1
Answer

Microsoft Word 2007 question

Photo of Nilesh Sanyal

Nilesh Sanyal

11y
1.1k
1
Please provide the steps and pictures of the steps(if possible) to solve following problems...
1)a)Open a new word document as doc2 and create a front page of a book using Background picture,Table,Word art,Text box,Quick parts etc and save to Cover page Gallery as mypage1 under Built-in category.

b)Copy doc2 as cpdoc2 and start working with cpdoc2.Remove background picture.

2)a)Create an index page at the second page of cpdoc2 by using Tab setting. Index must content chapter,sub chapter and page numbers.

b)Select all content of created index and save it under table of content gallery.

c)Go to 3rd page of cpdoc2 and write the content of the book as per the index created.Now save and close cpdoc2.

d)Re open cpdoc2 insert a blank page after index page and add table of contents reference.

Answers (1)

0
Photo of Vulpes
NA 98.3k 1.5m 12y
Try:

SELECT denumire FROM dbo.client WHERE UPPER(SUBSTRING(denumire, 1, 2)) = 'RO'
Accepted
0
Photo of Violeta Popa
NA 137 110.7k 12y
Thanks, it worked. I have one more question, using DataBound and Query creates a Fillby ToolStrip and the comboBox is filled only when I click on the Fillby Tool. Is there a way to fill automatically the combobox? when form loads or something like that?
0
Photo of Violeta Popa
NA 137 110.7k 12y
thanks, but still doesn't work, now doesn't display anything :(
0
Photo of Vishal Gilbile
NA 13.9k 2.9m 12y
Hello Friend,
            Just replace your query with the following

SELECT denumire FROM dbo.client WHERE denumire like 'RO'.


Hope that solves your problem.


With Regards,
Vishal Gilbile