Search found 110 matches: permission

Return to advanced search

Re: oFtp:DIRECTORY('*.*',"HD") -> Binary

... check your landing directory while connecting FTP. Please check the folder name, I believe that it is case sensitive. Please verify that you have permission in the directory which you are trying to list. I check the availability of a file in a particular folder using the below given code aFiles:=oFtp:Directory("Web/cstock/CStock.exe" ...
by anserkk
Thu Sep 01, 2011 9:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: oFtp:DIRECTORY('*.*',"HD") -> Binary
Replies: 2
Views: 476

Re: Trouble with windows 7

it crashes except when it's opened as an administrator this points to a permission problem. Please check the rights a normal user has for the installation directory on every pc. He must have the right Change (this includes read and write). Simply set this right ...
by StefanHaupt
Mon Jun 27, 2011 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trouble with windows 7
Replies: 20
Views: 3191

Re: Trouble with windows 7

Hi, Hag. I assume you don't have the program installed in the Program Files directory, but if you do so, that may give you permission problems... Have you tried to install the program in a different directory or to rename the .exe file??? For what I see, it may even be the logic in ...
by Bayron
Mon Jun 27, 2011 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trouble with windows 7
Replies: 20
Views: 3191

Re: Trouble with windows 7

Looks like a permission problem on your harddisk to me.

Does the user have the correct rights ?

Good luck.
by driessen
Sun Jun 26, 2011 12:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trouble with windows 7
Replies: 20
Views: 3191

Apps with UAC

... run fine in Win 7, some are needing UAC approval to proceed. For example, a simple utility I have which runs with the server startup, seeks UAC permission becaue it "might cause a change to the computer". In fact, it just reads and writes data files, and does have an FTP component. ...
by TimStone
Tue May 31, 2011 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Apps with UAC
Replies: 5
Views: 954

alanit TInforme class

... http://www.alanit.com/archivos/20040930c.gif This class is derived from one developed by Manuel Calero Solis, whom I thank for permission to publish the code. The link to download the class is http://www.box.net/shared/vkvflziqyv Regards, José Luis Sánchez
by José Luis Sánchez
Thu Feb 10, 2011 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: alanit TInforme class
Replies: 3
Views: 943

Re: Extract data from an open file is it possible?

You are correct Once the supervisor is finished with the file the file can be used by any user without permission. When super was finished the file updated in all 4 user directories. If worker is working on file and super wants to work the file or see what worker is doing ...
by hag
Thu Dec 09, 2010 1:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extract data from an open file is it possible?
Replies: 8
Views: 1814

Re: Extract data from an open file is it possible?

... in there stand alone file. However I would like to the ability to have a person (A) working on a forecast have a supervisor (B) see the data with permission from (A). So i create a permission button to allow another viewer (B) to see what I'm doing and make changes. I can create an update button ...
by hag
Tue Dec 07, 2010 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extract data from an open file is it possible?
Replies: 8
Views: 1814

Extract data from an open file is it possible?

... that has been opened exclusively. Two people looking at identical databases however the databases are in separate directories 1 & 2. With user permission directory 1 user would like to be able to exract data from the other data base in directory 2 while viewing a browse of the data. Without ...
by hag
Mon Dec 06, 2010 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extract data from an open file is it possible?
Replies: 8
Views: 1814

Re: he conseguido un iphone

... iPhone - Copy the *.app folder into Application folder in iPhone (must look for the right place, you can say when it has all of you apps) - Set permission for that folder 0775 - Open that folder and set all files in it permission 0775 - Create Documents folder in var/mobile and set permission ...
by Antonio Linares
Mon Oct 18, 2010 11:12 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 134297

Re: "No Default Printer" message on Windows 7 64-bit

... Here's what happened, somehow when Softwarekey's dll (keylib32.dll) is called to validate the license, no matter what I do, my exe won't get the permission to access the printer drivers. Even if I set the compatibility mode it doesn't help at all. To be fair this dll is quite old but then again ...
by hua
Fri Oct 08, 2010 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "No Default Printer" message on Windows 7 64-bit
Replies: 18
Views: 6288

Re: "No Default Printer" message on Windows 7 64-bit

... thing is UAC has been completely turned off and user account is already of administrator type and yet it still display symptoms of inadequate permission.
by hua
Fri Oct 08, 2010 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "No Default Printer" message on Windows 7 64-bit
Replies: 18
Views: 6288

Re: "No Default Printer" message on Windows 7 64-bit

... If you are using any 3rd party lib or dll it may be that calling a function from one of these is causing your program to be opened with limited permissions. Putting the PrintBegin at the start should cause your program to open with extended permissions. You can then move the PrintBegin call ...
by Randal
Thu Oct 07, 2010 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "No Default Printer" message on Windows 7 64-bit
Replies: 18
Views: 6288

Re: "No Default Printer" message on Windows 7 64-bit

Hi Randal, I think I can safely eliminate permission as the issue, (then again it actually kinda behave that way). Here's a summary of what I've done: i. Run as administrator ii. Linked in manifest to auto-elevate the exe's priviledge to Admin ...
by hua
Thu Oct 07, 2010 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "No Default Printer" message on Windows 7 64-bit
Replies: 18
Views: 6288

Re: "No Default Printer" message on Windows 7 64-bit

Hua: I believe your application is being opened with limited permissions. Right click on the icon and select properties. Click the Advanced button on the Shortcut tab and check the box to "Run As Administrator" Also, click on the Compatibility ...
by Randal
Wed Oct 06, 2010 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "No Default Printer" message on Windows 7 64-bit
Replies: 18
Views: 6288
PreviousNext

Return to advanced search