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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. michelle1981

    Subreport

    Hi! Is there any way that i could do the following in a report: Page Header Details a -Subreport 1 Details b -Subreport 2 Page Footer If Subreport 1 has: Report Header Details Report Footer and the Report Header (from Subreport 1) must repeat on every page from report...
  2. michelle1981

    crystal reports charset

    Hi! Is tehere any posibility to set the font of the fields at design time in a .rpt related to the language in Control Panel's Regional Settings and the code page from taskbar (for example Greek, Russian)... At run-time it is possible using: pFont->put_Charset(dwCodePage); //CODEPAGE Thx in...
  3. michelle1981

    How to get Font from a FormulaFieldDefinition?

    i have smth like this: CString strTemp; CString strXMLText; IFormulaFieldDefinitionPtr formula; IFormulaFieldDefinitionsPtr formulaFields = m_pReport->GetFormulaFields(); strTemp.Format( _T( "'%s'" ), m_arrXMLReportData.GetAt( e_Clinic ) ); formula =...

Part and Inventory Search

Back
Top