I'm having trouble producing a timesheet bar graph in Excel. What I'd like is to have Names along the y axis and Workday(time) along the x. I'm having problems since I'm trying to map Names versus two columns for Start and End time. Please see attachment for raw excel data versus a rendering of...
I've figured this one out after hitting the books. Sorry to not be more specific, but what I meant by "extending" was that I already have a database w/ several tables, and that I'm adding to it. To be succint, I didn't want to name all the tables that didn't relate to the "new" tables I was...
Oh, I thought Skip was just being a smart@ss. Misunderstanding on my part. Thank you Skip [medal], and everyone else for pointing out the obvious! [thumbsup2]
A bullseye was just an example. For whatever reason, my boss would like to insert various images as line markers (external images such as gifs or pngs created in adobe cs or found off the web). Two examples he gave me were "bullseyes" and "flames". Why he wants this, I have no idea :\ so I'm...
I'm trying to replace the line markers at data points (the monotone shapes at each point) with my own image, for example an image of a bullseye. I understand that I can change the line markers to a small set of monotone shapes such as diamonds, squares, triangles and circles, but how do I set it...
Edit:
* 1 Sensor may occupy 1 or 2 Channels > {1|2} relationship.
The correct cardinality is {1|2}, not {0|1|2}. This is correct in the attached image.
I've contructed a fairly simple normalized (3NF), relational database. By simple, I mean each table relates to other table(s) in a 1 to many (1,n) relationship. Now, I am trying to extend this database, but I'm not sure how to proceed given specific qualifiers. Allow me to illustrate:
* 1 Pod...
This works great! Interesting trick with the "fifty" class, in that if you must use width:49.5% and not width:50% with float:left or else the 50% divs do not align properly.
I'm trying to layout my html page the "correct" way (as opposed to using tables). The problem is, I cannot set up the layout the way I like using divs without absolute positioning. What I'd like is a "container" div, and inside this container, I'd like six divs: two rows of 50% width divs and...
That works! The error I was encountering was "Catchable fatal error: Object of class Tire could not be converted to string". When I attempted to manually cast using "(Tire)$this->tire->toString()" or "(Tire)($this->tire)->toString()" I recieved was "Parse error: syntax error, unexpected...
I have two classes. Truck and Tire. Tire has (1) size and (2) tread. Truck has (1) make, (2) model and (3) Tire. I am having trouble after assigning an instance of Tire to an instance of Truck. Consider the following code. Can anyone help?
class Truck {
private $make, $model, $tire;
function...
Assuming I have a simple C# asp page online, sendsms.aspx, whose function is to parse the parameter for a 10 digit phone number and use SmtpMail.Send to send an email to a mobile device.
I'd like to make it so that the user doesn't have to open a web browser to run this web page--instead...
Roadki11:
I assume so, but the server itself is remote--on the web host's servers. This is my problem. I'm sorry I don't have much information, besides the fact that I *can* connect to the db by ftping asp files w/ sql code in them to the web server, and then viewing the asp pages in a web...
Hi, I'm new to MS SQL Server, and I can't find the way to connect to a remote SQL Server 2k db using SQL Server Management Studio Express, or its older equivalent Enterprise Manager. Please advise.
Note, I am able to connect to it in VB with the following code:
Set Conn =...
LOL! If you can't tell, I'm working on someone else's project. You say they used a "wizard" for this production db? ... great ... I'm an OSS guy trying to get used working w/in a MS environment. Guess this project will give me plenty of practice.
Haven't yet touched (much less heard of)...
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.