Topic: Access violation at address 00E41E7B in module 'application.exe'.

I'm getting this error https://imgur.com/zm7ZqI8 when I Go to the Main Screen>New Entry>Click on a Customer>Edit Customer Details.

I have attached my project, please help me out! Thank you!

(fantastic program, by the way, you've made us all developers! lol)

Post's attachments

Attachment icon Application.rar 378.55 kb, 131 downloads since 2022-01-07 

2 (edited by brian.zaballa 2022-01-07 15:52:49)

Re: Access violation at address 00E41E7B in module 'application.exe'.

Try changing the table for the query setting of the grid from newentry form and set it to customers

Post's attachments

Attachment icon fix.png 63.84 kb, 72 downloads since 2022-01-07 

brian

Re: Access violation at address 00E41E7B in module 'application.exe'.

brian.zaballa wrote:

Try changing the table for the query setting of the grid from newentry form and set it to customers


What a silly mistake on my part, thank you so much for the quick answer!

(Also, do you mind telling me how you figured out the solution? What degugging steps you took? Or did you just check everything until you found the problem?)

4 (edited by brian.zaballa 2022-01-07 23:47:49)

Re: Access violation at address 00E41E7B in module 'application.exe'.

I just check it out and trace back the problem. I was just lucky to spot it. smile Years of experience w/ MVD helps too.

brian

Re: Access violation at address 00E41E7B in module 'application.exe'.

Ah, the experience sure helped because i tried tracing the problem back and couldn't spot it lol. Thanks again!