Svidos29
13th September 2019, 15:59
Hi,
i need if is it possible to assign an image on table field to a variable, i need this because in a report i have to say if condition 1 then image.field.1 else image.field.2, but it is not printing anything...
are there other ways to do it ?
thanks,
NPRao
3rd October 2019, 19:01
Refer to the latest Programmers Manual -
Images on Forms synopsis
boolean bind.image (string fieldname, string guidField, [string tablename] )
boolean save.image.field (string fieldname)
boolean is.image.changed (string fieldname)
boolean is.image.dropped (string fieldname)
void discard.changed.image (string fieldname)
boolean save.image.file (long sequence, string pathname, [string tablename])
boolean check.image.present (string guid, [string tablename, long width, long height] )
string get.image.path (string guid, long sequ, [string tablename, long width, long height] )
long copy.image (string source.guid, string source.tablename, string target.guid, string target.tablename, [boolean overwrite] )
long copy.image.to.company (long source.company, string source.guid, string source.tablename, long target.company, string target.guid, string target.tablename, [boolean overwrite])
Related topics
Images on Forms Overview
Images on Forms Examples
Svidos29
7th October 2019, 14:58
So, i think it's not possible....