2013-04-02 04:33 PM - last edited on 2023-05-26 12:49 PM by Rubia Torres
2013-04-02 05:06 PM
2013-04-02 10:07 PM
Achille wrote:Though the veneer feature is turned off they still have a setting for the pens. It is the setting that is searched.
...even those that DO NOT have veneer get selected.
Why is that?
2013-04-04 02:11 PM
2013-04-05 03:17 AM
2013-04-05 08:07 AM
2013-04-08 09:39 AM
Kristian wrote:Kristian, that was my goal! I would very much appreciate your help to achieve this.
Achille
Just a thought but why not let the property object do the sorting for both veneer on and veneer off column types.
DATABASE_SET "New grafpa db" n=REQUEST ("Name_of_fill", COLU_CORE_FILL, name_fill) n=REQUEST ("Name_of_fill", COLU_VENEER_FILL, name_fill) ouv="Οπλ. Σκυροδεμα C16/20" cod_ouv="03.03." : qua=COLU_CORE_VOL GOSUB 100 : GOSUB 101 ouv="Οπλ. Σκυροδεμα C20/25" cod_ouv="03.04." : qua=COLU_CORE_VOL GOSUB 100 : GOSUB 101 ouv="Οπλ. Σκυροδεμα C25/30" cod_ouv="03.05." : qua=COLU_CORE_VOL GOSUB 100 : GOSUB 101 ouv="Αντικολλητη ξυλεια" cod_ouv="10.09." : qua=COLU_CORE_VOL GOSUB 100 : GOSUB 101 ouv="Επιχιρισμα" cod_ouv="06.02." : qua=COLU_VENEER_SURF GOSUB 100 : GOSUB 101 END 100: IF name_fill=ouv THEN REF COMPONENT cod_ouv, STRSUB(cod_ouv,1,3) , qua ENDIF RETURN 101: IF name_fill=ouv THEN REF DESCRIPTOR cod_ouv, STRSUB(cod_ouv,1,3) ENDIF RETURNbut it does not work...
2013-04-15 03:29 AM