Results 1 to 3 of 3

Thread: debug

  1. #1
    Join Date
    Feb 2009
    Location
    Colombia
    Posts
    2,508

    Default debug

    Hi all

    I have the error of the first figure, how do I trace the instruction that generates the error? The second figure shows when I click on the "debug" button.
    I have already reviewed the entire data dictionary and can not find the function / procedure / instruction.

    thanks for your help

    Edgar

  2. #2
    Join Date
    Feb 2009
    Location
    Colombia
    Posts
    2,508

    Default Re: debug

    figure
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	erorr.png 
Views:	84 
Size:	18.9 KB 
ID:	12828   Click image for larger version. 

Name:	erorr2.png 
Views:	75 
Size:	16.2 KB 
ID:	12829  

  3. #3
    Join Date
    Feb 2009
    Location
    Hengelo, Netherlands
    Posts
    10,869

    Default Re: debug

    Edgar,

    The code and dialog shown the callstack do not tell me what is causing the "Required message argument missing".

    What you should do is:
    - Set a breakpoint on the first method (down in the picture) of the callstack
    - Slowly with F11 step through the actions and watch the local variables window and see if it says that one of the defined arguments is missing
    - Then figure out what and why
    Regards,
    Data Access Worldwide
    Vincent Oorsprong

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •