Recent content by Hikmet_Alemdaroglu

  1. Hikmet_Alemdaroglu

    Progress with XML or JSON ?

    10.2b supported xml. I an not sure 'json'. You'll can usr msn yo access services. May be youtube can wri tour own json ör xml parser. Sometimes it's practical way.
  2. Hikmet_Alemdaroglu

    Date Picker 1

    Good working calendar app. I remember there was an error in Mucip's calendar application. I made the days in Turkish. You can fix it.
  3. Hikmet_Alemdaroglu

    Proutil dbname -C idxbuild all is not work utf-8 problem (11.6.4)

    Yes i try of course! But i received same error
  4. Hikmet_Alemdaroglu

    Proutil dbname -C idxbuild all is not work utf-8 problem (11.6.4)

    when i was run proutil command for idxbuild , i get an error . proenv>proutil master -C idxbuild all OpenEdge Release 11.6.4 as of Mon Oct 23 11:21:54 EDT 2017 Use "-cpinternal UTF-8" with idxbuild only with a UTF-8 database. (8557) Index rebuild did not complete successfully i wrote Article...
  5. Hikmet_Alemdaroglu

    Question parse complex json file with progress code

    Thank you very much for your hep.
  6. Hikmet_Alemdaroglu

    Question parse complex json file with progress code

    i need some hep, json model parse with abl code. i read kb Article 000040659 but, i can't know how to pars more komplex structures. i need a sample 4gl code ? Here is my json file.
  7. Hikmet_Alemdaroglu

    Get wan ip using msxml2 - Get lanip and computer name

    Get lanip and computer name
  8. Hikmet_Alemdaroglu

    Get wan ip using msxml2 2017-10-18

    Get wan ip from ipify.org using msxml2
  9. Hikmet_Alemdaroglu

    Get External Ip with msxml2 1.0

    Progress 4gl msxml2 example. Read external ip address with msxml2.
  10. Hikmet_Alemdaroglu

    is a number prime or compozit ? 2016-10-26

    it' s a simple function. is a number be prime or compozit ?
  11. Hikmet_Alemdaroglu

    Get Wan ip 2016-10-18

    Get External ip from ipify.org with curl and parse to progress 4gl. DEF VAR VRUN_FILE AS CHAR NO-UNDO. DEF VAR VRESULT AS LONGCHAR NO-UNDO. ASSIGN VRUN_FILE = "C:\curl\curl -X GET -v https://api.ipify.org?format=json > c:\result.txt". OS-COMMAND SILENT VALUE(VRUN_FILE). COPY-LOB FROM FILE...
  12. Hikmet_Alemdaroglu

    Uppercase translation of a sentence or the first letters of words in uppercase. 2016-10-18

    MESSAGE "ORIGINAL MESSAGE : the quick brown fox JUMPED over the lazy dog!" SKIP titleCase( "the quick brown fox JUMPED over the lazy dog!" ) SKIP TITLEword("the quick brown fox JUMPED over the lazy dog!") VIEW-AS ALERT-BOX INFO BUTTONS OK.
  13. Hikmet_Alemdaroglu

    Useful Windows tweak tools 2016-10-18

    Access Manager for Windows Version: 10.0 Major Features: lock your computer with a password Disable Function Keys on Boot Up Require User’s Validation for Windows Access Always Check Password on Boot Up Instantly Lock your screen while leaving PC unattended Disable Single Mode MS-DOS...
  14. Hikmet_Alemdaroglu

    Date Time All Day 2016-10-18

    The date of the entry gives the start and end time.
  15. Hikmet_Alemdaroglu

    Convert datetime TO DATE AND TIME 2016-10-18

    Parse datetime value tp date and time
Top