LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

wiring the default name on File Dialog causes an error 43

LabView 8.5 Pro:
I placed an express file dialog on my diagram. I wired the start path and ran my vi. As expected the open file dialog box appears, however if I wire the default name to the vi the dialog box does not display and generates an error 43. The default file name I am wiring is CT_TE5000001.xlsm. This was working fine on my previous LabView 6.1. I didn't see any entries on the known bug list. Any ideas would be appreciated.
0 Kudos
Message 1 of 3
(2,599 Views)

Hi Rickie,

can you upload your vi? I only get error 43, if i press the abort button in the shown dialog.

Mike

0 Kudos
Message 2 of 3
(2,583 Views)
Thank you for the reply.
I found my problem.
There was a \r\n appended to part of my default file name which caused it to cancel the file dialog.
The filename was CT_TE5000001\r\n.xlsm instead of the desired CT_TE5000001.xlsm.
0 Kudos
Message 3 of 3
(2,571 Views)