Search:

Type: Posts; User: Steve Thomas

Page 1 of 4 1 2 3 4

Search: Search took 0.13 seconds.

  1. I know about the ShellExecute API. However, I...

    I know about the ShellExecute API. However, I need to launch a Microsoft Word Document when the user clicks on a hotspot in the Help File. I can't seem to get the proper string set for the macro.
    ...
  2. Thanks so much. Works Great.

    Thanks so much. Works Great.
  3. I have a table with the following fields: Name,...

    I have a table with the following fields: Name, text1, text2, text3.

    In the following code example (Which does not work) i am trying to figure out a way to reference a recordset field using an...
  4. Thank you very much.

    Thank you very much.
  5. I have an App that uses MIDI Child forms. I want...

    I have an App that uses MIDI Child forms. I want to keep form B(Child) up and maximized while I call form A(Child). I want form A to look like a message box.

    Set A as new frmMessage
    load A
    ...
  6. Replies
    1
    Views
    1,092

    VB6. I am using MAPI to send an Email along with...

    VB6. I am using MAPI to send an Email along with a small text file. For some reason when I send an Email without the attachment it works fine. However when I send an attachment I get an...
  7. Replies
    2
    Views
    798

    Thanks

    Thanks so much. Works Great!!!
  8. Replies
    2
    Views
    798

    I simply want to do a line feed so that my...

    I simply want to do a line feed so that my message text looks better . Example:

    msgText = "Dear John, How are you"

    When I use the above code, the message text displays this way in the Email -...
  9. Replies
    3
    Views
    829

    I think I found the solution. I update the...

    I think I found the solution. I update the textboxs rather than the ADO Field. When I do this, the screen changes imidiately. This has always worked until the user clicks on my exit button at...
  10. Replies
    3
    Views
    829

    VB6. I have a form with an ADO control. I want...

    VB6. I have a form with an ADO control. I want to have the user click on a button to update a value rather than having them do it in the TextBox bound to the field. (Reason: I want to 3 other...
  11. When I send an Email I use the following Code: ...

    When I send an Email I use the following Code:

    A.MAPISession1.SignOn

    With A.MAPIMessages1
    .MsgIndex = -1
    .RecipDisplayName = A.txtEmail.Text
    .MsgSubject = "Subject Text Here"
    ...
  12. Replies
    2
    Views
    354

    The errors seem to be sporatic but I consistantly...

    The errors seem to be sporatic but I consistantly get an error when I try to do an .AddNew, .Update. The error it gives is "ERROR OCCURRED".

    I am going to install the MDAC version 2.5 which...
  13. Replies
    2
    Views
    354

    I have a VB6 application that uses ADO to connect...

    I have a VB6 application that uses ADO to connect to an Access97 DB. I use the following statement when connecting.

    Provider=Microsoft.Jet.OLEDB.3.51;Data Source=ACCESS97.MDB;

    I recently...
  14. I need to create some reports in VB6. Pie...

    I need to create some reports in VB6. Pie Charts, bar charts, etc. Is Crystal Reports the best or does anyone have any other suggestions??

    Thanks
  15. Replies
    1
    Views
    501

    I ran the close all programs and login as a...

    I ran the close all programs and login as a different user on my machine and when I did that it allowed me to register it. Strange.
  16. Replies
    1
    Views
    501

    I have an install from Novell for ActiveX...

    I have an install from Novell for ActiveX components. I ran the install and everything went fine. I then created a setup program with 2 of the new activeX components (NWUSRGRP.OCX and NWDIR.OCX). ...
  17. Thanks for the replys. From what I gather I can...

    Thanks for the replys. From what I gather I can not use a string value of "A" or "I" and substitute it in place of

    S = "A"

    S.adodc1.recordset

    I must DIM S as Form first. This makes sense...
  18. I have the following code: ...

    I have the following code:

    ***********************************
    Dim sForm as string

    If sForm = "A" then
    A.ADOD1.Recordset = "SQLQuery"
    end if

    If sForm = "I" then
  19. Replies
    2
    Views
    531

    This will get me the userID in our environment. ...

    This will get me the userID in our environment. However, I need the user name which is stored on Novell.

    Thanks for the reply.
  20. Replies
    2
    Views
    531

    I need to get the users name from Novell. I have...

    I need to get the users name from Novell. I have downloaded the NWSess.OCX. However, I am not familiar with it but it doesn't seem to work. I don't want the user to sign in a second time to my...
  21. I have a Social Security Number field in my...

    I have a Social Security Number field in my Database. It is set up as a text field because some Social Security numbers start with a zero. I have a textbox set up refrencing this field. I use the...
  22. No. Sorry.

    No. Sorry.
  23. If I put 9 characters it seems to update it. I...

    If I put 9 characters it seems to update it. I am having similiar problems with other issue related to this same issue. If I use the MoveNext and then MovePrevious, it works but I don't like the...
  24. I have an ADO control on my form bound to a field...

    I have an ADO control on my form bound to a field that allows 9 characters. After a user enters data in the box, I run the following code

    Form.ADODC1.Recordset.update


    Even though the user...
  25. I have created a DTS import package. I used the...

    I have created a DTS import package. I used the wizard to create the package. I have a Transformation script that I wrote. I save the package and I can view the package in the Data Transformation...
  26. I found a text editor out there called textpad. ...

    I found a text editor out there called textpad. Thanks for your suggestions.
  27. Thanks for the reply. First: I can open it in...

    Thanks for the reply.

    First: I can open it in Microsft word but that does not give me the line number. It will tell me what line I am on in the page but then it starts over when you move to the...
  28. Anyone know of a good package that will open a...

    Anyone know of a good package that will open a text file and display the line number you are looking at????? Be great if it was free (Not to the programmer though)???


    I have a text file with...
  29. Thanks for Responses. I will set a boolean value...

    Thanks for Responses. I will set a boolean value and go that route.

    HeSaidJoe. The problem is that the CheckBox is a control linked to a database. When I move records, the checkbox shows what...
  30. I want to place code in the click event of a...

    I want to place code in the click event of a check box. However, when you move from one record to the next, it seems to process the on click event. If I am reading documentation correctly, it says...
  31. Found it.

    http://www.integrade.com/downloads/mdac.html
  32. I am having a problem connecting to an Access...

    I am having a problem connecting to an Access database after running package wizard on a new PC and installing MDAC2.1. I have read the threads and all indications point me to loading MDAC 2.0. ...
  33. Replies
    5
    Views
    983

    Thanks for the help. It doesn't seem to do...

    Thanks for the help. It doesn't seem to do anything. It is almost like there is another setting that locks it. Have you tried following the doc and manually setting an ADO comboBox?? if so does it...
  34. Replies
    10
    Views
    605

    I set autoRedraw and it printed. It works Great....

    I set autoRedraw and it printed. It works Great. Thanks s much for all your help!!!!!!
  35. Replies
    10
    Views
    605

    I added the Printer code but Printer.StartDoc...

    I added the Printer code but Printer.StartDoc doesn't seem to be in the collection. It talks about it in Documentation but I am not quite sure how it relates. I created a button that when I click,...
  36. Replies
    10
    Views
    605

    I added the API call to ReleaseDC. All I need to...

    I added the API call to ReleaseDC. All I need to figure out now is how to Print the PicBox. I haven't done much in the way of printing in VB so thanks for any help.
  37. Replies
    10
    Views
    605

    Thanks for code. However, I am having a few...

    Thanks for code. However, I am having a few problems with it. I am having a problem with the ReleaseDC. "Sub or Function not Defined." Second. How do you send the buffer "PicBox" to the...
  38. Replies
    10
    Views
    605

    I have visited your site but I can't seem to find...

    I have visited your site but I can't seem to find the proper code. Can you tell me what it would be called???

    Thanks
  39. Replies
    10
    Views
    605

    I want to print the screen on my application. ...

    I want to print the screen on my application.

    I can use the following code:

    MyForm.ActiveForm.PrintForm

    However, it only prints half of my screen and changes some fonts. I can copy the...
  40. Replies
    5
    Views
    983

    Thanks for the response. However, I do not...

    Thanks for the response. However, I do not believe that they are talking about a simple combo becasue the instructions say to click on the drop down arrow and there is no drop down arrow on a simple...
Results 1 to 40 of 154
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width