PDA

View Full Version : Multiples BUGS in systems 64 bits



Tomasin
05-12-2009, 03:07 PM
Hi

- The functions Dialog.Filebrowse and Dialog.Folderbrowse NOT work in VISTA 64 bits.

- Registry.GetKeyAcces not work correctly.

- Registry.KeyDoesExist not work correctly (this not detect variable 64 bits... WOW64node...)

- File.DoesExiste not work correctly (this not detect variables 64 bits SYSWOW64, %ProgramFiles(x86)%, %CommonProgramFiles(x86)%, etc)

Dermot
05-13-2009, 11:15 AM
I haven't tested the rest but Dialog.Folderbrowse works perfectly fine on Vista 64.

Imagine Programming
05-13-2009, 11:49 AM
I haven't tested the rest but Dialog.Folderbrowse works perfectly fine on Vista 64.

True, I havn't had problems with Dialog.FolderBrowse on Vista 64 before either.

Those variables in File.DoesExist are Windows Variables. These are not predefined in AMS i believe. use _ProgramFilesFolder instead.

Tomasin
05-13-2009, 03:29 PM
please test in one proyecto with multiple functions in global function, multiple pages an varios scrips.

Dialog.filebrowse not is opened, and Dialog.FolderBrowse not work.

Dermot
05-13-2009, 04:08 PM
I have them in multiple places in a very large project and they work fine.