Results 1 to 7 of 7

Thread: changing image in report runtime

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2005
    Posts
    21

    changing image in report runtime

    i am using vb 6 and crystal report 10, one of my client want to have dinamic picture baseon comapny selection as logo of report
    this picture should be changed from vb threough code
    to me it seems to impossible
    still any of u have any idea abot this help me
    thanks

  2. #2
    Frenzied Member
    Join Date
    May 2003
    Location
    Sydney
    Posts
    1,123

    Re: changing image in report runtime

    put a picture box, well, anything that supports picture. in code check the company selected and put the control.picture=loadimage(SelectedCompanyLogo)

  3. #3
    Fanatic Member
    Join Date
    Aug 2005
    Location
    South Africa
    Posts
    760

    Re: changing image in report runtime

    Welcome To The Forums rupal!
    I'm real sorry but I can't help you with this. Try Search The Forums or Search Google .
    If I helped you out, please consider adding to my reputation!

    -- "The faulty interface lies between the chair and the keyboard" --

    VB6 Programs By Me:
    ** Dictionary, Thesaurus & Rhyme-Generator In One ** WMP Recent Files List Editor ** Pretty Impressive Clock ** Extract Firefox History **

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: changing image in report runtime

    Quote Originally Posted by rupal
    i am using vb 6 and crystal report 10, one of my client want to have dinamic picture baseon comapny selection as logo of report
    this picture should be changed from vb threough code
    to me it seems to impossible
    still any of u have any idea abot this help me
    thanks
    The logo is supposed to appear on the Crystal Report or a VB Form?

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: changing image in report runtime

    Where are the logos stored? Filesystem or in the db? What db are you using if their in a db?

    Moved from classic vb forum.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6
    Frenzied Member pnish's Avatar
    Join Date
    Aug 2002
    Location
    Tassie, Oz
    Posts
    1,918

    Re: changing image in report runtime

    Have a look at this KB article on the Crystal web site, it may help:

    http://support.businessobjects.com/l...s/c2004336.asp
    Pete

    No trees were harmed in the making of this post, however a large number of electrons were greatly inconvenienced.

  7. #7

    Thread Starter
    Junior Member
    Join Date
    May 2005
    Posts
    21

    Re: changing image in report runtime

    i am having logo in file , if its in database how do i use ,i am using sql 2000 db

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width