Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: davejam
  • Content: Threads
  • Order by date
  1. davejam

    WIN8 Phone OWA to exchange 2007 - cert issue

    Hi All, I have been trying to setup windows phone 7.5 (now 7.8) on our exchange for ages but with no success, the guy who originally setup the exchange server / firewall got it working for iphone but neglected to put the time into getting it working for WP. For a couple of years i have just...
  2. davejam

    ASA 5505 - windows client access to VPN

    Hi all, Bit of a long story but here goes. I took on my current position (2+ years ago) and at the time we had a contracted network guru (possibly) and were in the process of moving over to fibre. Along with many other network upgrades we needed to implement and move over to the ASA 5505...
  3. davejam

    where clause from split string search

    Hi all, I am writing a webpage that has a search that simply builds the search with entered words. I have compiled this so pipe symbols are between the search words. I then want to submit this to a sproc to then bring back the data. Is there a way to write an inline query for each of these...
  4. davejam

    get image from excel

    Hi all, one of my colleagues has built hundreds of product specs including images in spreadsheets. Unfortunately this is seperate to our system and of no use to what we are trying to do!!! I have managed to programatically open the file and get the data out of the cells (luckilly the files...
  5. davejam

    magento and automated data import

    One of our customers have had a site written for them in magento and their developer is trying to automate the data upload process but hasn't worked with the coding of sites so relies on magento. They use our data feed to get a csv file and then have to manually upload (i haven't used magento...
  6. davejam

    send mail with attachment VB.net

    Hi all, Having a bit of an issue sending email with an attachment from my vb.net application. From the examples i can find on the web which aren't asp.net related I have tried the following, except in vb.net mailattachment is not defined. Imports System.Net.Mail Dim myMail As New...
  7. davejam

    Virus's keep installing on pc, suspect startup.exe file

    One of our machines (the bosses of all) has got something serious up with it. (XP machine with microsoft security essentials) It sparked up this morning with security essentials saying there was 10 virus's/threats detected. this cleaned them, but then when he called me in again it said it had...
  8. davejam

    Problems with replication - concurrent snapshot not available

    Hi all, I have just moved some databases from our old faithful to the brand new all singin all dancing dedicated SQL server, but this is now causing me real issue with replication for our main database. nb. both servers are running sql server 2005 on windows 2003 I moved several databases...
  9. davejam

    refer to web server by name not ip

    Hi all, I am having real trouble trying to move my SQL server because I cannot refer to our external server by name. The old server some how recognises the name and applies a specific IP to the name... if i ping the server name from our current server it displays correct IP, if i ping from any...
  10. davejam

    replication - initial snapshot for publication is not ready

    Hi all, I have been running replication of our data out to our webserver for some time now, last week it suddenly stopped refreshing with the following error initial snapshot for publication 'mypub' is not ready I couldn't find a fix for the problem, including reinitialising the data, so...
  11. davejam

    converting html to pdf file

    Hi all, I have been tasked with creating PDF files to send out to clients, we currently create html files which we embed within the email body but would like to send proper PDF files as attachments. After some advice, has anyone used some good/easy third party software to aid in the same task...
  12. davejam

    Trouble with FTP uploading

    Hi all, I've been writing a program that simply streams the stock list from our website to a csv file on our users computer. What i would like to do now is either take that stream and create a file on an ftp site, or download the stream to a file the copy the file to an ftp site. I have...
  13. davejam

    printing html doc from windows service

    hi all, I had a process running that printed htm documents, it popped the doc in an ie window, prints then moves on. I then re-created this as a windows service so it would run regardless.... now the prints don't work... Is there a way to get this working, or another way to print via windows...
  14. davejam

    download an asp file from web (content scv) as csv file to local

    Hi all, I am trying to create a little feed tool that downloads a file to local machine... problem is the file is an asp page that creates the data feed (Response.ContentType = "text/csv") and needs to save it to local as csv file. I've seen this done before but never really got that...
  15. davejam

    storing users personal settings within application (no database)

    Hi all, With vb.net can you store within an exe information for a users entered settings.... I am creating an downloader exe tool for use by our clients... i want this to be unmanaged so the exe will be available to download from our website. The plan is that they enter the user details into...
  16. davejam

    working with vb.net reports .rdlc

    Hi all, I am trying to dynamically sort our flow of data and documents with the use of vb.net applications.... We get a lot of order details in from various sources and each has its own way of working... yet all of the data COULD be used to create one route through.... I have already taken...
  17. davejam

    error publishing - signtool/capicom

    I am getting the following error when trying to publish a vb.net project. SignTool reported an error 'Failed to sign bin\Debug\MYPROJECT.publish\\setup.exe. SignTool Error: Signtool requires CAPICOM version 2.1.0.1 or higher. Please copy the latest version of CAPICOM.dll into the directory...
  18. davejam

    LINKED SERVER to external sql server

    Hi All, Just can't get my head around this one. I have to update records on an external sql server and trying to setup a linked server but can't seem to get it working. I am working with sql 2005. All i have for the external server is the IP address, dbName, user and password. I have dbo...
  19. davejam

    recordsets and connections

    hi all, Fairly new to vb.net and visual basic at .net level. I want to validate a username to check for duplicates, i have a sproc setup to return 'dup' or a record if exists, this accepts the username. I have a connection string set within the database and already use information from that...
  20. davejam

    Database name as variable

    Hi all, I have hit a rather annoying problem in view of cross referencing databases. I am currently trying to deliver an in house solution on the back of third party software. My gui uses stored procedures from my reporting database, these stored procedures reference the third party database...

Part and Inventory Search

Back
Top