Skip to content

Commit

Permalink
removed pdf, png and word options
Browse files Browse the repository at this point in the history
  • Loading branch information
conlooptechnologies committed Nov 13, 2024
1 parent 963db5e commit 1097c5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion instat/dlgUseTable.vb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Public Class dlgUseTable

ucrChkExport.SetText("Export Table")
ucrChkExport.Checked = True ' Forces the controls to be hidden
cboFileType.Items.AddRange({"HTML (*.html)", "PDF (*.pdf)", "PNG (*.png)", "LaTeX (*.tex)", "RTF (*.rtf)", "Word (*.docx)"})
'cboFileType.Items.AddRange({"HTML (*.html)", "PDF (*.pdf)", "PNG (*.png)", "LaTeX (*.tex)", "RTF (*.rtf)", "Word (*.docx)"})
cboFileType.Items.AddRange({"HTML (*.html)", "LaTeX (*.tex)", "RTF (*.rtf)"})
End Sub

Private Sub SetDefaults()
Expand Down

0 comments on commit 1097c5f

Please sign in to comment.