1. problems after bindw a .exw file.
- Posted by rubis at fem.unicamp.br Jun 16, 2002
- 426 views
Hi people around the globe; :>) What does "Bji has not been declared <scrambled code> " mean ? I received this message after trying to run a "binded" code that is working perfectly as exw. What I'm doing wrong ? Thanks, Rubens Many Thanks Robert for the answer concerning db_create_table. The problem was that a table already exists, so, trying to create it does not open it :>).
2. Re: problems after bindw a .exw file.
- Posted by rubis at fem.unicamp.br Jun 16, 2002
- 467 views
I think I discover the problem... I use names as Pushbutton and Bitmap as createEx() constants. Just changing the name of these constants to "AAA" and "BBB" solve the problem :>))) ... bye Rubens At 23:54 16/6/2002, you wrote: > > >What does "Bji has not been declared <scrambled code> " mean ? >I received this message after trying to run a "binded" code that is >working perfectly as exw. >What I'm doing wrong ? > >Thanks, >Rubens > > > >Many Thanks Robert for the answer concerning db_create_table. The problem >was that a table already exists, so, trying to create it does not open it :>). > > > >