Hello Francois.
I believe the code is okay to be used within a VBA macro.
Regards,
Parag Doke
User Profile
Collapse
-
-
How to handle hyphen/minus sign in json?
Hello All.
I am new to json and need to work with some json output generated by code which is outside my control. I was trying out some simple alert examples.
Noticed that the hyphen or minus sign runs into problems. While this seems JavaScript wise logical (variable names cannot have operators), I don't know how to handle them.
Here is my made up example that does not work:
Code:<html>
-
Hello Tin.
Thank you for your reply. However, I was looking for a csh solution (since I want to attempt this via an alias).
Thanks in advance!
Parag DokeLeave a comment:
-
Multiple commands in csh one liner if
Hello All.
I hope I am asking this question in the right section of the site.
I'm working on Solaris 10 and the shell is csh. My intent is to perform 2 tasks if a condition is not satisfied. I'm using the one liner syntax for if (one liner because I need to use this as an alias later). However, my observation is that this simply does not work:
Code:if ( 0 != 1 ) (echo Message1; echo Message2;)
-
Firefox says:
Code:XML Parsing Error: undefined entity Location: <path to parent folder>/XML.xml Line Number 4, Column 5: &myEnt; ----^
Leave a comment:
-
-
How to identify the error with this XML/DTD pair?
Hello All.
I am trying to use an entity value defined in an external dtd within an XML file. This renders fine in Internet Explorer 8, but Firefox 3 & Google chrome report problems.
Can someone kindly spare a moment and help me please ?
XML.xml:
Code:<?xml version="1.0" standalone="no"?> <!DOCTYPE root SYSTEM "dtd.dtd"> <root> &myEnt;
-
-
Permissions for serving a folder over 2 different aliases
Hello Apache Experts.
I am new to Apache httpd configuration and got stuck with one issue related to serving a folder in different manner over different aliases. Please find the details below.
Apache version being used: Apache/2.2.11 (Unix) and Apache/2.2.14 (Win32).
There is a folder (say /path/to/parent/folder/in/question) which inaccessible to clients using the following URL:
http://myhost:myport/alias1/parent/f... -
In addition to rdesktop as suggested above, VNC could also be used if you wish to view the desktop of another Windows system.Leave a comment:
-
I am a Unix noob too, but can you try this:
Code:export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib
Leave a comment:
-
No. I was trying to avoid a complete install but ended up doing that (for lack of info on which component at the minimum would be needed). I guess I will post back my observations to this thread when I have some time to experiment.Leave a comment:
-
paragpdoke started a topic Which component in the VS2008 Team System Edition will install regcap.exe?in .NETWhich component in the VS2008 Team System Edition will install regcap.exe?
Hello All.
I need to use the regcap.exe tool to generate a registry file (to be later included in a merge module). I am trying to invoke the VS 2008 installer and don't know which selection will install the regcap tool.
Can somebody please help me out ?
Thanks in advance,
Parag Doke -
Hello dlite922.
Apologies for being unable to convey clearly in the 1st attempt. Here is an excerpt of the XML file where the information will be saved in:
Code:<App id="InstanceName@host1"> <Release>R1</Release> <Build>B1</Build> <Component>C1</Component> <Arch>x86</Arch> <OS>2003</OS>
Leave a comment:
-
Implementation strategy: Registering and unregistering entities
Hello Everyone!
I have to ask about how do I approach this problem. The scenario is explained below.
We are a QA organization and need to deploy many versions of an application. There are some helper scripts which gather information about the app (version, components, host name, etc) and hit a PHP get URL. This PHP code saves the information inside an XML file.
While apps regularly get recorded into this XML,... -
Hello drhowarddrfine.
Many thanks for your inputs. I was able to get it work using the following:
Code:<html> <body> <div style="float: left;">This is some text. This is some text.</div><div style="float:right;">Some more text on the right</div> </body> </html>
Parag Doke
http://paragpdoke.blogspot.co...Leave a comment:
-
Span shifts down when float=right
Hello All.
I have a weird observation regarding the CSS float style for span.
Allow me to share details before asking my question:
Screen resolution: 1024x768 (I know my monitor is outdated; it can't display higher than this)
Link: http://www.w3schools.com/js/tryit.as...style_cssfloat
Text entered in the left side:
Code:<html> <body> <span>This
-
-
Registering 32 bit DLL for context menu on 64 bit Windows
Hello Everyone.
I am new to Windows programming / registry settings and I need help regarding setting a context menu. Allow me to provide details.
- There is a DLL written in C++ which somehow is able to display a "MyApp" menu when I right click any file. I am not sure how it displays the menu (not owned by me).
- The programming language I used to register the content menu handler is VB.NET. I have code that...
No activity results to display
Show More
Leave a comment: