Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to make different pages have different titles?

Status
Not open for further replies.

crystalamber

Programmer
Feb 1, 2007
31
SE
Hi,

the report i have to design reads data from an xml file, i separate the data from three different pages(i set a special denotation in some row, then use the function "new page after"), the content of each page is separated by a label called<paragraph> in the xml file, however, each paragraph has its own title in the xml file(<paragraph>title_content</paragraph>),which means each page should have its own page title too, when i change one title, the titles of the other two pages are also changed, how could i implement it and make each page has its own title?

I use the group function, group by the paragraph, when i see the report, it have three pages separately, it is good, however, i still can not edit page title for each page, i also try to add text in the region of each paragraph which has the group num(0,1,2), it also does not work, how could i implement it?

Any help will be appreciated!
 
You can have several separate sections in page header. Selectively suppress some of these sections. (Right-click on the section and choose Format Section. Then choose the formula icon (x+2 and a pencil) for suppression.)



[yinyang] Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 [yinyang]
 
Crystal treats xml files as tables, so describing the internals of the xml file is pointless, write of the fields exposed to Crystal. We don't care about nor can we alter the internals of the xml from within Crystal.

If what you are trying to say is that you have a value within some html text that you need to parse out, so state.

-k
 
fine, from the method above, i could deal with it, thank you very much.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top