Here is the situation..
I used be able to connect any unsecure network without any problem. Now I can see the network under the preferred list, but it won't connect. I tried with another laptop and it works fine..I also tried to repair and it didn't do it..what should I do?
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...
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..
Create another Running Total and Don't reset it. ..Or.. Create a Formula and add the two running totals. Place the running total or the formula in the Report Footer
I would create two string parameters, BegDate and EndDate
Then in the record selection
(If BegDate <> 'ALL' then
fieldName >= date(BegDate)
else True) and
(If EndDate <> 'ALL' then
fieldName <= date(EndDate)
else True)
I am using 'ALL' as a default value.
Thanks Buck149,
I was able to import the stored procedure, The problem I am having is, I don't see the fields in the stored procedure and I am not really sure how I can use the stored procedure in the report.
Thanks.
[bigglasses]
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]
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
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...
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
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
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
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...
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...
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...
This is really great. I never thought that It would work like this. I really appreciate it. I have additional sub groups, I am thinking to create a sub report, and insert it in the detail section.
Thank you very Much
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.