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 Chriss Miller 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: smeyer56
  • Content: Threads
  • Order by date
  1. smeyer56

    Remote users and locked files

    Recently Citrix and RDP users are getting a "Cannot create file" error "The process cannot access the file because it is being used by another process". This is happening to all remote users but not local ones. Users all have full access to these files and the software vendor says that locks...
  2. smeyer56

    Custom toolbar placement

    We are on the newest version of GP Dynamics. We have users who have unlocked their toolbars, moved them the way they wanted and relocked them. When they shut the computer down and log in the next day, the toolbars are back to default. Except one user whose settings stay. Any ideas?
  3. smeyer56

    Convert VB.net application to web application

    We have an application that was created in VB.net 2003. It is basically an estimating program. Now we need it to be a web application pulling data from an XML file. It also needs to be able to be a desktop application. My first thought is to write a Java applet but I don't really want to start...
  4. smeyer56

    Viewer not showing data source.

    I am trying to add a report that our users can view over Citrix. I have done this many times before. But, for this report I has to use a new DB. I created the ODBC connection on the application server. I also created the connection on the Citrix server. My problem is that the CR Viewer does not...
  5. smeyer56

    label forecolor change doesn't work always

    I have an array of labels in VB2003. They are all black. When a user clicks on the label it should reset all labels to black and change the clicked one to red. The code Private Sub Label_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) For index = 0 To IPs...
  6. smeyer56

    Strange DNS Problem

    I have a laptop that I was cleaning a lot of spyware from. After running SDFix, Spybot, Combofix, Smitfraudfix and a few others. I cannot get it to connect to the internet. I can ping any IP, but when I try to ping a name, it will not resolve. I know the DNS Servers are the right ones and are...
  7. smeyer56

    Excel 2000 copy sheet with custom palette

    I am working in a Excel2000 spreadsheet. We have created a button that copies a worksheet from our template to a new file. The problem I am having is that our template has a custom palette and the new file doesn't copy that. Here is how we are copying the sheet. Sub Picture17_Click() Dim...
  8. smeyer56

    SQL ODBC on new computer

    I am trying to create an odbc connection to a server on a workgroup for my new xp computer. I had one working on my old w2k laptop. I am trying to use NT auth and the settings are the same as on my laptop. I am getting the 18452 "null" error. Here is where it gets interesting. I thought...
  9. smeyer56

    Use form to update previous record

    I am playing with a DB to track gas mileage by vehicle, station, E85 vs regular etc. I am having a problem grasping something. I entering data in a form for each fill-up including price/gallon, gallons bought, miles travelled station bought at etc. The problem I have is that the gas I buy...
  10. smeyer56

    CRViewer doesn't print drill-down on one workstation

    I have a report that was created in CR10. The user opens it in CRViewer. It is a customer history report that when the user clicks on the ticket number, it opens a new page with the ticket details on it. I have a problem with only one workstation that when the user selects print while the...
  11. smeyer56

    Grouping/summing on sum

    I am using CR10. I am trying to create a report on ticket sales to show the average sale on tickets that use coupons. I have created a variable that if a line item shows a coupon, it gives that variable a value other than zero. IE Radio Coupon = 1. Since only one coupon can be used per ticket...
  12. smeyer56

    Ubuntu Grub dual boot problems with Windows

    I have Windows 2000 installed on a sata drive. I unplugged that drive and install Ubuntu 7.04 on an IDE drive(hd0). I want to dual boot from grub if possible and boot.ini if necessary. I have tried suggestions from many sites and it is currently set at: Title windows2000 rootnoverify (hd1,0)...
  13. smeyer56

    How to create this variable

    I have a one to many relationship and would like to search through the many to see if it is one of a few strings. If it is the variable would be 1,2,3... and if none of the many contain these vallues, then it would be 0. Is this possible. Also, if it is found that the second of ten contain one...
  14. smeyer56

    problem with formula

    I am using CR v10 and am having a problem with a formula. I have ticket headers and ticket line items. Some line items have a field that has a value in it and others don't. I am trying to create a formula that will place that value in all line items. IE the line items for a ticket will have a...
  15. smeyer56

    DSN to DSNless host problem

    Our new host will not allow DSN connection strings to our DB. I changed the connection to a DSNless connection but anm getting an error that shows that DSN is still being looked for. Is there anything that might be in the global.asa or elsewhere the I should remove?
  16. smeyer56

    Microsoft OLE DB Provider for ODBC Drivers error '80004005'

    I inherited a website that is working fine. We are in the process of swicthing to a different host. Last week I had a working connection to the database using DSNless connection on the new host. The old host used DSN the new doesn't. The connection string used is: Set C =...
  17. smeyer56

    VPN ping problems (subnet?)

    Sorry if this is a simple question. I have 3 local computers and 1 remote. Local server 1: ip: 192.168.100.100 sub:255.255.255.0 Local server 2: ip: 192.168.100.101 sub:255.255.0.0 local desktop: ip: 192.168.100.98 sub:255.255.255.0 remote desktop: ip: 192.168.123.20 sub:255.255.0.0 or...
  18. smeyer56

    Multiple subform problems

    I have a form that has 2 subforms on it. The main form is the company form. The first subform displays all contacts at that company and is linked by companyID. The second subform is linked to the first subform and shows details about the contact and is linked by contactID. Works great with one...
  19. smeyer56

    PrintRTF and email problem

    I have an application that was set up by previous programmer to take text from a RichTextBox and print it using a function that called PrintRTF that it seems is quite familiar with many programmers. I have added functionality to the application that takes the text, saves it as an RTf ad then...
  20. smeyer56

    vb6 fax/email problem

    I was handed a VB6 application that faxes up to 100 customers a night. The previous programmer put text into a richtextbox then faxed it page by page using FaxManJr until it was completely sent. It works okay. Problem now is that some of these customers want the same information emailed...

Part and Inventory Search

Back
Top