larrypeters
Explorer
Member since ‎03-26-2012

User Statistics

  • 33 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Help please.I Am logged into scan.sap.com.How do I find the download portal/page from where I can download the latest EBFs for PB12.6?Maybe it's just me but I am having great difficulty navigating this sap portal.TIALarry
Can anyone help me with code to programatically create a shortcut on the desktop for a Powerbuilder Application?At the least point me at the Windows API I need to use.I need to guard against duplicates, etc.TiALarry
I am looking for the way to implement a non-pic status bar in my frame.Some years ago Roy Kiesler posted a url: http://Kiesler/home/mindspring.com/win32api/shellsrv.htmwhich could have helped me but this url is no longer active.Help anyone (including...
I have developed a PSR viewer.The challenge is to provide a "Search" facility.However, the search should not just be in the data (rows and columns) of the datawindow,but rather within the document.So it should be able to find strings in the header/de...
In a PB12.5 pfc-enabled application I have an object function with code as follows:    public function integer of_connect(ref transaction mytr)    mytr = create n_tr    mytr.dbms = profilestring('my.ini', 'Switches', 'DBMS', 'ODBC')    mytr.dbparm = ...