Hi, Todd,
I haven't used the relevant APIs myself, but I think the ones you should be aware of are documented in the Help file at:
Automation, Scripts and Plugins > Scripting NoteCase Pro > Scriptable Program Commands > Document Commands > Nc_Doc_Import (see the bShowProgress parameter).
Automation, Scripts and Plugins > Scripting NoteCase Pro > Scriptable Program Commands > GUI Commands > Nc_GUI_ProgressDlg_SetPos
Automation, Scripts and Plugins > Scripting NoteCase Pro > Scriptable Program Commands > GUI Commands > Nc_GUI_ProgressDlg_SetText
Automation, Scripts and Plugins > Scripting NoteCase Pro > Scriptable Program Commands > GUI Commands > Nc_GUI_ProgressDlg_Start
From the documentation, the following line should do the trick:
Nc_Doc_Import(nDocID, strFilePath, 1)
... where nDocID is the document ID number of the target document that will receive the imported content.
But you might get the results if you omitted the last integer parameter
Best regards,
Paul