Big picture...
I'm running the following in the command shell to create 1500 users in AD.
FOR /L %i in (1,1,1500) DO dsadd user "cn=Test User%i,cn=MyUsers,dc=mydomain,dc=local" -samid testuser%i -upn testuser%i@mydomain.local -fn Test -ln User%i -display "Test User%i" -pwd P@ssw0rd -disabled...
Hi,
I have two tables: Users and metadata
Users:
id
userid
username
Metadata:
id
userid
value
I would like to extract a list of the userid's from the users table and enter them into the metadata table, with an additional value.
Example:
I want to take all of the userid's from the User...
HI all,
I am using the following javascript to display some world time clocks on a webpage, however, it appears that this script is using the time from the DNS server or the local machine(I'm not entirely sure). What I do know is that the time often changes unpredictably, and I'm sure this is...
If I've understood correctly, I think you will need some sort of "if" statements to do this.
So...
The If statements should determine if the databse should add or remove the value.
Here is the pseudo code...
For each Day of the week {
For each person {
if { day is ticked - insert value...
Sorry,
I actually fixed this already.
I added a default value to the list being displayed...
foreach ($params["form_fields"] as $field_symname => $field_info)
{
if (in_array($field_info["sym_name"], $sym_names, true))
{
$ret["form_fields"][$field_symname]["items"]...
Hi Amir,
There no better advise than from the source itself.
If you want advice on optimizing your site for Google results, check this out...
http://www.google.com/support/webmasters/bin/answer.py?answer=35769
Yahoo Search Optimization...
Hi all,
I have the following script that will populate fields within a form from data extracted from the database.
Here is the code
global $db;
$groups = array();
$res = $db->query(new Query("SELECT groupid,groupname FROM groups ORDER BY groupname ASC"));
while...
Sorry guys, so busy I forgot to reply and tell you all that it works and I am an extremely happy lad.
Thanks for all your help.
Andrzejek and fumei both deeserve stars for your assistance, but I think I can only give one to Andrzejek because he gave me the working solution first. :)
Thanks...
Thanks fumei,
The problem was with the f.Name function.
This is now working correctly for entering plain text.
However, I now need to enter some html code into some of the files. The code is exactly the same for each file, and the code I am inserting into the file should be the only thing...
Hi All,
I have a bit of code that should go through every file in the folder specified and insert a bit of text. This is fine, except it doesn't work.
Could anyone advise why this doesn't work?
Sub replacetxt()
Dim fso, fol, f
Dim a As String
Set fso =...
Hi All,
I have a bit of code that should go through every file in the folder specified and insert a bit of text. This is fine, except it doesn't work.
Could anyone advise why this doesn't work?
Sub replacetxt()
Dim fso, fol, f
Dim a As String
Set fso =...
Thanks TAJSimmons.
I have already played with the work around. It is fine, except you cannot edit both at once, and the PPViewer is so limited, it's basically no good for anything but viewing.
What I really need to do is edit 2 PP presentations at the same time, copying and pasting from one...
thanks for that XLhelp but it doesn't do what I need it to.
It does appear to have some useful add-ons for PowerPoint, but nothing that will help me display two sepearate instances of powerpoint.
More suggestions please...
Hi all,
I have two power point presentations I would like to open at the same time, in seperate windows.
I cannot seem to do this. If I open the application again it opens the original window.
is there any way of running 2 instances of powerpoint?
(I have dual screens and I am trying to...
I've found this....
This appears to work fine, but local file type settings will still override this.
I think this is working correctly now so no more problems. Thanks.
Thanks for you help guys. I am currently testing the VB script but I'm definately more interested in configuring the server to deliver the file with a generic binary MIME type.
I will look into this further.
Thanks again for your help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.