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

    Wireless Not Working

    HI All, I have a dell laptop with TrueMobile 1150 Wireless card. I used to use it without any problem every where. Lately, I have been having a problem browsing any website. It says the signal is strong, but I can't browse any site. I have a little knowledge about networking and I am not sure...
  2. sim133

    Displaying Number of Records

    HI all, Is there way to display the total number of records on each page footer using Crystal Report. I know it is possible to display it on the report footer, but the customer wants see the total number of records on each page footer. I am using Crystal XI. Thank You..
  3. sim133

    Crystal Reports and Stored Procedure

    Hi All, Is it possible to use a stored procedure in Crystal Reports and treat it as a Table or View. I am using Crystal XI or Oracle database. I would really appreciate it, if you can give me some codes if it is possible. Thanks.. [bigglasses]
  4. sim133

    Grouping Problem

    Hi Everyone, I am trying to develop a report which has different groups. One of my group fields is "OTHER". I want this group to be the last grouping in the report. Is it possible to tell Crystal to print this group at the last? Thanks I am using Cristal XII
  5. sim133

    Creating a View

    Hi all, I don’t have a deep experience in SQL so I am not really sure whether this is doable or not. I have this table Event Table that keeps track of event date. Each event date has Event code. Here is an Examle Event Data Event Code Event Data Event Code 12/12/2000 RR 12/12/2002...
  6. sim133

    Sorting Problem

    Hi all, I am trying to query a table and sort it by the material Name. I want the unknown, Other and None Material lists to show up at the last. Is there any way to do this? I appreciate it. Thanks
  7. sim133

    rundll32.exe file

    Hi all, when I login into my computer the I can't run any application because the rundll32.exe process uses all my memory. I checked under the task manager it duplicated itself uses high memory usage. Does any one know how to fix this problem. Thanks
  8. sim133

    Call PLSQL

    Hi All, Is it possible to call PL/SQL that takes a parameter which is one of column’s value in the report and use the return value as field in the report? I am trying to call the PLSQL in the report while simultaneously accessing a data from a table. Thank you
  9. sim133

    Sub Report

    Hi All, Is possible to stop users from clicking sub report section. I have a sub report in the main report. I want the users to view the sub report in the main report. I don't want them to click on it and view the sub report alone. I tried to use the text object, but didn't work. I was...
  10. sim133

    Multiple selecton for List box

    Hi all, How do you do to make your lisxbox control to display your multiple selection at the same time. when i make a single selection it displays the the result but when i do more than on selection it only grabs the result for the first selected field and ignore the second one. for example when...
  11. sim133

    ORA-01036: illegal variable name/number

    Hi all, ORA-01036: illegal variable name/number Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details...
  12. sim133

    whileprintingrecords;

    Hello everyone; I have this code that prints business naics codes (business services code). The problem I am having is it keeps concatenating the codes created in the first grouping to the next, and next, and next grouping. Is there anyway to reset nics variable when it starts a new grouping...
  13. sim133

    Column Layout

    Hello Everyone, I don’t know whether this is doable or not using Crystal. I have a report that prints out a report with two columns about businesses. Business Name ***** [COLOR=red]Description ***[/color red] Address **** [COLOR=red]Phone Number ****[/color red] City ****...
  14. sim133

    Record Selection

    Hi Everyone; I have a field that has 'on' and null values in the table. I was wondering how I could create the if statement in record selection to select the 'on' values only or the null values or both using a parameter. This is what I tried, it works for on and null values , but not when I...
  15. sim133

    Oracle Stored Procedure

    Hi Everyone, I am trying to learn stored procedures. I haven't never done this before, and I was wondering if anyone knows any tutorial site. Thanks
  16. sim133

    Master/Detail page

    I have created two pages one master and one detail page.I did pass a value using a query string to detail page. However, when I click the link field from the master page, the detail page comes up blank and it does not show me any error messge either.can some one look at the code below and let...
  17. sim133

    Passing to Sub Report

    Is possible to give users the option to select multiple values from a main report and pass it to a sub report? What I trying to do is users to selects values on the main report and get more information about the values in the sub report. I appreciate it. Sim I use Crystal XI
  18. sim133

    Grouping

    Hi everybody; I have a problem with grouping. I have three fields. BRAND_NAME_1, BRAND_NAME_2, BRAND_NAME_3 for one record. I want to be able to group by these fields. This is what I want to do. First group records that have the same BRAND_NAME_1 value then group records that have the same...
  19. sim133

    Passing Value

    Hi everyone; Is it possible to pass a value from a main report to a sub report? When user click on the field name which is business name on the main report, pass the business name value to the sub report and display more information about the business in the sub report. Is this possible?
  20. sim133

    PDF File

    Hello Everyone; I am trying to export the report into a PDF file. I know there is a feature in crystal that lets you to export the report into a PDF file, but what I am trying to do is, to create a link using a text box which says open PDF file and when users click on it, it exports the report...

Part and Inventory Search

Back
Top