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 SkipVought 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: *

  1. sharugan

    find second frame loading status

    I have a frameset that has two frames.I have access to frame1 but i don't have access to frame2. since the frame2 page takes much time to load , I need to check if the frame2 page is loaded in the frame1 page in javascript and then stop the progress. could you please help me with this. [code]...
  2. sharugan

    finding frame page load in a frameset

    hi , i have a frameset that contains two frames. 1)content frame: i have access to this page 2)main frame : i don't have access to this page I need to write a javascript in content frame to check for the page load in main frame since the main frame page takes much time to load the page. when i...
  3. sharugan

    display spreadsheet in a browser

    I have a spredsheet that contains the data.I need to display the spreadsheet in a browser when the user types the url of the website.It should n't pop up "save as" dialog box to open / save the spreadsheet. I am using the following code , but it opens the pop up window.How do i avoid the pop up...
  4. sharugan

    display spreadsheet in a browser

    I want to display a spredsheet in a browser with out showing the pop up window asking user to open or save. I am using < a href="1.xls">. it opens a pop up window to open/save spreadsheet.How do i avoid that pop up window
  5. sharugan

    activex control on this page might be unsafe

    I have a spredsheet that contains the data.I need to display the spreadsheet in a browser when the user types the url of the website.it shouldn't show any alert message that "the activex control on this page might be unsafe" how do i avoid the message from displying on the browser in the code .i...
  6. sharugan

    Expert Help needed! .Display spreadsheet in a browser

    I have a spredsheet that contains the data.I need to display the spreadsheet in a browser when the user types the url of the website.It should n't pop up "save as" dialog box to open / save the spreadsheet. I am using the following code , but it opens the pop up window.How do i avoid the pop up...
  7. sharugan

    Formula for empty field by outer join

    There are two questions 1)I have data base fields to dispaly the field data from three different tables.Since i have used outer join , i get some field in the table 1/tabl2/table3 emtpy , I want to check the field and display "No data" i tried this in the foumula selection in the data base level...
  8. sharugan

    Formula for empty field by outer join

    Thanks for the reply. When i use the formula in the database field , it says that the return type of the formula should be boolean Should i remove the database field and then use the formula field.If so how do i display the database field and add the formula . Could you please explain in details.
  9. sharugan

    Formula for empty field by outer join

    I get empty rows as shown below due to outer join and that record is not available in DB. Table1 table2 table3 1 cat cow 2 monkey I am get empty data in table2 / table2 since the data is not available and want to apply the formula on the data base field to check...
  10. sharugan

    Issue with linking tables across the DB

    Please help me solve my issue.its been long time i am trying to resolve the issue. I am using Oracle 9i, crystal 8.5.I am working on data validation across the DB's.I need to compare the data between source (sybase), staging(oracle) and target(oracle).The view has been made for source and tagert...
  11. sharugan

    blob field or memo field can't be used in formula

    thanks for the suggestion.I am using Oracl 9i. When i create SQL expression with substr("tablen"."field",1,2) , I am not getting any error but i am not getting any values though i refresh the reports.The show sql query is also disabled.As you said that field is not available.Though i type the...
  12. sharugan

    blob field or memo field can't be used in formula

    i am using CR 8.5 I followed as you said . but i am getting syntax error when creating SQL expression .FYI i still don't see the field in the SQL expression editor to browse because of 255 chars SUBSTR({table.field},1,125)
  13. sharugan

    blob field or memo field can't be used in formula

    I have a field with more then 250 size characters.When i add the field as Data base field , i can add and see the values.But i want to apply formula on the field to match the value of the field with other table field. When i do so , i am getting "blob field or memo field can't be used in...
  14. sharugan

    Data Comparison from various data bases using Crystal Reports 8.5

    Hi All. We need to compare the data of various data bases (Oracle ,Sybase ,Db2) and then high light the data if that is different then Oracle data using crystal reports 8.5. Can any expert help me give best idea in crystal report. I am trying to use formula field. But i don't know how to hight...

Part and Inventory Search

Back
Top