![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi NG I need a little help with syntax in Access Runtime 2010... I want to use Inveron variable to set a Reg.Key(Trusted Location)... The environ variable %LOCALAPPDATA% remains on my laptop... I want to create a Trusted Location. I tried these two scriptlines - but with no luck... %LOCALAPPDATA%\MyFolder\ - not working [LOCALAPPDATA]\MyFolder\ - not working It should end up with : C:\Users\Bjarne\AppData\Local\MyFolder\ Help needed please... Bjarne |
#3
| |||
| |||
|
|
I need a little help with syntax in Access Runtime 2010... I want to use Inveron variable to set a Reg.Key(Trusted Location)... The environ variable %LOCALAPPDATA% remains on my laptop... I want to create a Trusted Location. I tried these two scriptlines - but with no luck... %LOCALAPPDATA%\MyFolder\ - not working [LOCALAPPDATA]\MyFolder\ - not working It should end up with : C:\Users\Bjarne\AppData\Local\MyFolder\ Help needed please... Bjarne If I enter in the immediate window ? environ("temp") I get the value of the Temp environment variable |
#4
| |||
| |||
|
|
I need a little help with syntax in Access Runtime 2010... I want to use Inveron variable to set a Reg.Key(Trusted Location)... The environ variable %LOCALAPPDATA% remains on my laptop... I want to create a Trusted Location. I tried these two scriptlines - but with no luck... %LOCALAPPDATA%\MyFolder\ - not working [LOCALAPPDATA]\MyFolder\ - not working It should end up with : C:\Users\Bjarne\AppData\Local\MyFolder\ Help needed please... Bjarne If I enter in the immediate window ? environ("temp") I get the value of the Temp environment variable T u for answer... I can to get all my environ variables in vba code...but... What i need is what i have to hardcode in Access Runtime 2010... Bjarne |
#5
| |||
| |||
|
|
I need a little help with syntax in Access Runtime 2010... I want to use Inveron variable to set a Reg.Key(Trusted Location)... The environ variable %LOCALAPPDATA% remains on my laptop... I want to create a Trusted Location. I tried these two scriptlines - but with no luck... %LOCALAPPDATA%\MyFolder\ - not working [LOCALAPPDATA]\MyFolder\ - not working It should end up with : C:\Users\Bjarne\AppData\Local\MyFolder\ Help needed please... Bjarne If I enter in the immediate window ? environ("temp") I get the value of the Temp environment variable T u for answer... I can to get all my environ variables in vba code...but... What i need is what i have to hardcode in Access Runtime 2010... Bjarne |
![]() |
| Thread Tools | |
| Display Modes | |
| |