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 TouchToneTommy 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
  • Content: Threads
  • Order by date
  1. 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 =...
  2. 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