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 TouchToneTommy 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. dirtyholmes

    Comparing software version numbers

    I am new to writing javascript code and i am trying to find a way of comparing software version numbers. I have some code that needs to check a version of software on the users PC against the recomended version, and find out if the version on the PC is more recent. eg var minimumReqVers =...
  2. dirtyholmes

    Newbie : Image ( Banner Problem )

    I am trying to fix an image to stretch across the top of my page -----------------------------------------------------------IMAGE.IMAGE.IMAGE.IMAGE.IMAGE.IMAGE.IMAGE.IMAGE.IMAGE.IMAGE ----------------------------------------------------------- I am having trouble displaying anything that...
  3. dirtyholmes

    Operating system compatibility

    Hi, Does anyone know if it is possible to get a program object to run in a directory on a Unix Box on the network, when Crystal Enteprise is installed on a machine running Windows XP. I have managed to get program objects to run on windows machines on the network, but whenever i put the...
  4. dirtyholmes

    Newbie - How do i put a block of colour at bottom of page

    Hi, Sorry i am very new to Html, and i am trying just to place a block of colour ( like a band ) going across the entire length of the bottom of the page, and taking up about 10% of the screens height, but i dont know how to do it. Can someone please help. MAny Thanks
  5. dirtyholmes

    Why cant my page use my Session Attributes ?

    Hi i have an application in which i am creating some session attributes in the following manner. I am able to access these attributes in all my pages except the one in which i wish to access them. Why are they not accessible in just one page. (page1.jsp) // Setting the session attribute...
  6. dirtyholmes

    Difficulty Running Program Objects

    Hi, I have crystal Enteprise installed locally on my machine and i am trying to run a Program Object on another machine, but i am having difficulty. I have created my Object and added it to the Objects list and in the Process "Paramaters" option in the working directory i have specified the...
  7. dirtyholmes

    Logging Off Users

    Hi, Does anybody know how to disconnect or log off users who are using the system through the Crystal Management Console. If i have for example 5 users currently logged on, and i want to disconnect or log off one of the users to free up a license, how do i do this ?
  8. dirtyholmes

    Updating Business View Elements

    Hi , I have created a report using a business view, and in the data foundation I have a parameter and a filter, which i initially gave rights to the "myuser" user. This has worked fine when logging in as "myuser", and the parameter prompt and filter work as expected. However i now wish to...
  9. dirtyholmes

    Cannot view Crystal report on Weblogic JSP page

    Can someone please help, I am trying to view my crystal report (test.rpt) in my JSP page but get the following error and im having trouble sorting it out. I am using Crystal 10 with weblogic. My report is just a simple report ( no data connection needed) with just some hard coded text. I simply...
  10. dirtyholmes

    How to re-connect a report to a Business View

    Hi, I have just somehow mistakenly managed to disconnect my report from the business view i am using, and cannot manage to re-connect the report to the business view. When i try and refresh data i get the message "Report has been disconnected from the business view". Does anybody know how i...
  11. dirtyholmes

    Trouble Viewing Crystal Reports with Weblogic

    I am having trouble viewing a crystal report(Crystal 10) in my JSP page ( in Weblogic ) using Weblogic Workshop. I have tried to both follow the simple instructions using the java viewer tag, to just drop in my report onto the page, and i have also tried to add code to the JSP page without the...
  12. dirtyholmes

    How do i fix this Compilation error

    Hi , I am new to JSP and im currently getting this compilation error on one of my pages ( i am using Weblogic ). Can somebody possibly explain how i can fix this, or shed some light on the subject . Thanks <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <>...
  13. dirtyholmes

    Trouble Viewing Reports with JSP

    Hi, I am trying to integrate a crystal report into my JSP page and i am following instructions in the Crystal Reports 10 book (page 640 ). I am told to import 3 classes into the JSP application. JPEReportSourceFactory .IReportSourceFactory2 and .IReportSource when following the instructions...
  14. dirtyholmes

    Simple Selection Formula

    Hi I am new to Crystal Reports and i am currently struggling to do a simple selection and need help. I have a table for my report called Table_1. Table_1 has a field called customername (eg SONY ) and a field called customerid ( eg 35 ). I simply wish to place on the report a field that will...
  15. dirtyholmes

    Silly Question - But Help

    Im embarrassed to ask this question but here goes. I am new to Crystal Reports and on creating my first report which requires a large number of fields, i am finding the Portrait formatting option very restrictive as i cannot fit all the fields on to the sheet. I cannot however figure out how...
  16. dirtyholmes

    Removing part of string from a fixed position ?

    If I have a file containing data with rows of numbers as such. How can you sweep through the file and elequantly check and remove (if they exist) the numbers 2233 or 1435, if they appear at the fixed position of 47-50 eg Before 21086600000193 592843830 2003121323270022335675762...
  17. dirtyholmes

    Newbie : Quick Split function question

    Hi Guys, If i wanted to split the following line $myline = "123 456 +789-123+456 789"; into the following 123 456 +789 -123 +456 789 i.e if i hit a whitespace, a "+" sign or "-" sign i want to split at that point. Is this possible using the split function. I can only seem to get it to split...
  18. dirtyholmes

    File Comparison Algorithm

    Hi Guys, I am trying to come up with a suitable file comparison algorithm, and hoped someone here would have done something similar in the past. I am trying to compare 2 files to get an idea of how much they match each other. The files consist of a number of columns of numbers and text ( tel...
  19. dirtyholmes

    Newbie - Parsing a file and storing data in columns

    Hi Guys, Can anyone advise. I have a text file that is basically made up of information similar to below. I want to parse through the file, and store the information in some sort of array by column. i.e I want a storage array that will hold 002425321,11242531,54243351, and similarly in another...
  20. dirtyholmes

    Newbie - Comparing data in two files

    Hi Guys. I am very new to perl, and require some assistance in a little problem I have. I have 2 text files which have the following data File 1 00242531 HOLLAND 4572357225 7722+09868603.0660966698 11242531 FRANCE 6454353535 7444+06779889.0668896669 54243351 CHINA 7676689998...

Part and Inventory Search

Back
Top