Hi, we are printing some barcode labels using Zebra QLN320 printers but would also like to create a pdf copy of that printed data as a copy to store in our system. Is this possible?
Thanks,
Joe
Hi, I am trying to help someone with adding an Linksys wap54g access point to their existing Verizon Fios home network. They currently have wireless Verizon router in their basement but parts of their house, they are not getting any reception, it's a really big house! I gave them an old...
Hi, in IIS, I goto HTTP Redirect.
I have the checkbox checked for Redirect requests to this destination and in the destination field, I have the domain name: http://www.general-trading.com
Then, I've tried different combinations on the other 2 checkboxes for Redirect all requests to exact...
Hi, trying to setup http 301 permanent redirect in IIS so anything coming to general-trading.com will automatically get directed to www.general-trading.com which seems to be suggested for search engine optimization. Trying to test in Safari and keep getting error about too many redirects...
Got it working in case it helps someone else:
Do While NextResult = True
Dim Button1 As New Button
Button1.Location = New Drawing.Point(2, 80 + i * 20)
Button1.TabIndex = i
Button1.TabStop = False
Button1.Text = "Open"
Button1.Tag = SQLReader.GetValue(1).ToString...
Hi, want to add buttons to a form and name them from data returned from SQL server but also add event handler for onClick of each button to be different. We currently can loop through a recordset and add these buttons but all have same onClick event handler. Thanks, Joe
We have a a few button fields in our gridview and we'd like to be able to have it prompt user to confirm before continuing. Seen a couple Javascripts that do it onclick events but would like to do right in vb code if possible. Here is the asp code for one of the buttons in our gridview...
Hi, we have a page with 2 gridviews with scrollbars. The first is a list of items that have been inserted already. The second below it, is a list of avaiable items with a button by each that when clicked, inserts that selected item into first list and then call databind to update and that...
We had a problem after install SP3 for SQL server 2008 from SP1. Install seemed to go ok but then got messgae when starting sql up after upgrade about master db being corrupt. Was about to reun repair of master and got server up. Unfortuanatley all databases were not there but was able to...
Hi, we are going to opening a freezer warehouse bulding where temp could get down to -10 degrees. Looking to see if any POE switches are designed for that environment or if there is some type of heated box? Not sure if this is the correct place to post this but any help would be appreciated...
Not sure if possible and was basically told by APC that they didn't think it could be done but here goes: We have a big APC Matrix 5000 UPS in out server room and would like to when power goes out for an extended time, plug the UPS into and inverter then into one of our large batteries that we...
Found a workaround:
http://bytes.com/topic/access/answers/509896-onclick-event-works-w-command-button-but-not-image-box
Just did below excerpt and seems to be good. Thanks.
As a work around, I placed a command button over the image control, sizing it exactly the same as the image control, and...
I just did a quick simple test and here is the code below. This test is just continous form with a simple table as datasource. Just have it displaying current record id field when clicking on button or image Same code in bother but button works fine and displays the correct id for record...
We have an Access 2007 SP2 form that is based on recordset and has an image associated with each record but when use on click event to select that image, it seems to only using data from first record on form not the selected one yet when do exact same code on button, it works fine. This use to...
We have a stored procedure in sql server 2008 that we need to have it continue running the rest of the code if one step can not connect to a linked sql server. The reason being that we have one of our sql server dedicated to taking orders and would like them to keep being able to do so even if...
Hi, this script runs fine as is but when I got to edit, it gives me error when compiling. Error I get is on following 2 lines with as text part. If I take it out, I don't get error but script doesn't run. Script was created on a older version of MAC OS and InDesign but someone else.
set...
Hi, new to everything about indesign but given task of trying to automate loading data from our database into indesign for our circular print. I can export data from our database to xml and can manually import that data after setting up tags but now looking to automate. I found some samples...
Hi, we are looking to use data from our sql server 2008 to populate a public folder in Exchange 2010. End reslut is that we'd like to rewrite this public folder every night with data from our database that we export to csv file then import to Exchange if possible. I've been trying with...
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.