Cardbox > Forums > Macros and Programming > "Missing a image field on export"
Missing a image field on export
Images.Count does not recognise all the image fields in a record |
Posted By | Post |
---|---|
Dreckers | 11-Jan-2016 13:14 Hi Everyone. I have a record that contains two image fields but when using Images.Count it does not recognise one of those fields. I have been using the example that was given in an earlier topic that does export one of the image fields but not all images from a record. Code Example being used: Any help would be gratfully received :) |
bert | 11-Jan-2016 16:01 If you have more than 1 image field, the 'extra' fields you can call by |
Dreckers | 13-Jan-2016 08:59 Thanks very much for the quick response. This still does not seem to work as when I look through the object browser while debugging the image count for that field still shows 0 even though there is an image there. Have you seen anything like this before? |
bert | 13-Jan-2016 12:21 I think your are doing something not right: Test this for an imagefield called IMAGEFIELD2 (or change it to your fieldname): set arec = ActiveRecord This will certainly reports you the number of images in that field. |
stuartsimms | 20-Jan-2016 14:03 Hi guys Could you let me know how to add a second image field? When I try to add another one, 'image' is greyed out on field type. Thanks in advance! |
bert | 20-Jan-2016 15:35 I'me sure this is also mentioned in another thread.... |