[Gambas-user] couple of things in svn

R. Stormo rohnny at ...1248...
Sun Oct 14 19:09:04 CEST 2007


downloaded latest version from svn today and I have a couple of things I have
noticed.

1) When I compile my project to executable file I use "get version from
file" This is what happening.

Project.GetVersion.1770: Unable to get version from:
/home/rohnny/Prosjekter/faktura/faktura.gambas

The previous file is there.

2) Automatic completion have a BUG.
My database have a field called mva (lower case)
So I use Uppercase as a variable and called the lowercase (worked before)

PUBLIC SUB Form_Open()
DIM MVA AS Integer
DIM r AS result

MVA = r!MVA
-------^^^^^ This is automatic changed to upper so I will get an error
because database field are lower.
END



Regards Rohnny

My Gambas Community http://gambasforum.tk


-- 
View this message in context: http://www.nabble.com/couple-of-things-in-svn-tf4622442.html#a13200974
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list