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 strongm 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. LarryJones

    JD Edwards 811 row security access

    The product you are looking for is called JDEDirect. Google for the website. Try looking for more info @ www.jdelist.com.
  2. LarryJones

    Printer problem

    Turkbear, thanks for the prompt response. Default settings overriding is what was happening on the reports that are mis-behaving. No idea why it does it on some and not others though. I have found a work-around for the problem which involves checking the "No Printer" box on the Page Setup...
  3. LarryJones

    Printer problem

    smibarb, any luck resolving this issue? We're on Crystal XI also and this problem had been sporadic until we moved our printers to a different server - now it happens on many of our reports. (Problem being report changes from landscape to portrait when printed - on paper and screen).
  4. LarryJones

    Run code after printing

    I think the problem is that the Crystal version that comes with Visual Studio is crippled. To get all the good stuff try buying the Developer's version of CR 11
  5. LarryJones

    export report to pdf then send to printer in vbscript

    Try translating this VB6 code to VBScript: -------------------------------------------- Public Function Print_Report(Printer_Name As String, _ PromptUser As Boolean, _ NbrCopies As Long, _ Collated As Boolean...
  6. LarryJones

    Run code after printing

    The event belongs to the viewer object, not a button. PrintButtonClicked Event (CRViewer Object) The PrintButtonClicked event occurs when the Print button is clicked. Syntax: Event PrintButtonClicked ( UseDefault As Boolean ) UseDefault Boolean. Indicates whether or not the default action of...
  7. LarryJones

    Date field

    If by SWL you mean SQL then: a) This is a SQL question, not a Crystal one b) This syntax can be DBMS dependant, what brand are you using?
  8. LarryJones

    Can you Group from 2 fields ?

    rzirpolo, You seem to be asking several questions here, I'll try to address the ones I understand. Q: Can a Forumula Field appear as 2 lines of text on the report? (translated) A: Yes - see sample below: if {table.column} = 'AA01' and {table.column} <> 'ABC' then 'Example Text1' &...

Part and Inventory Search

Back
Top