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 strongm 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: *

  • Users: pheynman
  • Content: Threads
  • Order by date
  1. pheynman

    Changing report font dynamically (Java)

    Hi, I was wondering if anybody had had to change report fonts dynamically depending on what the user would like to use. Does it depend on the report definition being defined to accept variables like: If {?NewFont} <> "" Then {?NewFont} Else DefaultAttribute or can you just wrire code...
  2. pheynman

    infostore.commit(iinfoobjects) does not work (Java)

    Hi, I can't get my code to commit changes to the InfoStore that I'm making to the reports, namely the report logon information. if (reports != null && reports.size() > 0) { //load and modify each report in the folder for (int i = 0; i < reports.size(); i++) {...
  3. pheynman

    What parameters does one pass into the getPluginInterface() method?

    Hi, This is a simple question but for some reason I can't find a solution or example of usage of this method and the documentation is not useful. It tells you the type to pass in but I not what the values of your options are. In CSP, and .NET, you can pass parameters like (examples): 1)...

Part and Inventory Search

Back
Top