Results 1 to 2 of 2

Thread: c# and crystal report 9

  1. #1

    Thread Starter
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    c# and crystal report 9

    hi,

    I have ole in my crystal report. What I whant here is during runtime I want to assign the path of my ole. How? then another question, it is posible to change command of my sql query during runtime?
    ex. select * from table1 where code = '2'
    change during runtime select * from table1 where code = '3'


    Popskie
    Last edited by popskie; Aug 4th, 2005 at 08:07 PM.

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

    Re: c# and crystal report 9

    Quote Originally Posted by popskie
    then another question, it is posible to change command of my sql query during runtime?
    ex. select * from table1 where code = '2'
    change during runtime select * from table1 where code = '3'Popskie
    If you have the values hardcoded, then no, you aren't going to change then at runtime. However, if you have the value in a textbox or something, and your SQL reads = Text1.Text then you can always change that value at runtime.

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