CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: JeI-Paradigm

Page 1 of 7 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    14
    Views
    1,517

    Re: Form only works as start-up form?

    ok well i have done something similar

    i added a new arraylist to the top of the form and just made it equal to the one on reporter form, is.... ok i just thought of something that could go...
  2. Replies
    14
    Views
    1,517

    Re: Form only works as start-up form?

    So I changed the property to this now



    Public WriteOnly Property CallingForm() As Reporter
    Set(ByVal value As Reporter)
    _reporterForm = value
    End Set
    End...
  3. Replies
    14
    Views
    1,517

    Re: Form only works as start-up form?

    Shuja I added the property that you posted as you posted and began changing control access
    from Reporter.{ControlName} to _reporterForm.{ControlName}

    but the its uncerlined each _reporterForm...
  4. Replies
    14
    Views
    1,517

    Re: Form only works as start-up form?

    Hannes the property I added is the one Shuja Posted above :-)

    Shuja i will post below this one with the steps i have taken..
    I would much like to share my project buut its err nearing 50MB now,...
  5. Replies
    14
    Views
    1,517

    Re: Form only works as start-up form?

    ok so i have added that property to the top of the reportsubs class

    and then set a property like this in reporter.load event

    RS.callingform = Me

    i am now trying to change all the access to...
  6. Replies
    14
    Views
    1,517

    Re: Form only works as start-up form?

    So toasty,
    I understand the logic there but if I

    Dim R as New Reporter

    then it will only be accessible from Mainmanager..
    since Loadtables is in Class ReportSubs(referenced from reporter)...
  7. Replies
    14
    Views
    1,517

    Re: Form only works as start-up form?

    Well RS is ReportSubs (Public Class ReportSubs)
    declared on Reporter as Private RS as new ReportSubs

    Loadtables is a sub within ReportSubs, and so i need to reference it like that :D with the...
  8. Replies
    14
    Views
    1,517

    Form only works as start-up form?

    Hi gurus

    I have 2 forms

    MainManager
    Reporter

    In a button click event on MainManager I execute
  9. Replies
    6
    Views
    1,871

    Re: Form Load event problem

    This is the same problem I am having ... Almost ...

    I have 2 forms also (MainManger and Reporter)
    from Mainmanager i code the following in a button's onclick event

    Dim R as new reporter...
  10. Replies
    2,690
    Views
    1,020,287

    Re: What Song Are You Listening To Now¿

    All Shall Perish - There is no business to be done on a dead planet
  11. Replies
    2
    Views
    558

    Re: Return and inserted ID in access

    Wicked

    I will do this then immediately

    Thanks
    J
  12. Replies
    2
    Views
    558

    Return an inserted ID in access

    Hi gurus

    Is it possible to return the ID of an inserted record using access 2003

    with something like


    SELECT @@IDENTITY

    i know this works in SQL but does it in access.
  13. Replies
    4
    Views
    857

    Re: A better way VS2005 Access 2003

    Thank you for your reply...

    I simply wanted someone to take a look at the sub and let me know if there is a way to do it better, ie less lines of code, since as you have mentioned it is alot of...
  14. Replies
    4
    Views
    857

    Re: A better way VS2005 Access 2003

    yes i thought this might be a problem, it seems Copy and paste did not copy the indentations.
    attached is the entire sub. now 38000 characters :)

    please note that although i have attached the...
  15. Replies
    1
    Views
    564

    Re: Implementing search

    Hi

    Im sorta new to VB.net also but i needed to implement such a thing also, i had to deviate from my original idea but i got it done\

    basicly all i did was use the .filter property of the...
  16. Replies
    4
    Views
    857

    A better way VS2005 Access 2003

    See attachment below for the entire sub.
  17. Replies
    2
    Views
    642

    Re: CR from only code(VS 2005)

    I have made some progress on this

    The code below shows the population of a dataset and subsequently binding it to a report, then showing that report in a report viewer control on a new tab created...
  18. Replies
    2
    Views
    642

    Re: CR from only code(VS 2005)

    see attached file of GUI so you can get a better idea of what i am trying to do, sorry bout bad quality 100kb is not alot but sufficient
  19. Replies
    2
    Views
    642

    CR from only code(VS 2005)

    Hey gurus

    I need to create a crystal report entirely from code

    i have a form where a customer will add table(s) to a list box, depending on the added tables, a list of fields applicable to...
  20. Replies
    2,690
    Views
    1,020,287

    Re: What Song Are You Listening To Now¿

    All Shall Perish - The Last Relapse
  21. Replies
    4
    Views
    822

    Re: My application and firwall? VS2005

    yes i see that after changing the setting it no longer shows the message - Thanks!

    also thanks for that code, it works, butterfleiy
  22. Replies
    4
    Views
    822

    Re: My application and firwall? VS2005

    No, if i remove those then the only thing that changes is they don't show information just default text.

    I dunno, oh well, no trainsmash i'll just tell the clients to click allow once.
  23. Replies
    4
    Views
    822

    My application and firwall? VS2005

    Hi gurus

    I'm not sure if this is the right place to post this, if say please move it.

    This is not a problem per say just a something that might cause problems on some system configurations......
  24. Replies
    2,690
    Views
    1,020,287

    Re: What Song Are You Listening To Now¿

    Evergreen Terrace - The kids aren't alright(Offspring) :-)
    then
    Evergreen Terrace - mad world(Tears for Fears) :-)
  25. Replies
    1
    Views
    516

    Re: My Combobox (VS 2005)

    Oh yes and the province column is not visible in the datagrid, but this shouldnt be a problem. its not like the whole column is not there its just set that you can't see it...

    also, the added...
Results 1 to 25 of 173
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured