Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
go to certain tab in program
#1
Hi,

i open .csv files with a macro in Notepad++. Every file gets its own tab in Notepad++ as usually. But how do i tell QM to go to a certain tab of those tabs to manipulte data there?. The name of the tab shown in Notepad++ is for example: "21.09.2007 bis 21.09.2009". If that's not working, its alwasy the first tab of notepad.

have a good one!
#2
Macro Macro2759
Code:
Copy      Help
;selects Notepad++ tab "change.log"

int w=win("" "Notepad++")
act w
Acc a.Find(w "PAGETAB" "change.log" "class=SysTabControl32" 0x1005)
a.DoDefaultAction
#3
Hi,

Gintaras thanks for that good answer!

Greetings!


Forum Jump:


Users browsing this thread: 1 Guest(s)