Search results

  1. X

    Data Driven Tabstrip without SmartObjects

    Thanks! Thanks to everyone that responded here and in the peg. Here is the code I was looking to create: def var nn as int. def var jjj as handle. Adding a tab: jjj = chCtrlFrame:tabstrip:tabs:add(chCtrlFrame:TabStrip:Tabs:count + 1, "mytab" +...
  2. X

    Data Driven Tabstrip without SmartObjects

    I suspect I know the answer to this but hopefully I'm wrong. Is there any way to create a data driven ocx tabstrip without the use of SmartObjects? Basically I want to create procedures with each tab section then when program "A" calls the program I display tabs 1, 2 & 3 and if program "B"...
Back
Top