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 strongm 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: tmar
  • Content: Threads
  • Order by date
  1. tmar

    Shortcut to program flashes when double-clicked but then nothing happens.

    I have a few programs that users from outside of our company access via Terminal Server. We have a shortcut on their desktop to the Setup.exe where I compile the program when I make changes so that they are always running the latest version. On Monday, all of the users on those servers are...
  2. tmar

    Managing subscriptions for Office 365 Merger

    We have several affiliates that are on Office 365 currently with their own account but would like to consolidate their accounts into our primary account. There's quite a bit of online support regarding migration tools and methods but I don't see anything regarding the subscription costs. What...
  3. tmar

    Server Advice

    My company recently invested in 2 NAS drives to use as file servers for roughly 2TB of data. One is the primary server and the other we use for backing up the data from the first. This was done by my IT person a month or so before he left and I now have a new IT person in his place. We've had...
  4. tmar

    Users unable to view Public Calendars

    We recently converted to Office 365 and copied our public calendars across to a public calendar in Exchange 2013. We granted permissions to all users who should be able to see it. Our users working from within the domain can see these calendars but those using OWA or any user using the...
  5. tmar

    Problem using Stored Procedure with report

    I've got a vb.net program that opens a report that is linked to a MS SQL stored procedure. The program & report work fine on the production machine but when run on a typical user's machine they get an error message states something like "Procedure or function 'spccsSpiffSheet' expects...
  6. tmar

    Deleting Multiple Columns in Excel via macro

    I've got a spreadsheet template where I want the user to be able to click on a button and have it delete a series of columns. Something Columns "A:D", "F:G", "K:M" etc. I tried the following code which deleted the first series but not the next. Any help would be appreciated. Sub...
  7. tmar

    Handling "box" characters in a string

    I'm trying to put together a program that allows a user to copy data from Excel and then paste it into a datagrid in VB.net. The problem I'm running into is that there is a field where users have typed something in which causes a box in the text field (I'm assuming it's a 'return'). This field...
  8. tmar

    PDF files on a webbrowser object

    I've got a simple document viewing program that lists a group of files in a folder (mostly PDF's) and when the user clicks on a file in the list it shows on a webbrowser object. I want to put in a utility to delete the file but I keep getting an error message (only on the PDF files) that "the...
  9. tmar

    Removing permissions to see a file list

    I'm trying to create a program that will add directories and assign permissions to those directories based on who the directory belongs to. The root directories all have no files in them and I don't mind if a user browses to the final directory in an extension but I only want them to be able to...
  10. tmar

    Error trying to set directory permissions

    I tried to replicate some code I found on the web regarding setting directory permissions but am having an error. The code is below and all of the code inside the parenthesis of "folderacl.AccessRule(".... to the ")" at the end is underlined as error. Private Sub userperm(ByVal userid)...
  11. tmar

    Sort Datagridview by multiple columns

    I have a detached datagrid that gets populated through a SQL statement but then gets manipulated by the end user who will changes some of the column values and delete some rows. In the end I need to sort that datagrid by 3 of the columns before processing the data in it. Nevermind just...
  12. tmar

    Issues with [ and ] in data

    I have and item in my system with an ID of NP-M271x[chas] and I am unable to grab that item via a sql query like: select * from timitem where itemid like 'NP-M271x[chas]' From my testing I see the ['s are the issue but have no idea how to deal with them.
  13. tmar

    Trouble printing a Crystal Report

    I've got a program written in VB.net 2005 that prints a report written in Crystal 10.0. It works when run locally and on one of my Windows 2008 servers but not on the new one we installed. On the new server the report will show and can be exported but if you click on the printer button nothing...
  14. tmar

    Crystal Reports on Windows 2008 server

    I have a VB program that prints reports out on Crystal Reports 10. It works fine on most machines but we have users on a Windows 2008 terminal server who are unable to print the reports. The reports show and can be exported but they cannot select a printer. Any clues?
  15. tmar

    Loading Excel on a terminal server

    I've got a VB.net application that has a utility that throws items from a standard grid into Excel. Many of our users get into this application via a terminal server which doesn't have Excel loaded and looking at the server licensing cost, I'm in no hurry to load it. Can VB load Excel through...
  16. tmar

    Office Upgrade causing build problems on VB project

    We recently upgraded from Office 2003 to Office 2010. Once this was installed on my development machine I get errors on my build due to the program no longer recognizing the Excel namespace. There are errors throughout the program but they are on statements like the ones below where I'm...
  17. tmar

    Problem Downloading Docs from the Web

    Below is the loop process of the code I wrote that goes through my database and finds items missing documents and then downloads them from a website, copies the files to a public folder and then updates the database. Each time I run it the code processes one item but then times out on the...
  18. tmar

    Datagrid sorting problem

    I have a data grid with several columns, the first of which is an integer column which I have formated as N0. When data is loaded in the grid I am able to sort by this column with no problem. I the user changes the value of one of the cells in the first column to be a different integer value...
  19. tmar

    Need help getting number sequences into a field

    I've run into this a few times and have an bad work-around but wanted to see if there's a better way. Often when I run queries & views I need to know the sequences of the returned values. For instance if I run a query like "select Custid from tarcustomer order by totalSales desc" I'd like a...
  20. tmar

    Report Lines Running through bottom of report

    I've got a report which typically prints on 2 pages. The first page ends at Report Footer A and in the section properties the "new page after" box is checked. In Report Footer B I've got a sub report which is what prints on page 2. I've got vertical lines drawn on the report from the Page...

Part and Inventory Search

Back
Top