CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Qatester

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,807

    Re: VBScript, asynchronous or not?

    I have a script that queries Windows using the WMI tool. As part of the script it queries the Win32 database. Will the script execute the query and wait for the reply before moving on to the next...
  2. Replies
    3
    Views
    1,807

    VBScript, asynchronous or not?

    Can anyone tell me whether VBScript is asynchronous or not? The reason for asking is because I have a script that gathers the number of alerts logged in the Windows event logs and adds it to a db...
  3. Replies
    7
    Views
    709

    Re: Message is not displayed in MsgBox

    That's perfect, thank you for your help!
  4. Replies
    7
    Views
    709

    Re: Message is not displayed in MsgBox

    Salika, did you ever get to the bottom of this because I am experiencing the same problem?!

    Thanks
  5. Replies
    2
    Views
    450

    Moving Controls At Runtime

    I have worked with applications in the past that allow the user to move/modify controls at runtime and allow those modifications to be saved. For example, the user may want to add a text box to a...
  6. Replies
    1
    Views
    861

    Treeview Nodes

    Does anyone know of a way to count the number of selected nodes in a treeview without looping through the Nodes collection?
  7. Replies
    2
    Views
    1,114

    Twodogs, Thanks for that, I too will probably...

    Twodogs,

    Thanks for that, I too will probably have to implement something like that.
  8. Replies
    2
    Views
    1,114

    ListView SubItems

    Does anyone know of a way to edit values in subitems? What I am trying to achieve is to have the listview populate with values from a table but to allow the user to edit those values and then read...
  9. Replies
    6
    Views
    716

    Hello! I changed the cursor type to Forward...

    Hello!

    I changed the cursor type to Forward Only with minor performance gains. How do the likes of Crystal do it?!?:confused:
  10. Replies
    6
    Views
    716

    Hi jp140768, The cursor location is already on...

    Hi jp140768,

    The cursor location is already on the server.
  11. Replies
    6
    Views
    716

    I've set the cursor type to Static and the lock...

    I've set the cursor type to Static and the lock type to Read Only but when accessing large numbers of rows it still takes significantly longer than other 3rd party applications. The select statements...
  12. Replies
    6
    Views
    716

    Creating Recordset

    Can anyone give me some advice on ways of being able to speed up my recordset creation process? I am using ADO and Microsoft OLE DB Provider For ODBC Drivers to access data from various systems...
  13. Replies
    4
    Views
    1,511

    Cimperiali, I used the code you posted and...

    Cimperiali,

    I used the code you posted and Excel does not display anymore so thank you very much!!:)
  14. Replies
    4
    Views
    1,511

    Hi Cimperiali, Yes, what I want is for Excel...

    Hi Cimperiali,

    Yes, what I want is for Excel not to show, something like Application.Visible = False would do but for the connection string.

    Thanks
  15. Replies
    4
    Views
    1,511

    ODBC Excel Driver

    I am using the following code to open a connection to an Excel workbook but whenever I run the code it opens the workbook that I am querying?!

    Set oConn = New ADODB.Connection
    ...
  16. Replies
    4
    Views
    835

    Malleyo, I think you may have found the answer...

    Malleyo,

    I think you may have found the answer - I'm using a Win98 machine so I'll be trying the app on a 2000 machine to see if the problem persists.

    Thanks for the link!!
  17. Replies
    4
    Views
    835

    When I comment out the following lines: If...

    When I comment out the following lines:

    If blnMerge Then
    wkSheet.Range(strCell & ":" & strSecCell).Merge
    wkSheet.Range(strCell & ":" & strSecCell).HorizontalAlignment =...
  18. Replies
    4
    Views
    835

    Excel Memory Problem

    I am exporting data from a recordset to Excel. The following code is a sub within the class that I'm using for the export:

    Private Sub AddText(strSheet As String, strCell As String, ByVal strText...
  19. Replies
    579
    Views
    647,384

    Formatting Fields

    Two questions:

    1. I have a field in an Access database that is a Date/Time field and contains times. When I add this field to my Crystal Report it is displayed as a date instead of a time. How do...
  20. Replies
    0
    Views
    818

    Editing RptFunctions

    I have created a report using the Data Report Designer that displays start and end times in hours and minutes. There is a function in the group footer that totals the number of minutes and one that...
  21. Thread: Starting Out

    by Qatester
    Replies
    0
    Views
    538

    Starting Out

    How do you set environment variables?
    From the command line "set Test = Test" works perfectly but I cannot achieve the same thing in VB!!
  22. Thread: Access

    by Qatester
    Replies
    1
    Views
    620

    Access

    Hello! This isn't really a VB question but I thought that you guys might be able to help! I'd like to be able to insert,delete etc from an Access table but would like to embed the SQL into a batch...
Results 1 to 22 of 22





Click Here to Expand Forum to Full Width

Featured