Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Luis Pecht
    Participant
    Post count: 7

    Thanks, Professor,

    my last comment is that, after generating the flexmat file, the ASDOCX command is ignoring the title/note option:

    . asdocx exportflex, save("Myfile.docx") title("Title here") note(note goes here) replace
    Click to Open File:  Myfile.docx 

    in Myfile.docx:

    Table: Results --- default title
    	mycol1	mycol2	mycol3
    myrow1	1	2	3
    myrow2	4	5	6
    myrow3	7	8	9
    Luis Pecht
    Participant
    Post count: 7

    After updating, now, it is OK. Thks, Prof.

    Luis Pecht
    Participant
    Post count: 7

    Hi Professor, same error here, after an: asdocx list

    masterclass_populator(): 3499 flexmat_to_excel() not found
    <istmt>: – function returned error

    please, note that:

    . which asdocx
    *!-------------------------------------------------------------------------------------+
    *! Jan 1, 2022: Version 1.9.7 : support for margins added.                             |
    *! Attaullah Shah; attaullah.shah@imsciences.edu.pk                                    |
    *! Tenured Associate Professor: Institute of Management Sciences, Peshawar, Pakistan.  |
    *!-------------------------------------------------------------------------------------+
    Luis Pecht
    Participant
    Post count: 7

    thks Professor.

    so, a possible commands sequence would be,

    
    asdocx tabulate x , save(asdocx_exported_table.tex) tableonly replace
    file open dd using "TEXFile.tex", write replace
    file write dd "\begin{frame}" _n
    file write dd "\frametitle{TITLE}" _n 
    file write dd "\tiny" _n 
    file write dd "\input{asdocx_exported_table.tex}" _n
    file write dd "\end{frame}" _n
    file close dd
    
Viewing 4 posts - 1 through 4 (of 4 total)