Data Paging with Flex and PHP in Flash Builder

Asked By 0 points N/A Posted on -
qa-featured

Hi there,

I have this error in Flash Builder in PHP with Flex Builder and I didn’t find a solution even after I made a small research on the Internet. A friend of mine recommended me this website where I can get help from experts. Is there an online expert who would like to help me please ?

Regards !

Paging cannot Be Enabled

Paging requires the following parameters, which must be the last two parameters in the operation signature. You cannot change the name of these parmeters.

startIndex

numItems

For example, getItems_paged(startIndex:int, numItems: int)

Please select an operation with these parameters.

SHARE
Answered By 0 points N/A #180431

Data Paging with Flex and PHP in Flash Builder

qa-featured

You may use a Flash Builder service wizard. This will help you in getting a corresponding Action Script code and a model. If you have existing destinations, then the development is useful.

Follow the steps:

·         Install LiveCycle Data Services and Flash Builder.

·         Configure RDS on the server Configure Flash Builder to use RDS Create a Flex project in Flash Builder

·         Import an existing service destination with a service wizard [you can import Remoting, web service destinations and data management]  

·         Building the client application 

Related Questions