I received some sample prints from xerox which they printed on one of their Colorqube models.
I'm very disappointed at how easy it is to scratch off the ink with just a fingernail. I definitely wouldn't want to use it for printing shipping labels, envelopes, post cards, etc. Hmm I wouldn't...
Is the ink durable enough to use on shipping labels or will it scratch off when the box rolls and slides through UPS\Fedex equipment?
It's only easy when you know how.
www.seedandgarden.com
I'm thinking about getting one of the solid ink printers. Since there seems to be a few users in this thread that have them, I thought I would ask here if you don't mind.
1. We have small office and sit right next to the printer. Does it emit an odor or fumes that we should worry about?
2...
Where do I put this code? I'm not a programmer and I just started using InfoPath. Actually it would be even better if I could do this:
I have two fields called dteDate and numWeek. I have the default value of numWeek set to @dteDate and I also have the check box for "Update this value when the...
Hello,
Basically I want this displayed at the top of my infoPath form. So if I open the form on a Tuesday and save it, it will still say the below. Also when i reopen the form, that should not change. It should only be updated when I start a new form.
Like this
Week#: 41 --- Starting...
Hello,
On one computer, when a use prints a packing slip, the bmp logo is distorted. When they logon a different machine, same user name, then the logo looks normal. Seems to be a problem with a certain pc. any ideas?
Thanks
It's only easy when you know how.
www.seedandgarden.com
Help me understand how WDS works. Will what I want to do work with Netgear WAG302 or WG302?
What I want to do is connect 3 access points to my network at 3 different locations so wirless clients can roam freely between them.
I also need to have WPA-PSK enabled along with Access control list...
It is version 6. Basically all the addresses starting with 71 are changing. and the gateway will change.
Result of firewall command: "show run"
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
nameif ethernet0 outside security0...
Hello,
Our IP addresses changed. The public ip assigned to the pix changed, the ip assigned to the dmz changed also. How do I modify this in the Pix 515e?
It's only easy when you know how.
www.seedandgarden.com
Hello,
There wasn't a form for One Note so I hope someone here can help.
I am thinking about using one note. The problem is I don't use one computer all day. I need my notes to be available from any computer with internet access. How can I make one note available in a web browser?
Thanks...
Under console they talk about using PHPConvert.exe command-line tool. I searched my hard drive after installing the program and it doesn't exist. I'm not sure where to get it.
It's only easy when you know how.
www.seedandgarden.com
So far I have this. It displays the info in a datagrid but this doesn't allow me to compare the date of each record returned and then display expired or a link.
string pageID;
pageID = Request.QueryString["pageID"];
//Response.Write(pageID);
//query database...
Hello,
I was going to try the migration assistant but I dont' have Visual Studio .NET. I'm using Visual Web Developer Express.
I'm trying to learn C# but its proving to be difficult.
It's only easy when you know how.
www.seedandgarden.com
Hello,
How could I convert this to asp.net c#?
<?php
$pageID = $_GET['pageID'];
// Execute Query
$msSqlQry = mssql_query("SELECT * FROM myLinks WHERE txtPageID = '$pageID'")
or die ("Unable to run query");
// Iteration loop, for each row in rowset...
Hello,
I'm using this QuickStart TreeView control to display the contents of a folder.
http://www.asp.net/QuickStart/util/srcview.aspx?path=~/aspnet/samples/ctrlref/navigation/TreeView/TreeView10.src
How can I modify it so that when a file is clicked the file is opened or downloaded...
Ok, I have this but its not working. I'm just starting to learn asp.net
void getSelectedFiles()
{
ArrayList checkedFiles = new ArrayList();
foreach(Control found in myfile.Controls)
{
if(found.GetType() == typeof(CheckBox))
{...
Hi,
I'm not using checkboxlist or anything. I added a checkbox to the FileSystem treeview from obout.com. There could be any number of checkboxes depending on the directory contents.
Here is what I have:
// Display Files.
for (int i=0; i<listFiles.Length; i++)
{
sPath =...
In php I have a file browser with checkboxes. When the from is submitted the selected checkboxes are put into an array. How can I do this in ASP.Net C# ?
Here is my php code:
<input type=\"checkbox\" value=\"$hPath\" name=\"file[]\" />
Then on the page it submits to:
$arrayFileName =...
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.