Windows Vista Forums

Resolving a pointer in quickwatch?
  1. #1


    Michel Racicot Guest

    Resolving a pointer in quickwatch?

    I need to evaluate an object that is assigned to a variable that is being
    reused later on... how can I do that?

    In the following exemple, I want to continue evaluating the "Input" variable
    marked with **** even if it's being reused later for NO_SEM

    In Delphi, I only had to resolve the object to it's pointer state and then
    watch the pointer resolution in the evaluator... how can I do that in
    VB.NET?!


    'MT_TSN montant
    TD = New HtmlTableCell
    Input = AddDummyInput("MT_TSN", RowNumber.ToString,
    Row("MT_TSN"), Me) ' ***************
    If IsEarning AndAlso (IsBankHoliday OrElse (appStat =
    "5" AndAlso CdSup = "8")) Then
    Input.ReadOnlyField = True
    End If
    TD.Controls.Add(Input)
    TR.Cells.Add(TD)

    'NO_SEM
    If PayrollContext.IsWeekEntry = True Then
    Input = AddDummyInput("NO_SEM", RowNumber.ToString,
    Row("NO_SEM"), False, True, Me)
    Input.OnChange = "initBankDate(this.id,this.value);"



    TD = New HtmlTableCell
    TD.Controls.Add(Input)

    TR.Cells.Add(TD)
    End If



      My System SpecsSystem Spec

  2. #2


    Michel Racicot Guest

    Re: Resolving a pointer in quickwatch?

    What I mean, is that I want to watch the object itself... and not the
    variable in which it is temporary assigned...

    "Michel Racicot" <mracicot@xxxxxx> wrote in message
    news:e6XevR1jIHA.4196@xxxxxx

    >I need to evaluate an object that is assigned to a variable that is being
    >reused later on... how can I do that?
    >
    > In the following exemple, I want to continue evaluating the "Input"
    > variable marked with **** even if it's being reused later for NO_SEM
    >
    > In Delphi, I only had to resolve the object to it's pointer state and then
    > watch the pointer resolution in the evaluator... how can I do that in
    > VB.NET?!
    >
    >
    > 'MT_TSN montant
    > TD = New HtmlTableCell
    > Input = AddDummyInput("MT_TSN", RowNumber.ToString,
    > Row("MT_TSN"), Me) ' ***************
    > If IsEarning AndAlso (IsBankHoliday OrElse (appStat =
    > "5" AndAlso CdSup = "8")) Then
    > Input.ReadOnlyField = True
    > End If
    > TD.Controls.Add(Input)
    > TR.Cells.Add(TD)
    >
    > 'NO_SEM
    > If PayrollContext.IsWeekEntry = True Then
    > Input = AddDummyInput("NO_SEM", RowNumber.ToString,
    > Row("NO_SEM"), False, True, Me)
    > Input.OnChange =
    > "initBankDate(this.id,this.value);"
    >
    > TD = New HtmlTableCell
    > TD.Controls.Add(Input)
    >
    > TR.Cells.Add(TD)
    > End If
    >


      My System SpecsSystem Spec

Resolving a pointer in quickwatch? problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Infection Resolving Team Neverhavemoney System Security 226 17 Sep 2009
Vista box not resolving IP from hostname nightstar Vista General 2 01 Apr 2009
Problem with IP resolving pierluigi.magnani Vista security 0 24 Apr 2008
IE7 not resolving after SP1 install Tom McNally Vista security 4 24 Mar 2008
Resolving duplicate files Brad Live Folder Share 6 05 Feb 2008