A "mensagem" do comando PROMPT não funciona no Harbour 2.0 e nada é exibido.. Alguém tem um plano B ?
Código: Selecionar todos
@ 10,20 Prompt "Cadastro" message "Gerar novos titulos"Código: Selecionar todos
syntax
@ <nRow>, <nCol> PROMPT <cPrompt> [MESSAGE <xMsg>]
Arguments
<nRow> is the row number to display the menu <cPrompt>. Value could range from zero to MaxRow().
<nCol> is the column number to display the menu <cPrompt>. Value could range from zero to MaxCol().
<cPrompt> is the menu item character string to display.
<xMsg> define a message to display each time this menu item is highlighted. <xMsg> could be a character string or code block that is evaluated to a character string. If <xMsg> is not specified or of the wrong type, an empty string (“”) would be used.
