Re: [nsbasic-ce] Re: Member not Found and sqlite question

2009-06-02 Thread George Henne
The problem is that you called one of your controls 'Main'. That's a
reserved word, as in 

Sub Main
'Called when program is started, if it exists
End Sub

I've updated the file with encrypt off. I'll change the folder.
Thank in advanced !

http://www.palmprof.com.br/ASSIN/errorproject.zip

--- In nsbasic...@yahoogroups.com, George Henne g...@... wrote:

 First off, it is a very bad idea to save your projects inside the
 \Program Files\nsbasic\CE folder. It's likely to cause problems or even
 overwrite the IDE itself. Vista will go nuts.
 
 Also, did you save your test project with encrypt on? I can't open the
 project if that is set.
 
 
 I've made a minimal project with 2 questions:
 What is the message Member Not Found? I cannot understand or isolate
 the origin.
 Why the sqlite `db.open' work in the pocket in a path like
 \IBFMEM36\teste.db, but not in the card in a path like \Cartão de
 Memória\IBFMEM36\teste.db with the path confirmed by
 pasta=main.GetFilePath(CurrentPath)
 (I cannot change the path because `cartão de memória' is the name
 assigned by the system for `expansion card'.)
 Link to project:
 http://www.palmprof.com.br/ASSIN/errorproject.zip
 
 
 
 
 
 
 Yahoo! Groups Links
 
 
 







Yahoo! Groups Links






--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
nsb-ce group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



[nsbasic-ce] Re: Member not Found and sqlite question

2009-06-02 Thread margubra
Perhaps this can explaine the problem?:

http://sourceforge.net/forum/forum.php?thread_id=1406390forum_id=303566

 noticed a problem with fopen on Windows CE. 
When user uses non us-ascii characters in path/filename string then fopen 
fails. 
I think it should be considered to replace fopen with wfopen or CreateFile for 
Windows CE port. 
 
Here is a thread with similar problem related to TinyXML library which also 
works on Windows CE: 
 
http://sourceforge.net/forum/forum.php?thread_id=1386444forum_id=42748 
 


--- In nsbasic...@yahoogroups.com, George Henne g...@... wrote:

 I'm not sure if this problem is in SQLite or the control which enables
 it - in either case, we cannot fix this here.
 
 Very very thank !
 The sqlite `db.open' work in the pocket in a path in the card in system
 with english system but not in portuguese I think because there is
 something with the ã of the path. I don't found a solution for this.
 Sqlite problem with ã?
  
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
nsb-ce group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



[nsbasic-ce] Re: Member not Found and sqlite question

2009-06-01 Thread margubra
I've updated the file with encrypt off. I'll change the folder.
Thank in advanced !

http://www.palmprof.com.br/ASSIN/errorproject.zip

--- In nsbasic...@yahoogroups.com, George Henne g...@... wrote:

 First off, it is a very bad idea to save your projects inside the
 \Program Files\nsbasic\CE folder. It's likely to cause problems or even
 overwrite the IDE itself. Vista will go nuts.
 
 Also, did you save your test project with encrypt on? I can't open the
 project if that is set.
 
 
 I've made a minimal project with 2 questions:
 What is the message Member Not Found? I cannot understand or isolate
 the origin.
 Why the sqlite `db.open' work in the pocket in a path like
 \IBFMEM36\teste.db, but not in the card in a path like \Cartão de
 Memória\IBFMEM36\teste.db with the path confirmed by
 pasta=main.GetFilePath(CurrentPath)
 (I cannot change the path because `cartão de memória' is the name
 assigned by the system for `expansion card'.)
 Link to project:
 http://www.palmprof.com.br/ASSIN/errorproject.zip
 
 
 
 
 
 
 Yahoo! Groups Links
 
 
 




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
nsb-ce group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---