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

  • Users: parig
  • Order by date
  1. parig

    filecopy fails. Any ideas?

    yeah i have declared j as integer not int. but the above code works fine for doc files ??
  2. parig

    filecopy fails. Any ideas?

    no,Err can be greater than zero. In my case Err = 52 [Bad File Name or number]
  3. parig

    filecopy fails. Any ideas?

    Whats wrong with this? dim strsourcefile as string,newfile as string dim j as int strsourcefile = "d:\apps\doc\benefitquote.xls" newfile ="c:\benefitquote0.xls" filecopy strsourcefile,newfile j = 1 do while err>0 err =0 newfile =...
  4. parig

    System tray icon

    You have to use the Shell Notify windows API to do that and u have to use a timer event to cycle through the icons....
  5. parig

    strange error with pb6.0

    regenerate all your pbls. it should be fine!!!
  6. parig

    Tab Page..question

    I have a window with a tab control tab_1. tab_1 has 9 tab pages. I want to modify the selectionchanged event of tab_1 from if newindex=8 then this.tabpage_notes.triggerevent("ue_receive") end if to be something like if tab_1.tab_1.control(newindex).text="Notes" then...

Part and Inventory Search

Back
Top