i have a server where resides an excel macro
there will be about 10 users on 10 different workstations that will need to run that macro on their own worksheets.
how do i run the macro from a centralized location by multiple users who want to run it on their own worksheets?
I am very new to webdevelopment. I've been given this task to built an application to calculate final salary in the end of the month.
The employees are callers and after every call they will get some form on which they will give their call summery like time duration. They are payed for each call depending on time duration.
In the back end there will be sql database and some code to calculate the the final salary. Current they have to calculate the salary manually, they are just using google docs form.I have some idea that i need php in the front end sql in the back end but i am not clear about the whole picture please can someone give me a clear skeleton.
My main question is what to use to calculate the salary from the database??And what should i use to create a front end form ??
Hi,
Thread class has run method to implement the business logic that could be executed in parallel.But I want implement different business logics in a single run method and to run simultaneously.How to get this feature.
thanks
I love pretty much everything about how Gnome Shell handles app-switching through Alt+Tab. My one gripe with it, though, is how it forces the user to use Alt+` to switch between windows of the same app. This is very annoying for me, because now I have to keep in mind if the last window I was using belonged to the same app as the current window or not. Definitely a nuisance for power users who thinks in terms of "windows I'm working with" instead of "applications I'm working on".
I've tried the AlternateTab extension ( https://extensions.gnome.org/extension/15/alternatetab/ ), but it's looks way too ugly for me. Not to mention that in the end all I want is to remap Alt+(key above tab) to Alt+Tab on this application. I guess one option would be to just tweak Gnome-shell. My guess is that I should tinker with the altTab.js file at /usr/share/gnome-shell/js/ui/, but the file is too long and overwhelming for someone like me, who doesn't know JavaScript.
Does anyone know how I can make Gnome Shell stop grouping windows by applications?
attempt to install network policy server failed with error code 0x80070643 fatal error during installation.
The sbs server ran an update on friday and since then NPS has not worked, I have checked permissions on system32\IAS and the builtin OU but still cannot run NPS. My last attempt to removed and reinstall has now left the machine unable to install NPS at all!
Has anyone seen this or have a direction to suggest? Other google's have shown people haven't resolved it!
I went to apache.org and downloaded httpd server for my Windows7, after successful install, I try to run it and I get following message:
Problem signature:
Problem Event Name: APPCRASH
Application Name: httpd.exe
Application Version: 2.2.15.0
Application Timestamp: 4b8fed95
Fault Module Name: php5ts.dll
Fault Module Version: 5.3.2.0
Fault Module Timestamp: 4b8ebac2
Exception Code: c0000005
Exception Offset: 000e6d2c
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
I’m confused, what am I doing wrong, and/or how do I fix it?
Thanks in advance!
I installed the dropbox using the text based install method described here. However I'd now like dropbox to start automatically when the machine starts up, and start syncing the files. I'll need dropbox to run as the dropbox user, from the dropbox users home directory.
I think the following command will launch dropbox as the dropbox user, in the dropbox users home directory, would you correct me if this doesn't work?
LANG=en_US.UTF-8 sudo -H -u dropbox ./.dropbox-dist/dropbox end script
I was wondering if there is a way to access a deeply nested shared networked Windows folder on Mac (Lion) like you can on windows with the Run box. say I know the folder I want is on the computer Homer-PC, the G drive, the folder ABC/234/CDE
on Windows I can Win+R then \Homer-PC\G\ABC\234\CDE return and it should open that folder directly,
Is there something similar on the Mac? Or is there some tiny apps that I can use to do that? Thank You
I want to use jsmin to minify every js file in a directory, and js files in subfolders as well.
I would want to use the compiled vers of jsmin found here:
http://www.ejeliot.com/blog/73
What is the osx equivalent of a batch file?
Looking for something like this for OSX:
http://superuser.com/questions/116417/run-a-batch-command-for-every-file-in-a-directory
Thanks.
Will doing "Run as administrator" on a .BAT file allow regsvr32 enough privlieges to register a DLL or OCX?
The .bat file contains:
regsvr32 -u SomeOCX.ocx
regsvr32 SomeOCX.ocx
Or, does the logged in user need to be an administrator?
When I run:
#!/bin/sh
xmllint --c14n "$*" | XMLLINT_INDENT=$'\t' xmllint --encode UTF-8 --format -
I get
/private/var/folders/Aj/Aj9m3c8JGnmkccHY2o3lKE+++TI/Cleanup
At Startup/Tidy XML.sh.S:1: parser
error : Start tag expected, '<' not
found question_autoSwitch ^
-:1: parser error : Document is empty
^
-:1: parser error : Start tag expected, '<' not found
Something is very wrong. :P
Any ideas?
I need to run bcp.exe on a client machine which has no SQL Server 2008 installed. Does anyone know the minimum install options I need to select to get the bcp tool? I tried 'Client Tools Connectivity' but that didn't include it.
Thanks, Jon
What kind of executable files can run on windows xp-7?
I know of PE, but I don't know if there are any others.
I'm also interested in knowing different kinds of interpretive executables, like a java program and such. Thanks.
I'd also like to know what extensions they use, like PE uses .exe and .dll.
Trying to adjust a cron job to run every 90 min. It was previously running every 20 min, which was a simple cron job:
*/20 * * * * whatever
To change it to every 90, it seems like I need to split it into 2 jobs, I've done this:
0 0,3,6,9 * * * whatever
30 1,4,7,10 * * * whatever
Is this right? The job doesn't seem to kick off.
Will doing "Run as administrator" on a .BAT file allow regsvr32 enough privlieges to register a DLL or OCX?
The .bat file contains:
regsvr32 -u SomeOCX.ocx
regsvr32 SomeOCX.ocx
Or, does the logged in user need to be an administrator?
How is it possible to have an executable run automatically on startup? Is it possible by having a shortcut to the .exe in the startup folder in the All programs section of the start menu? If that is correct, what is the full directory of the start up folder? C:/
I have an executable file "x" stored in a directory. I want to be able to execute program "x" by typing "x" from anywhere in terminal. Currently I have to be in the programs directory and type "./x" to run the program. How can I fix this?
Thanks in advance.
Hey anyone know How to set up Sun One Webserver 6.1 to run perl/cgi scripts for windows? I looked through their documentation. Can't seem to work for me :( . Thanks everyone for your time and help.
In Win 7, which of the following accounts would have the "Run as Administrator" option showing for executable files:
local account not in the local or
domain administrator group
local account in the local
administrator group
local account in the domain
administrator group
domain account not in the local or
domain administrator group
domain account in the local
administrator group
domain account in the domain
administrator group
I like the Linux-Mint 13 Mate Alt-F1 menu and the Alt-F2 run-dialog, but as soon as I installed Compiz those keys became non-functional.
Conpiz has a Gnome compaatibility settings panel which allows you to set these keys, but using that Compix settings panel did not make any diference (probably because Mate is not Gnome, strictly speaking)...
Is there some way to get those two shortcut keys back into acton with Compiz?
Hi all,
I'm using PPTP connection to connect to my office
And I want to add a static route after connected to PPTP server. My problem is my IP on this connection is automatic
Is there any way to run a script to manually add a route to route table when connected to PPTP server?
I'm using Windows XP SP3