F
frank.meulblok
Guest
I suspect this is the "set" include file working it's magic, looking for an ADM property called "AllBGColor". (no, it's not called "set.i", and it's not found under your "src" directory but in your "gui" / "tty" directory instead). That first goes looking for the property name as a buffer-field in the ADMprops temp-table (which will be built/populated dynamically while the smartobject initializes). If that fails, it tries to invoke the set function dynamically. If that dynamic function call also fails, you get the basic ABL error "User-defined function ' ' invoked dynamically but could not be found. (5639)".
Continue reading...
Continue reading...