Greetings!
sir/ma'am is it possible for visual foxpro 9.0 to create a folder on a specified file path with assigned labcase number based on the value of a textbox?
another thing is to open a PDF application with pre define filename same on textbox value?
big thanks to your help, God bless
a command something like MD d:\labcases\controlno..
controlno based on value of textbox1
example syntax:
locate for d:\lacases.. (with thisform.textbox1.value) && if exist do not create a folder
IF FOUND()
&& open windows explorer on the file path created
ELSE
MD d:\labcases\ (with thisform.text1.value)
ENDIF
&& same with create PDF file