Arrayindex
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 33 articles for 0.303 sec
You do not have an option to return a set of records with a display and feed into one field using an arrayindex imho. What you should do instead is create separate display methods returning the your array elements one by one (for example return Dimension[1]; return Dimension[2]; return Dimension[3] in getDim1, getDim2, getDim3 methods), and put them into separate fields using the data method     

Group: microsoft.public.axapta.programming · Group Profile · Search for Arrayindex in microsoft.public.axapta.programming
Author: William K
Date: Jun 26, 2008 09:16

Hi Mathias, Thanks for your reply. I would like to be able to the following: 1. Create a Display method that return an Array, e.g. with 3 values. (already done) 2. Create e.g. 3 fields dynamically on a form with respectively 1,2 or 3 value in the Arrayindex property and my display method in the DataMethod property (already done). I get nothing displayed though. -- Michael
Show full article (0.41Kb) · Show article thread
Hello Michael, I dont know what exactly you want to do, but i try to explain how this property works. Lets say you have a string control on your form. You set its property ExtendedDataType to "Dimension". This ExtendedDatatype has 3 array elements. You need to set the property ArrayIndex to specify which array index of Dimension you want to use (1 for Department, 2 for Cost center or 3 for     

Group: microsoft.public.axapta.programming · Group Profile · Search for Arrayindex in microsoft.public.axapta.programming
Author: mhlarsen
Date: Jun 24, 2008 01:34

Hi! In my code I am loading an image to a movieclip. the image is located at an http address. for example: object.pic.loadMovie ("http://210.20.60.123/mobile/thumbnails/" + images[arrayIndex]); When I run the app on the device central, the image is downloaded. But when I run the app on my phone, I am not able to access the image. What am I missing? All help appreciated.
Show full article (1.25Kb) · Show article thread
De nada. AH, por si ya te diste cuenta, se me olvidaron las comillas al establecer los campos de orden... CrystalReport1.SortFields(0) = "+{orders.CUSTOMER}" Saludos -- Ing. Fernando D. Giletta San Fco. Cba. Argentina. "h_alvarez21" <halvarez21@discussions.microsoft.com> escribió en el mensaje news:5E9E7915-5B06-4DF5-B459-17810318DBD6@microsoft.com... > Muchas gracias por la ayuda     

Group: microsoft.public.axapta.programming · Group Profile · Search for Arrayindex in microsoft.public.axapta.programming
Author: Mathias
Date: Jun 24, 2008 01:00

Muchas gracias por la ayuda... "ferg" wrote: "h_alvarez21" ; La sintaxis para ordenamiento en CR7 es: [form.]Report.SortFields(ArrayIndex)[= {+|-} SortField] O sea para ordenar por el campo CUSTOMER y luego por ORDERDATE en forma asc. CrystalReport1.SortFields(0) = +{orders.CUSTOMER} CrystalReport1.SortFields(1) = +{orders.ORDERDATE} Saludos. -- Ing
Show full article (0.78Kb) · Show article thread
"h_alvarez21" ; La sintaxis para ordenamiento en CR7 es: [form.]Report.SortFields(ArrayIndex)[= {+|-} SortField] O sea para ordenar por el campo CUSTOMER y luego por ORDERDATE en forma asc. CrystalReport1.SortFields(0) = +{orders.CUSTOMER} CrystalReport1.SortFields(1) = +{orders.ORDERDATE} Saludos. -- Ing. Fernando D. Giletta San Fco. Cba. Argentina. "h_alvarez21" <halvarez21@discussions     

Group: microsoft.public.axapta.programming · Group Profile · Search for Arrayindex in microsoft.public.axapta.programming
Author: mhlarsen
Date: Jun 19, 2008 23:34

When you reload the xml and the loading completes, the LoadXML function is recalled. This function adds extra event listeners to the buttons and this is causing the results you are seeing. See the corrected code: // DEFINES LIST OF AVAILABLE RSS FEEDS // var rssArray:Array = new Array(); rssArray.push("feed_one.xml");// FEED 1 rssArray.push("feed_two.xml");// FEED 2 rssArray.push("feed_three
Show full article (0.27Kb)
First of all, let me explain that I am a designer and tend to struggle with code. However, I've been making a serious effort to learn AS3 and have had some unexpected success...until I hit this snag. I have used the code below to create an RSS reader which works almost exactly as I'd hoped. I can load and parse the feed, pass the data to an object, and assign the various node data to     

Group: macromedia.labs.flash_lite_2_development · Group Profile · Search for Arrayindex in macromedia.labs.flash_lite_2_development
Author: forum.newbie
Date: May 2, 2008 09:10

Show full article (0.39Kb)
    

Group: microsoft.public.es.vb · Group Profile · Search for Arrayindex in microsoft.public.es.vb
Author: ferg
Date: Apr 28, 2008 11:25

Show full article (1.40Kb) · Show article thread
    

Group: microsoft.public.es.vb · Group Profile · Search for Arrayindex in microsoft.public.es.vb
Author: h_alvarez21
Date: Apr 28, 2008 08:32

Show full article (0.99Kb) · Show article thread
    

Group: microsoft.public.es.vb · Group Profile · Search for Arrayindex in microsoft.public.es.vb
Author: ferg
Date: Apr 28, 2008 08:18

Show full article (0.88Kb) · Show article thread
    

Group: macromedia.flash.actionscript3 · Group Profile · Search for Arrayindex in macromedia.flash.actionscript3
Author: Jamesabth
Date: Mar 19, 2008 15:45

Show full article (2.68Kb) · Show article thread
    

Group: macromedia.flash.actionscript3 · Group Profile · Search for Arrayindex in macromedia.flash.actionscript3
Author: King Vitamin
Date: Mar 19, 2008 13:22

Show full article (4.92Kb)
1 · 2 · 3 · 4 · next