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 Mike Lewis 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
  • 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 found how to do it! All that you need to do is concatenate your global variables that contain the text that you need to place in the DynamicTextControl and then in the properties of the control in value expression refer to them Confucius once said, "I hear and I forget. I see and I...
  5. 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...
  6. 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?
  7. 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
  8. jjmew

    I need to check if a row is null

    Thanks for your help. I already try the IsNull function but i doesnt compile becouse it says that the only kind of variable that you can use is variant. I am using a AcDataRow variable and that is the problem
  9. jjmew

    How to add a DropDown Menu

    Thanks for your help! What i mean with a DropDown menu is a menu like the one that is in the top of each window. I need to have submenus. A good example of what i want to do is in www.microsoft.com in the top right corner.
  10. 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,
  11. jjmew

    Hi !!! I am using Actuate6 for re

    My suggestion is to keep a standar font. You need to embeed all the pictures in desing time(unless you have non-static images).
  12. 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
  13. jjmew

    reallyy needs help as soon as possible

    I just started to use actuate 3 months ago. I have find really helpfull to just start from zero. To build a report all that u need is a DataBase Connection. It is really simple to do that. There is a tool that you just drang and to the conecction part. After that you have to add a frame to the...
  14. 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.
  15. 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?
  16. 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?
  17. 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.
  18. 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
  19. jjmew

    Help with SQL in Colfusion

    thanks for you help numbered
  20. 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

Part and Inventory Search

Back
Top