I need to figure this out ASAP.
I have a button for saving the currently selected file from a list box to the users C drive...but when the file browse dialog box comes up, the name field is ALWAYS blank--I was using %ItemName% (a variable defined by the list) as the file name and *.jpg as the extention--but neither show up. %ItemName% works great in the "Dialog Title" part...as well as the text in the button. "Save %ItemName% to your computer".
I even tried it with asdf in the name field and .abc in the extention field...no go. it's just blank when run. The filter is "All files (*.*)|*.*|"
HELP!?!?
I have a button for saving the currently selected file from a list box to the users C drive...but when the file browse dialog box comes up, the name field is ALWAYS blank--I was using %ItemName% (a variable defined by the list) as the file name and *.jpg as the extention--but neither show up. %ItemName% works great in the "Dialog Title" part...as well as the text in the button. "Save %ItemName% to your computer".
I even tried it with asdf in the name field and .abc in the extention field...no go. it's just blank when run. The filter is "All files (*.*)|*.*|"
HELP!?!?
Comment