Hi everybody
i have a strange error in my app:
when i run a function first from main window it didn't work
I have this error
Application
===========
Path and name: D:\FIVE\TITUS.EXE
Size: 1,056,768 bytes
Max files handles permited: ( SetHandleCount() ) 255
Error ocurred at: 22/11/06, 12:49:29
Error description: Error BASE/1081 Argument error: +
Args:
[ 1] = C Resource:
[ 2] = N Resource:
Stack Calls
===========
Called from CREATEDLGE(0)
Called from TDIALOG:ACTIVATE(0)
Called from PAYE(283)
Called from (b)SALAIRE(15)
Called from TBUTTON:CLICK(0)
Called from TBUTTON:HANDLEEVEN(0)
Called from SENDMESSAG(0)
Called from TDIALOG:COMMAND(0)
Called from TDIALOG:HANDLEEVEN(0)
Called from DIALOGBOX(0)
Called from TDIALOG:ACTIVATE(0)
Called from SALAIRE(21)
Called from (b)BARRE(474)
Called from TBTNBMP:CLICK(0)
Called from TBTNBMP:LBUTTONUP(0)
Called from TBTNBMP:HANDLEEVEN(0)
Called from WINRUN(0)
Called from TWINDOW:ACTIVATE(0)
Called from PRINCIPALE(310)
The dialog 27 seems to not work
function paye(tabt)
local sa,l1
define dialog pa name 27 of f1 title "LISTE DES FICHES DE PAYE"
redefine listbox l1 id 101 of pa
redefine button id 102 of pa
redefine button id 103 of pa
redefine button id 104 of pa action pa:end()
activate dialog pa center
return nil
It is a very simple dialog
When i run this function after any other function even if it use the dialog n°27 It work very well
I don't understand the error (caracter and numeric in the createdlg())
Any idea?