Time from start: 0 hours 0 mins 0 secs Error occurred at: 27-03-2018, 11:43:59 Descrizione errore: Error BASE/1068 Parametro errato: accesso all'array Args: [ 1] = U [ 2] = N 2
Stack Calls =========== Called from: .\source\classes\PDMENU.PRG => MENUADDITEM( 284 ) Called from: source\Main.prg => TAPPLICATION:BUILDMENU( 578 ) Called from: source\Main.prg => TAPPLICATION:NEW( 312 ) Called from: source\Main.prg => MAIN( 67 )
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
It's very strange ...is a simply menu and on that line there is nothing On the Windows Seven I not Have that error and the exe run ok This morning at school I have win10 the same exe make errors
MENUITEM i18n("Orario delle lezioni (Tabellone) ")NAME"M_ORE" ; MESSAGE i18n("Tabellone orario delle lezioni ") ; ACTION PNuovoTabellone()
ENDMENU
SEPARATOR
MENUITEM i18n("Specificare la stampante"); RESOURCE"MENU_CONFIGPRN" ; ACTION PrinterSetup() ; MESSAGE i18n("Stabilire la configurazione della sua stampante. ")
SEPARATOR MENUITEM i18n("Configurazione del programma") ; MESSAGE i18n("Stabilire la configurazione del programma ") ; RESOURCE"MENU_CONFIG" ; Action ::Configurazione(1)
MENUITEM"&Utilità" MENU MENUITEM i18n("Protezione del programma"); MESSAGE i18n("Proteggere il programma con password criptata personale ") ; RESOURCE"MENU_PROTEZ" ; Action Password()
SEPARATOR MENUITEM i18n("Salvataggio archivi"); MESSAGE i18n("salvataggio degli archivi in un file compresso e datato ") ; RESOURCE"MENU_BACK" ; Action ZipBackup()
MENUITEM i18n("Recupero archivi") ; MESSAGE i18n("Recupero di un salvataggio archivi ") ; RESOURCE"MENU_RESTORE" ; Action ZipRestore()
SEPARATOR
MENUITEM i18n("Salvataggio archivi in XmL") ; MESSAGE i18n("convertire gli archivi in formato xml ") ; RESOURCE"MENU_XML" ; Action GenXML()
MENUITEM i18n("Salvataggio archivi in Csv") ; MESSAGE i18n("convertire gli archivi in formato csv ") ; RESOURCE"MENU_CSV" ; Action GenTxt()
ENDMENU
MENUITEM"&Aiuto"// HELP MENU MENUITEM i18n("Aiuto del programma") ; RESOURCE"MENU_HELP"action Winexec("HH"+"EurekaS.chm")// action HelpIndex()
MENUITEM i18n("Trucco del giorno"); ACTION TipOfDay(".\tips.ini") ; RESOURCE"MENU_TIPS"
SEPARATOR MENUITEM i18n("Visitare il sito di eoeo"); RESOURCE"MENU_WEB" ; ACTION GoWeb("www.eoeo.it")
MENUITEM i18n("Contattare per email l'autore"); RESOURCE"MENU_CONTATTI" ; ACTION GoMailE("info@eoeo.it","Informazioni su "+::cAppname,"Vorrei informazioni sulla Vostra applicazione "+::cAppname)
MENUITEM i18n("Autore di "+::cAppname); RESOURCE"MENU_AUTORI" ; ACTION ::AppAcercade() ENDMENU ENDMENU
RETURN ::oMenuMain
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com