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 SkipVought 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: *

  1. treecody

    VB and Crystal Reports deployment

    Thanks everyone. I'll check out crystal decisions website. Treecody
  2. treecody

    VB and Crystal Reports deployment

    Hi, I've packaged and deployed my VB 6.0 application that uses Crystal Reports 8.5. When I try to install it on a users pc that has Windows 2000 and no Crystal Reports it bombs out, saying that it can't find the crystal dlls. I have added them to my package. If I load the entire crystal...
  3. treecody

    Is there a type overmode in VB?

    Foada, I tried that but I couldn't get it to work. It was a long day yesterday. I'll try again today. Thanks for the input. Treecody
  4. treecody

    Is there a type overmode in VB?

    Hi CajunCenturion, That worked but that is not exactly how I want it to work. I don't want to delete the entire text. When you are in typeover mode the entire text is not deleted, you just move from character to character. Maybe VB can't do it? Or I'm just making too big of a deal out of...
  5. treecody

    Is there a type overmode in VB?

    Thanks, I'll try that and see what happens. Treecody
  6. treecody

    Is there a type overmode in VB?

    I actually commented out that entire sub and it still doesn't work. All I'm trying to do is use the enter key or the tab key to go from field to field and I want to be able to type over the text already entered. It should be a simply thing, I would think!!! Here is part of the code Private...
  7. treecody

    Is there a type overmode in VB?

    I've tried pressing the insert key but it doesn't work. I have a feeling its because I'm checking if the enter key or the tab key or the escape has been pressed. I am using the form_keypressed event to check for the above keys. If I press any other key then those mentioned I loose my cursor...
  8. treecody

    Is there a type overmode in VB?

    Hi, I've just written my first VB program. On my edit click event I what to be able to overwrite what is already there. I have a keypress function, which I check for enter, tab and escape. The problem I am having is I start to type and it moves the inforamtion over as if I'm in insert mode...
  9. treecody

    Command object and Data grid

    Hi Terpfan2001, Thanks for the input, but I get the error it is read only. I really don't want to have a data control on the form. Is there way to just name the command object so I can set the datagrid.datamember to the name of the command? Theresa
  10. treecody

    Command object and Data grid

    Hi, I'm new to VB. I need to know how to get data into a data grid. I have a form where the user enters a range of dates. I'm using an SQL statement to find the records. How do I set the datamember to a new command. I need to do this at run time not design time. the code I have is as...
  11. treecody

    Printing from Unix to NT

    Hi, How do I print from my unix server running SCO 5.0.5, to a microsoft NT printer? Do I need to add SCO's advance printing module? I used to be able to print using the HP printing in SCO but we have since replaced our jetdirect devices with Lexmark Optra S1855 printers. I have entered the...
  12. treecody

    SCO VisionFS

    Thanks for the input, but the problem was I was using pass-through encryption. Once I changed it to encrypted VisionFs passwords it worked fine. Thanks again, treecody
  13. treecody

    Acess SCO by NT

    You should be able to telnet to your SCO server. If you can ping it, you can telnet or ftp to it as long as telnet and ftp are loaded on your SCO server. treecody
  14. treecody

    SCO VisionFS

    How do I start the profile editor? I have done everthing that the SCO knowledge base gave as tips. When I double click on the visiontools share on a windows nt machine, I get the error access denied. I'm the VisionFS administrator, I'm a user on Unix and I gave myself root privileges. I...
  15. treecody

    Question: How to change an IP address on a SCO server?

    Andy, All you have to do to keep it each time you re-boot is put the default gateway in /etc/tcp, there is a line in this file that says # Add My Static Route Here, this is what you type in /etc/route add default (gateway is your ip address). It's important the you ad this after the routed and...
  16. treecody

    odbc error 1012 (assignment error)

    I am connecting to an SCO Unix server from a windows nt client. When I try to import a table from Unix to Access 97 using a Recital odbc driver - that is using the machine dsn, I get the message assignment error (1012), if I try to import using the system dsn, I get the error 7778 - reserved...

Part and Inventory Search

Back
Top