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

  • Users: knzy
  • Order by date
  1. knzy

    Problem on refreshing data when using query file.

    In the Crystal SQL Designer (V8.5), the 'Save data with query' option is automatically set to on whenever you retrieve any data. With this option on, the report always uses this set of data without refreshing when press the 'refresh' button in Crystal Report. This is confusing. Is there any...
  2. knzy

    Help! Run query file without SQL designer?

    Hi There, I have a report using .qry file as datasource. It needs to run on a PC that doesn't have Crystal SQL Designer (but have Crystal Report 8.0 installed). Will this be a problem? I turned the 'save data with query' off. When I run the report, there are an extra set of parameters...
  3. knzy

    How to display word format memo field?

    It dones't work. What I am doing is like this: 1. insert a text box 2. insert the Word format database field into th text box 3. make sure the can grow is on. I also tried to insert the memo field into an OLE object, but seems the OLE object doesn't receive it at all.
  4. knzy

    How to display word format memo field?

    sorry I didn't explain the situation clearly. The word files are stored in database as 'text' fields. I need to show them in Crystal Report. If I just drop the fields into the crystal report, it is not shown with the correct word format. I guess I should use OLE object field, but I couldn't...
  5. knzy

    How to display word format memo field?

    Hi! All, I want to display a memo field which is in word format. Because the word format, the memo field can not display properly. Can I change the field back to clean text? Or is there any methods to show the word format field? Regars, knzy
  6. knzy

    Help to hide the repeating detail sections.

    Hi! Hillary, Thanks for your prompt reply. Yes, I want to suppress all the sections except for the report footer. According to your instructions, I have suppress all the sections in the subreport. But the deail sections still occupy some very tiny space. And the space used by all the detail...
  7. knzy

    Help to hide the repeating detail sections.

    Hi! There, I have a subreport returning shared variables in the detail section, so I can't suppress the section. But since there are so many records, the minimized detail sections still occupy a lot of space. Only the report foot needs to be displayed actually. What can I do? I tried the...
  8. knzy

    Setting Month End date for parameter based on Start Date

    dateserial(year({@StartDate}),month({@StartDate})+1,day({@StartDate})-1)
  9. knzy

    How to suppress repeating Group Headers with shared varialbles?

    I only need GH1s and GF1s in this report. GH1 has a subreport returning a shared variable, and GF1 shows some data. I use the shared variable from GH1 to decide if suppress GF1. Problem is that there are a lot of continuous GF1 need to be suppressed, so the GH1s will accumulate to a huge blank...
  10. knzy

    Can't add .qry file to a new report

    My .qry file runs well in SQL Designer, but I can't add it to any reports, even brand new standard reports. I am using subordinary sentence in the .qry file, do you think this will cause the problem? Thanks, Knzy
  11. knzy

    Do I have to run the subreport twice?

    The subreport needs to do 2 things: 1. to return a shared variable to main report for deciding if the group need to be suppressed; 2. if the group will not be suppressed, to show some records in the group footer. I found I have to run the subreport twice - one in group header to decide if...
  12. knzy

    Too many records after joining tables

    Hi! There, I would like to use solution 2 - do T3 in a subreport in a group footer. The problem is that I need to suppress the whole group if the subreport gets nothing qualified. Then I have to run the subreport twice: one in the group header to decide if the group need to be suppressed; one...
  13. knzy

    Too many records after joining tables

    Hi! All, I need to link 3 tables, let's say T1, T2 & T3. T1 is the primary table, and it is one-to-more relationship between T1&T2 and T1&T3. If for each record of T1,I have 2 records in T2, 2 inT3, I will get totally 4 records in CR. This will cause performance problem becuase all 2 tables...
  14. knzy

    How to get the user name?

    Hi! All, After all, I created and called the UDF sucessfully. Thank you all for your help. The problem I encountered is caused by an error in the VB source code I copied from another website. Thanks again, Ro. Regards, Knzy
  15. knzy

    How to get the user name?

    Hi! All, According to the FAQ mentioned above and articles in kbase, I created UDF successfully. Everything looks fine until I run the report. The formula contains the UDF show nothing on the report. Any idea? Regards, Knzy
  16. knzy

    UFL functions don't work in CR

    Hi! There, This is my first time using UFL functions. I created .dll in VB, used the function in CR formula, and inserted the formula to the report. No error at all. But the formula showed nothing. Is there anything I forget to do? Thanks, Knzy
  17. knzy

    How to get the user name?

    Hi! Ro, As you said in the second post, I searched in Google and found the same solution as in the FAQ. I've just installed VB6.0 to create a .dll. I will keep you updated tomorrow. Thank you for your information. Knzy
  18. knzy

    How to get the user name?

    Dear Ro, Thanks for your quick response. The database I am reporting against doesn't support any sql expression. And I want to get the Windows user name not the dababase user name. Regards, Knzy
  19. knzy

    How to get the user name?

    Hi! All, I am working on a report which needs to show the user's name. The user is the person who is generating the report. I think I need to get the user name from windows. How can I do it ? Do I need to call any Windows API? Regards, Knzy
  20. knzy

    How can I start to use VB in Crystal Report?

    Hi! All, I have several months' experience in Crystal Report 8.5 and know quite a lot about CR itself. Now I want to combine the VB and CR. Problem is that I am a unix people before and know nothing about VB. Where can I start? Do I need to install any development environment for VB? Can I...

Part and Inventory Search

Back
Top