Hi There,
I'm looking to write something like this https://www.reddit.com/r/sysadmin/comments/4east7/office_365_administration_center/?limit=500&st=jaun2a6u&sh=64086d5e for my own use as a 365 admin. Unfortunately I missed the boat when the app was in development. I assume it is a WPF...
Hi there,
I am very new to the Mac OS. I submitted an adobe form that was misconfigured to submit to a companies internal server.
Now every hour or so I get a pop up stating
There was a problem connection to the server "TheirInternalServerName".
The server may not exist or it is unavailable...
Hi there,
I am following this tutorial in an effort to have a better understanding of MVC frameworks.
http://www.phpro.org/tutorials/Model-View-Controller-MVC.html
Alas I have downloaded the files but I can find no way to call data from a model.
The example merely shows hard-coded vars in...
Hi there,
I am a relatively new user of the cakephp framework. I am creating an internal application for employees to be able to enter orders.
I currently use jquery to add rows to the "many" side of the order.
Eg. One order can have many products and notes.
So jquery is currently appending...
Hi There,
We have some processes that execute python scripts overnight.
At the end of the process and automated email is sent. We recently had to move to our ISP's SMTP server.
Now, emails seem to appear before the scheduled task runs!
I just ran the following as a test at exactly 3PM and it...
Hi there,
Apologies if this is an inappropriate forum for my query.
I have 2 Netgear FSM726S switches connected via a port trunk on ports 25/26.
I have created a VLAN with PVID of 5 on both switches.
Assume I have added ports 1 and 2 on both switches to VLAN 5. and removed ports 1 and 2 from...
Hi guys/gals,
I have a very basic intranet website for internal reporting.
Recently I built in some user tracking on the site that logs areas different users visit.
In the logs I notice "hits" coming from another machine on the LAN that should not be using this resource at all.
The apache...
Hi there,
I am trying to query a products table that lives on ServerA for products that have > 0 inventory and sub query a transaction table on ServerB for sales in the last six months.
Basically I want to display products that we have on hand that havn't sold in 6 months (bad retail!)
Here...
Hi there,
I am very new to trapping errors in PHP.
I have an application that has a fixed number of licenses for clients to connect.
One of my PHP scripts consumes a license.
Basically I want the script to attempt the connection and if it fails due to no available licenses to sleep for 30...
Hi,
I have a SQL statement that currently selects the left most word of a Description field to return a brand only.
Some products have the brand as the last word in the Description field.
How would I go about selecting the Last word? Should I be approaching this from PHP?
Here is the Left...
Hi there,
I have a select box that fires this onChange event.
var xmlhttp;
function showUser(str)
{
xmlhttp=GetXmlHttpObject();
if (xmlhttp==null)
{
alert ("Browser does not support HTTP Request");
return;
}
var url="getuser.php";
url=url+"?q="+str;
url=url+"&sid="+Math.random()...
Hi there,
I am still finding my way in the world of PHP. I recently found out about AJAX and am trying to use it on an order form.
A Customer can have many Contacts.
My dynamic select works like this.
<td><select name="CustomerContactID" onchange="showUser(this.value)">
<option value...
Hi there,
I am trying to produce a form that POSTs to itself and limits the recordset used to display the page. Here is what is working thus far...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>...
Hi there,
I am quite new to MYSQL and come from a MS Access background.
I have a sales transaction table and can create a query that will give me aggregate totals for a certain period of time for various product groups.
SELECT
groupslink.Group as GroupName,
sum(Quantity) as QuantityTotal...
Hi,
I have checked the web and here and can't seem to find my exact problem listed.
I have MYSQL ver 5.0.45 & PHP ver 5.2.4.
I am running a simple snippet of code below to gather data stored as decimal(10,2)
Running the query in MYSQL or phpMyadmin will return only one Sale price, correctly...
Hi,
It has been a while since I got my hands "dirty" with access so I hope someone can shed some light for me.
I have a very large table containing transaction history. It dates back to 2005 and is approx 700K records.
My data looks like the following sample data.
DateSold Quan Product...
Hi,
This is driving me nuts. Basically it opens, then closes every 30 seconds or so...steals focus from any window including this one, then returns focus after approx 2 seconds...obviously frustrating to say the least
I have completed full A/V and anti-spyware scans - all clean.
I have also...
Hi,
I am trying to emulate a native PICK application's product search system...(long story.)
Anyway, I have no problem assigning my search forms recordsource to the value of a TextBox but I want the users to be able to "drill down" the search options.
eg. I have the following.
On Error GoTo...
Hi,
I have a user that browses to an intranet pricelist (the page is print ready) My problem is that he needs to print various quantities of the page to various printer locations.
I thought I would try to whip up a script for him to save mouse clicks & time.
Here is what I have got from much...
Hi,
I have a site that resolves correctly from my LAN clients using the following address.
http://servername/website
However, I have now set it up as a new website (using the same permissions as the Default Website) and created a DNS record for "intranet" and pointed it at my server...
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.