Mysterious behavior on Form, if i call the List (Property)

Martin_FörsterMartin_Förster Member Posts: 55
Hallo,

I have since Yesterday a strange behavior of one Form.

From Form (like Customer Card) i want to call the List with F5. The List runs shortly and when He asked me something (message).

I found the Procedure which he want to start on the Form. Its an Funktion which i can start if i push one Button on the Form Card.

What i doen't understand, why he call this Funktion when i want to see the List???

Has anybody an idea??

Martin

Comments

  • diptish.naskardiptish.naskar Member Posts: 360
    Check, where have you called the function in the card form, somewhere in the OnfindRecord or onGetRecord.
    Diptish Naskar
    For any queries you can also visit my blog site: http://msnavarena.blogspot.com/
  • Martin_FörsterMartin_Förster Member Posts: 55
    hi,

    thx for replay..

    That is what i didn't understood.

    The Debugger shows the mistake on this Code.
    CurrForm.SETSELECTIONFILTER(gRe_Contract);
    REPORT.RUNMODAL(50037,FALSE,TRUE,gRe_Contract);
    

    and this code is on the ON Push Trigger of one Button.

    can you understand it??
  • diptish.naskardiptish.naskar Member Posts: 360
    is the message appears, when you select one of the records that is appearing in the list? or it just pops up aftera certian period of time?
    Diptish Naskar
    For any queries you can also visit my blog site: http://msnavarena.blogspot.com/
Sign In or Register to comment.