1. Clarence Chamorro
  2. PowerServer Mobile (Obsolete)
  3. Wednesday, 26 September 2018 13:55 PM UTC

Sorry I am still learning this mobile technology. Here a couple of question:

Is there a way to write and read from and to the mobile device INI file?

What will be the path in the Movile device to the ini file location?

Regards,

Clarence

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 26 September 2018 14:56 PM UTC
  2. PowerServer Mobile (Obsolete)
  3. # 1

Hi Clarence;

  You can use the GetCacheDirectoy command to locate where your INI file should be, as follows: ...

    String            is_appl_path
    appeonextfuncs      lo_appeon                                                    
    lo_appeon = CREATE  appeonextfuncs
    is_appl_path = lo_appeon.of_getcachedir ( )
    IF lo_appeon.of_getclienttype( )  = "MOBILE" THEN                                            
           is_appl_path    += "/"    
    else
           is_appl_path    +=" \"                                                            
    END IF
    Destroy lo_appeon

HTH

Regards ... Chris

Comment
  1. Clarence Chamorro
  2. Wednesday, 26 September 2018 23:10 PM UTC
Thank you very much Dr. Pollach. It work super.

Thank you for being one of the master tutor in this group.



Regards,



Clarence
  1. Helpful
  1. Chris Pollach @Appeon
  2. Thursday, 27 September 2018 00:00 AM UTC
DR . - wow, a new designation. I guess that I am now accredited to dispense "PowerMeds" - LOL!



You are most welcome. Glad that its now working for you Clarence! :-)
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.