not SQL Server based | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

not SQL Server based


It is not an SQL Server based question, but I need some help, I am not getting any proper site for clearing this problem. I am using VB, SQL Server and Crystal Report 9. When i am trying to create a textobject on crystal report I am getting an error -2147189571 (80047cbd); "creation feature not enabled" Kindly give me a solution or link of information.
Are you creating a report using some VB Control or report exist and you are asigning an SQL to the report?
Luis Martin …Thus mathematics may be defined as the subject in which we never know what we are talking about, nor whether what we are saying is true.
Bertrand Russell
I am creating a new report, I have not connected to any database or given any SQL to the report, I just want to put a textobject supplied by the crystal report on a new report. Like I can show the matter I like, on this textobject. I don’t need any connection info or SQL to run this report. The crystal report 9 supplies a method "AddTextObject" on it’s section objects. here is an example of code I just trying to run With Me
With .DetailSection1
.AddTextObject "Joby", 0, 0, True
End With
End With ”” With me (here me is the report object in designer object’s collection of the VB)
quote:creation feature not enabled
Licensing issue most likely. Check this Crystal Reports KB article: http://support.businessobjects.com/library/kbase/articles/c2012093.asp] Nathan H.O.
Moderator
SQL-Server-Performance.com
]]>