hi guys...
please help me to solve the problem when using debug mode
i have an error message while recompile my source
if i using release mode, the application can run without any problem
please some one help me, because urgent situation
B4A version: 5.50
Parsing code. (0.04s)
Compiling code. Error
Error compiling program.
Error description: Cannot cast type: {Type=String,Rank=0, RemoteObject=True} to: {Type=String,Rank=1, RemoteObject=True}
Occurred on line: 82
Job.Download2(Run_Query, Array As String ("find",t_find.Text))
Word: run_query
the codes :
ProgressDialogShow("Query..." & CRLF & "Find = " & t_find.Text)
DataListView.Clear
Dim Job As HttpJob
Dim Run_Query As String
Run_Query="http://" & Server_Data & "/list.php"
Job.Initialize(DFIND, Me)
Job.Download2(Run_Query, Array As String ("find",t_find.Text))
the best regards
please help me to solve the problem when using debug mode
i have an error message while recompile my source
if i using release mode, the application can run without any problem
please some one help me, because urgent situation
B4A version: 5.50
Parsing code. (0.04s)
Compiling code. Error
Error compiling program.
Error description: Cannot cast type: {Type=String,Rank=0, RemoteObject=True} to: {Type=String,Rank=1, RemoteObject=True}
Occurred on line: 82
Job.Download2(Run_Query, Array As String ("find",t_find.Text))
Word: run_query
the codes :
ProgressDialogShow("Query..." & CRLF & "Find = " & t_find.Text)
DataListView.Clear
Dim Job As HttpJob
Dim Run_Query As String
Run_Query="http://" & Server_Data & "/list.php"
Job.Initialize(DFIND, Me)
Job.Download2(Run_Query, Array As String ("find",t_find.Text))
the best regards