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 bkrike 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: jjmew
  • Content: Threads
  • Order by date
  1. jjmew

    Unicode Problem

    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...
  2. jjmew

    How to use inverse Cosine in Java?

    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."
  3. jjmew

    How to use parameters as variables?

    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...
  4. jjmew

    How I can add text to a Dynamic Text Control

    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...
  5. jjmew

    Question Using Dynamic Text controls

    Hi, I am using dynamic text controls. After the control is done i need to know in run-time how many lines that control has. How I can do that?
  6. jjmew

    How I can control the DataCursor?

    I am working in a report and I have a table with data. At some point I need to go back 3 rows in that table. How I can do that? please help me
  7. jjmew

    How to add a DropDown Menu

    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,
  8. jjmew

    I need to check if a row is null

    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
  9. jjmew

    Actuate Server Bug

    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.
  10. jjmew

    My report is not Woking in the web?

    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?
  11. jjmew

    How I can Display a non Static Image?

    I am working in a report and i need to have a image that will change depends of the value of every record, How i can do that?
  12. jjmew

    How I can validate a CFINPUT?

    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.
  13. jjmew

    HELP WITH CFINPUT

    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
  14. jjmew

    How I can validate a inputbox?

    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
  15. jjmew

    Help with SQL in Colfusion

    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=&quot;numofemp&quot; datasource=&quot;#Datasource#&quot; username=&quot;#DBUSER#&quot; password=&quot;#DBPASS#&quot;> select max(STAFF_ID) from Staff...
  16. jjmew

    HELP WITH CFTREE TAG

    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=&quot;#Project_desc#&quot; value=&quot;#project_Id#&quot; queryasroot=&quot;No&quot; expand=&quot;no&quot; > <cfinclude...
  17. jjmew

    I need hell with the CfTreeItem tag

    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=&quot;#Project_desc#&quot; value=&quot;#project_Id#&quot; queryasroot=&quot;No&quot; expand=&quot;no&quot; > <cfinclude...
  18. jjmew

    How I can Create a Class in Actuate?

    I need to create this class Class MyRow dim t1 as string; dim t3 as string; dim t2 as string; end class Where and How I can do it? please help me
  19. jjmew

    Help with This Code

    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...
  20. jjmew

    How I can now which Browser the Client is using?

    I am designing a website in Cold Fusion and I need to be able to detect which browser the client is using, How I can do that? please help me JJ

Part and Inventory Search

Back
Top