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: smsaji
  • Order by date
  1. smsaji

    Syntax - ResultFileName property of cube object in c#

    Hi, Anyone knows the syntax to use/get the 'ResultFileName' property of the Cube object in C#? I've opened the model and created the cube object programmatically in c#. No I want to access the 'ResultFileName' for each cube created for that model. Struggling with it.. thanks saj
  2. smsaji

    How to specify CubeSaveDirectory in C# application

    Currently, the cube is created using following command. It is created in 'C:\Cognos'. This is specified in the trnsfrmr.ini file. Can I specify the CubeSaveDirectory folder in the c# program while creating the cube. Object resultMDC = typeCognos.InvokeMembe("CreateMDCFiles"...
  3. smsaji

    How to specify CubeSaveDirectory in C# application

    Hi, Would like to know how to specify the CubeSaveDirectory in the c# program. Any help appreciated. Currently the cube is created in the folder specified in the 'CubeSaveDirectory' variable of 'trnsfrmr.ini' file. But need to retrieve this path (from the database) for the selected '.mdl...
  4. smsaji

    Creating .MDC file - Error:process or action cancelled at your request

    thank you drlex, deleted the .qui and .lck files and was able to create the cube!!
  5. smsaji

    Creating .MDC file - Error:process or action cancelled at your request

    Anyone can help as where to look for the 'Transformer logs' ie in which folder? saj
  6. smsaji

    Creating .MDC file - Error:process or action cancelled at your request

    Hi, Trying to create a .mdc file from .mdl file using C#. The following code seems to successfully load the Cognos application, open the .mdl file. When trying to create .mdc file, gives following error: 'trModel(CreateMDCFiles) : (TR0102) The process or action was cancelled at your...
  7. smsaji

    Pdf download of Japanese font from Activex Viewer appear as Boxes

    Want to add this point. The data labels of the charts (pie charts or bar charts) are appearing as boxes. Tested the fonts with Arial and NSimSun. With either of these fonts, the chart data labels show as boxes in pdf download. The Japanese data from the database is showing in Japanese...
  8. smsaji

    Pdf download of Japanese font from Activex Viewer appear as Boxes

    Hi, In the pdf download of crystal reports 10, from activex viewer, the Japanese double byte character is appearing as boxes. Anyone has an idea or link to overcoming it. I searched fro some links related to it but couldn't fine one. The reports are in crystal enterprise 10. The activex...
  9. smsaji

    How to set Font Formula for a Pie chart data labels

    Hi, In pie chart labels is it possible to set a font formula X+2 - if Japanese param value use Jp fontname else english Arial. When I right click on the chart data label -> Selected item, there is a list box to select the font but there is no place to set the formula. How can we accomplish it...
  10. smsaji

    CE 10 reports via asp in activex viewer - Group Tree does not navigate

    Turkbear, Thanks a lot for your response.. Yes, using viewrpt.cwr URL command with init=actx, the group tree naviages. But when we access with http://servername:8001/filename.asp?Client=abc&Proj=2005, it doesn't. The asp accesses the crystal enterprise objects by creating it as xmlDOM object...
  11. smsaji

    CE 10 reports via asp in activex viewer - Group Tree does not navigate

    Hi, I'm repeating this question after about six months. Viewing crystal enterprise 10 reports via asp in activex viewer . In the reports with group tree, selecting a group tree does not navigate to that group; unless that page/group had been already visited . Any one knows of a patch /link...
  12. smsaji

    .net COM interop how to force data into unmanaged world

    Hi, I have a .net com interop dll. The function in it returns a chinese string. When I access this dll(ufl) from crysal reports 10, the chinese string shows up as ?????. To force the data, I tried using: [return: Marshalas(UnmanagedType.BStr)] but still shows as ????. Is there anything I...
  13. smsaji

    Date Format Formula

    This was useful to apply in the date format Thank you, Naith!
  14. smsaji

    .net com interop dll returns chinese/japanese string

    Hi, I have a .net com interop dll. The function in it returns a chinese string. I want to make sure it has the chinese string in the unmanaged world. For manual marshal,I read about using tlbimp dllname.dll /out:dllname_interop.dll and access dllname_interop.dll from other applications...
  15. smsaji

    Crystal activex viewer displays chinese japanese fonts as ?????

    Hi, Crystal enterprise 10. crystal reports 10 A report using ufl(.net com interop dll) brings different language strings via url based on language parameter. Viewed via activex viewer. English, french, german strings gets displayed. Chinese, Japanese, Arabic, Russian gets displyaed as ...
  16. smsaji

    Crystal enterprise 10 with UFL report comes blank

    It shows up!! I had a parameter with a default value of Japanese. When the report was made to prompt, the report shows up. But a language font question related to this, posting separately. thanks saj
  17. smsaji

    Crystal enterprise 10 with UFL report comes blank

    Hi, A report using ufl (.net com interop) is not showing up in the activex viewer of crystal enterprise accessed over url. In crystal reports 10local machine displays fine. in crystal enterprise 10 web server(win server 2003), ufl(dll) is placed in windows\system32 and CE\CF\CD\2.5\bin and...
  18. smsaji

    C# function returning unicode fonts - chinese

    Yes chiph, the CJK characters from the functions are displayed in the text editor. The crystal report also displays CJK characters internally. The .net function is registered as COM interop and is then available to crystal report. So it look it is lost somewhere in COM. Now, I am reading...
  19. smsaji

    return data type of a function returning unicode characters.

    thank you guru7777 and chiph.

Part and Inventory Search

Back
Top