1. Clarence Chamorro
  2. PowerServer Mobile (Obsolete)
  3. Friday, 26 October 2018 14:05 PM UTC

Hey guys me again. Thank you for all your help. Here another inexperience question.

I'm trying to do Brake lines in a MessageBox() Like we do it  in PB with ~r. 

But it seams it is not recognize as a break line or it does other action that I do no see.

The two characters together are not shown in the actual message box.

Do I need to use something else to do breack lines in the Messagebox() or Am I using it wrong?

this is the actual code:

//cch check if they Selected a Project
If IsNull(dw_header.object.bid_project_code[1]) Then
   If gstr_gen.lenguage = 'S' Then
      MESSAGEBOX('Advertencia No Project...','Por Favor Seleccione ~r Projecto y Trate de Nuevo.',StopSign!,OK!)
      tab_1.tabpage_2.dw_header.SetColumn('bid_project_code')
      Return
   Else
      MESSAGEBOX('No Project Waring...','Please Select Project.~r And Try Again',StopSign!,OK!)
      tab_1.tabpage_2.dw_header.SetColumn('bid_project_code')
      Return
   End If
End If

 If you can direct me to a example or documentation will be appreciated.

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

Hi Clarence;

 That should work well the way yo have coded it.

Can you tell us ...

  1. O/S & version
  2. Device & model

Regards ... Chris

Comment
  1. Clarence Chamorro
  2. Friday, 26 October 2018 14:43 PM UTC
Android Version 8.0.0

Samsung Experience Version 9.0

Kernel Version 4.4.78

Build Number R16NW.G955U_8.0.0_0017



Samsung Galaxy 8+

Model SM-G955U

Hardware Version REV1.0
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Friday, 26 October 2018 16:26 PM UTC
  2. PowerServer Mobile (Obsolete)
  3. # 2

Hi Clarence;

 I just checked my Appeon Mobile Apps on my Google devices running Android 8.1.0 and there were no problems with the message boxes that utilize carriage returns (aka ~r) ....

 BTW: I am using PowerServer Toolkit 2017R3 - build 1858, with the matching AWS build 1858 running on my devices.

HTH

Regards ... Chris

Comment
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.