Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fatal Exception C0000005
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Fatal Exception C0000005
Miscellaneous
Thread ID:
00291426
Message ID:
00291426
Views:
55
Hi,

I have a form where the user can capture an image that was scanned previously and saved with an ID. The problem happens when the user enters edit mode and click the button to capture the image and saves the information (save button). The code in the capture button click method is :

LOCAL lcNomeArquivo

DODEFAULT()

lcNomeArquivo = "\\daniel_rj_01\e\spi\figurasportfolio\" + v_Portfolio.nu_processo + ".tif"

IF FILE(lcNomeArquivo)

APPEND GENERAL v_Portfolio.im_marca FROM (lcNomeArquivo)

ENDIF

Everything were working ok and I don´t know what I did...

Regards,
José Augusto Cavalcanti
Global Connection
jose.cavalcanti@globalconnection.com.br
Next
Reply
Map
View

Click here to load this message in the networking platform