query result selection error

Discussions regarding 1C:Enterprise for mobile devices with Android, iOS, or Windows Phone.

#1
People who like this:0Yes/0No
Just came
Rating: 1
Joined: Nov 5, 2011
Company: DND Yazılım

Mobile Platform 8.3.5.96

Code
SelectionDetailRecords = QueryResult.Select();

select command Error
:{ОбщийМодул.Syncronization.Модул(82)}: Object method not found (Select)
Code
SelectionDetailRecords = QueryResult.Выбрать();

Command the Russian language normal working

 
#2
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Emre KARA!

I'm sorry, that you have this issue.
In 8.3.5 version of Mobile platform this method have Choose name. In future versions this problems will be fixed.
So, for now, please use the following syntax:

Code
SelectionDetailRecords = QueryResult.Choose();

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.