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 Mike Lewis 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. Erioly

    Automation Error

    Besides of the context, what does "Automation error Invalid pointer" mean? I know it is a very general error, but not sure what it means, conceptually.
  2. Erioly

    Automation Error

    Hi! I am running the following code: 1) sImageID = oDocInstance.ElementInBoxID(i, DssDocumentReportModeGraph) 2) vData = oDocInstance.GraphImageData(i) , and getting error -2147467261, "Automation error Invalid pointer " from line 2 Can any one tell me what Automation error Invalid...
  3. Erioly

    Mousepointer does not get back from vbHourGlass to vbArrow

    way behind! what i will do, just for giggles, is to inhibit the mouse pointer = hourglass and see what it happens. but that will be on monday morning! have a nice weekend folks!! =)
  4. Erioly

    Mousepointer does not get back from vbHourGlass to vbArrow

    Screen.MousePointer = vbArrow Set m_oMouseTimer = New XTimer With m_oMouseTimer .Interval = 10 .Enabled = True End With Screen.MousePointer = vbArrow Me.Show vbModal 'here is where i get the hourglass, sometimes... Screen.MousePointer...
  5. Erioly

    Mousepointer does not get back from vbHourGlass to vbArrow

    Nope... I just pasted many many Screen.MousePointer = vbArrow in almost any line of my function and still does not do what is is suposed to... I'm almost thinking is some sort of strange vb6 issue...
  6. Erioly

    Mousepointer does not get back from vbHourGlass to vbArrow

    I am sure that the call is executing. I do have my mousepointer getting back to the hourglass after my //dostuff is called. BUT //dostuff happens to be a Me.show vbmodal, so the mousepointer is not suposed to be called after the user clicks exit in the displayed form and that is just way ahead...
  7. Erioly

    Mousepointer does not get back from vbHourGlass to vbArrow

    Yeah, I've tried that already, but no results...
  8. Erioly

    Mousepointer does not get back from vbHourGlass to vbArrow

    that was a good one too, but didn't work =(
  9. Erioly

    Mousepointer does not get back from vbHourGlass to vbArrow

    It seems like a very good advice and I am so thankful for it. Nevertheless, I tried it and it is still behaving in the wrong way!! =( Any other ideas??
  10. Erioly

    Mousepointer does not get back from vbHourGlass to vbArrow

    Hi folks! I am trying to fix an issue regarding a mousepointer that gets stuck as an hourglass even after the task is performed, without getting back to its arrow form. It is a pretty strange issue that many at my company have tried to solve but without succeeding at it... The code goes...

Part and Inventory Search

Back
Top