E
Reaction score
3

Profile posts Latest activity Postings About

  • Hello everybody,

    My application modeler is blocked when i try to highlight the spy of a button from a browser and the excpetion details is : System.StackOverflowException was unhandled Message: An unhandled exception of type 'System.StackOverflowException' occurred in ClientComms.dll
    Hi elhamdouni.dina,

    This is a Status window and allows only limited characters to type.
    Also it does not allow screenshots.
    Can you open a new thread in the Blue Prism forum and paste this exact question there.
    I will reply you on how to convert a doc file to txt.
    does anyone know how can i use tis code in BlurPrism so i can convert a word file to TXT file .tank you



    <<<the code >>>


    Dim wApp = New Word.Application

    Dim wDoc = wApp.Documents.Open(fileName:="file.doc", readonly=True)

    wDoc.SaveAs("file.txt", Word.WdSaveFormat.wdFormatDOSText)

    wApp.Quit()
    S
    siva2791
    Try to put it in a code stage under VB code
  • Loading…
  • Loading…
  • Loading…
Top