My database doesnt support Unicode. All the data is in Ascci. The problem is that now I have to add some unicode characters and they need to be recognized by Actuate. My question is if there is a way to wrap or encode those characters so I can be able to recognize them and display then in...
I need to use the inverse cosine in java. How i can do it? I found a in the Math class the function cos but i cant find cosine inverse. Confucius once said, "I hear and I forget. I see and I remember. I do and I understand."
I am building a report inside one report the inner report SQL depends on what the outter report SQL is returning. I read that the only way to use variables in the SQL is declaring the variables as parameters. The problem with it is that I need to modify those paramenters in the report. How I can...
I need to add text to a dynamic text control in runtime. How I can do that. It is not a field from a table. In a normal textControl all that i do is in the start method add this Datavalue= MyText . I tried to do it like that with a dynamicTextControl but it didnt work, How I can do it? Confucius...
I am developing a webpage in frontpage. I need to know how i can add a drop down menu in the page. I have been trying to find a webcomponent to do that but i cant find it. please help me,
I am overriding the Fetch function in the content part. I have this :
Dim row as AcDataRow
Set row = Super::Fetch( )
I need to know wheter row is null or not. How I can do that? i have try if row=Null .... that doest compile.
Please help me
I am runing a report in the server and that report has some images embedden in viewtime. When I print this report from the server, Actuate deletes de image from the hard-drive in the server.
It is wierd stuff, I have called Actuate support and they are trying to find what is the problem.
I Have a report and it works just fine in my computer, but once that I put it in the web the frames sizes changes. My data doesnt look like it should.
Can someone help me?
I need to know how to validate a CFINPUT. The value of the text needs to be between 1-30. What I can do to validate that input.
Please help me, I will really appreciate your help.
I am using the CFINPUT tag to add a date to my database, the date format in my table is YYYY-MM-DD, and cfinput just validates this formats MM-DD-YYYY and DD-MM-YYYY. What I can do to make sure that the user is entering the right format? please help me
I am using the CFINPUT tag to add a date to my database, the date format in my table is YYYY-MM-DD, and cfinput just validates this formats MM-DD-YYYY and DD-MM-YYYY. What I can do to make sure that the user is entering the right format? please help me
I have this query runing and i need to use the value that his query returns, How i can do use it? how i can refer to that value?
<cfquery name="numofemp" datasource="#Datasource#" username="#DBUSER#" password="#DBPASS#">
select max(STAFF_ID) from Staff...
I am building a tree with <CFTREE>and i need to do a rutine when some one clicks on one of the items. How i can do it? this is my tree
<cftreeitem display="#Project_desc#" value="#project_Id#" queryasroot="No" expand="no" >
<cfinclude...
I am building a tree with <CFTREE>and i need to do a rutine when some one clicks on one of the items. How i can do it? this is my tree
<cftreeitem display="#Project_desc#" value="#project_Id#" queryasroot="No" expand="no" >
<cfinclude...
I am trying to access a table and the fetch returns false. I test the sql and is working. The table has a lots of rows that should been returned. There is not any connection error, I already check it. Please help me
Dim conn as AcOracleConnection 'AcDBConnection
Dim stmt as AcDBStatement
Dim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.