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: Joseh
  • Order by date
  1. Joseh

    Power - Tip: Grip

    How to add (simulate) a Grip: 1) add an static text control to the form with size 18*15 pixels 2) replace the default text "CmStatic1" by "o" (letter "O" lowercase) 3) Set font to MARLETT and size to 12 Voilá :o) Saludos! Jose Holzmann http://ar.geocities.com/pcobolar
  2. Joseh

    Fujitsu Cobol 5 and Listview

    I have some tips to customize listviews via API. Example: to select the ENTIRE row (not just the first column)put this code in the OPENED event of a FORM containing a ListView Control. WORKING-STORAGE SECTION. 01 LV-SELVS PIC S9(9) COMP-5 VALUE 4150. 01 LV-FRS PIC S9(9) COMP-5...
  3. Joseh

    Calling IE without dde or API

    Hello friends, Here i found how to call IE from PowerCOBOL: 1) Type this on REPOSITORY of the form: CLASS COM AS "*OLE". 2) In the event of you want to call IE, type this: WORKING-STORAGE SECTION. 01 IE-APP PIC X(28) VALUE "InternetExplorer.APPLICATION". 01 IE...
  4. Joseh

    shutdown Windows via API (Power 5)

    Hello, I have been working a little calling API Windows functions (Gianni know) and now i can contribute with this simple example to shutdown (turn off) the computer from PowerCOBOL. For this, first you need to add the USER32.LIB to your ppj and the ALPHAL(WORD) directive to the compiler, then...
  5. Joseh

    POWERCOBOL FORM WITH SCROLLS

    hi, i'm using TAB control's when i have long forms. It is not possible in your app? Regards Jose sikaga@hotmail.com (i'm spanish speaker - excuse my bad english)
  6. Joseh

    Call Winword from Powercobol

    Hi Tromba, do you have and example of how to change fonts and other methods? Based in your example i can send a line of text to word, but i don't know how to change the look of the report. thanks in advance Jose

Part and Inventory Search

Back
Top