el 01-22-2020 03:02 PM
buen dia coompañeros, les cuento que realice un programa en labview, dicho programa usa direcciones path (direcciones de bases de datos) y de correos electronicos, mi pregunta es como hago para que cuando se tenga un ejecutable .exe del programa si se desea modificar las rutas de las bases de datos pueda llevarse a cabo sin tener que hacerlo de manera programatica (entrar al vi).
adjunto imagenes de las variables.
el 01-22-2020 03:12 PM
Change them to constants. If you right click on the control you can change each one to a constant. You will make it so if the file is not located where you think it should be that you get an error.
A better way to do this would be to set up an configuration dialog and save the results to a file or to the registry. This way things are more adaptable in the future if something changes.