1. Cecilia Jiménez Bedoya
  2. PowerServer Mobile (Obsolete)
  3. Wednesday, 17 October 2018 11:57 AM UTC

Hello, I have a problem with a mobile app. I wanted get the rowheight but it  returns 0. Why? Rowheight is supported in powerserver mobile. If I run in pbl it is working but if I run it in Appeon Workspace in my mobile it return 0. surprised

This is the code, there is nothing strange

datastore lds
long ll_total, ll_height

lds = create datastore
lds.dataobject = "mvl_d_cabecera_exp_prueba"
lds.settransobject(SQLCA)
ll_total = lds.retrieve()

//It contains 14 files
if ll_total > 0 then
ll_height = lds.object.ancho[1] //this is a computed with the rowheight()
messagebox("", string(ll_height))
else
return
end if

 

Thank you.

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

Hi Cecilia;

  If it works in a PB native App and not in PS Mobile, its probably either a bug or a current unsupported feature. However looking in the PS documentation, its states that the rowheight() command is supported.

  Please open a Support Ticket for this issue and attach a simple Test Case.Sorry for the inconvenience as I do not have a workaround suggestion for you at this time.

Many thanks in advance!

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.
We use cookies which are necessary for the proper functioning of our websites. We also use cookies to analyze our traffic, improve your experience and provide social media features. If you continue to use this site, you consent to our use of cookies.