Data Report

Hi
I Desiged a datareport. that is working. but i want to create the report by using coding only. that is i want to create a unbound datareport.
pls help me.
Thanks.

Comments

  • : Hi
    : I Desiged a datareport. that is working. but i want to create the report by using coding only. that is i want to create a unbound datareport.
    : pls help me.
    : Thanks.
    :
    :
    Hi,
    I guess we are still talking about MS Access..
    You'll need at least empty template (Lets say that it is called Rep). Then, you can access Report_Rep as standart object of Report type, which has .Body and other properties..
    You can create new control, set up all desired properties (like databinding, position etc) and then add it to Report_Rep.Body.Controls.Add(ctrl). You can use other parts of that report to add controls..
    Body is not necessary called body in your language version of MS access...

    [blue][b][italic][size=4]P[/size]avlin [size=4]II[/italic][/size][/b][/blue]

    [purple]Don't take life too seriously anyway you won't escape alive from it![/purple]


  • Hi,
    No I am not talking about Access. I create the datareport in visual Basic 6.0. that is working. no problem. but the page style is portarit only. i want to change the landscape. how can i change the page style.
    pls help me. Thanks.

    : : Hi

    : : I Desiged a datareport. that is working. but i want to create the report by using coding only. that is i want to create a unbound datareport.
    : : pls help me.
    : : Thanks.
    : :
    : :
    : Hi,
    : I guess we are still talking about MS Access..
    : You'll need at least empty template (Lets say that it is called Rep). Then, you can access Report_Rep as standart object of Report type, which has .Body and other properties..
    : You can create new control, set up all desired properties (like databinding, position etc) and then add it to Report_Rep.Body.Controls.Add(ctrl). You can use other parts of that report to add controls..
    : Body is not necessary called body in your language version of MS access...
    :
    : [blue][b][italic][size=4]P[/size]avlin [size=4]II[/italic][/size][/b][/blue]
    :
    : [purple]Don't take life too seriously anyway you won't escape alive from it![/purple]
    :
    :
    :

  • : Hi,
    : No I am not talking about Access. I create the datareport in visual Basic 6.0. that is working. no problem. but the page style is portarit only. i want to change the landscape. how can i change the page style.
    : pls help me. Thanks.
    :
    : : : Hi
    :
    : : : I Desiged a datareport. that is working. but i want to create the report by using coding only. that is i want to create a unbound datareport.
    : : : pls help me.
    : : : Thanks.
    : : :
    : : :
    : : Hi,
    : : I guess we are still talking about MS Access..
    : : You'll need at least empty template (Lets say that it is called Rep). Then, you can access Report_Rep as standart object of Report type, which has .Body and other properties..
    : : You can create new control, set up all desired properties (like databinding, position etc) and then add it to Report_Rep.Body.Controls.Add(ctrl). You can use other parts of that report to add controls..
    : : Body is not necessary called body in your language version of MS access...
    : :
    : : [blue][b][italic][size=4]P[/size]avlin [size=4]II[/italic][/size][/b][/blue]
    : :
    : : [purple]Don't take life too seriously anyway you won't escape alive from it![/purple]
    : :
    : :
    : :
    :
    :
    Hi,
    I didn't noticed this from your post ;)
    I didn't find compoment/reference with datareport.. witch one is it?

    Is not there any .PageSetup.Orientation or something like that?


    [blue][b][italic][size=4]P[/size]avlin [size=4]II[/italic][/size][/b][/blue]

    [purple]Don't take life too seriously anyway you won't escape alive from it![/purple]


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories