filter menu plot

filter menu plot

Anonymous
Not applicable
209 Views
0 Replies
Message 1 of 1

filter menu plot

Anonymous
Not applicable
how it is be possible to make a filter like in acces vba (querry)



i have some different plotters.

-904ALGM1.PC3

-904TEKA1.PC3

-PDF.PC3



they have different papersize's like



-904ALGM1.PC3

cur_papersize = "A4"
cur_papersize = "A3"



-904TEKA1.PC3

cur_papersize = "Oversize: ISO A0"
cur_papersize = "Oversize: ISO A1 (Landscape)"
cur_papersize = "Oversize: ISO A1 (Portrait)"
cur_papersize = "Oversize: ISO A2 (Landscape)"
cur_papersize = "Oversize: ISO A2 (Portrait)"
cur_papersize = "Oversize: ISO A3 (Landscape)"
cur_papersize = "Oversize: ISO A3 (Portrait)"
cur_papersize = "A0"
cur_papersize = "A1"
cur_papersize = "A2"



-PDF.PC3

cur_papersize = "A4 (210 x 297 mm)"
cur_papersize = "A3 (297 x 420 mm)"



it look very simple i thought so but when i try i not get it.

i was try about



if cur_plotters = "904ALGM1.pc3" then

cur_papersize = "A4"
cur_papersize = "A3"



but this not work ?
0 Likes
210 Views
0 Replies
Replies (0)