We are a trying to be a fulfillment house for 2 internet companies.
I have created all the necessary forms, report n such.
Now I want to pretty it up a bit and add there logo's to the packing slip(picking ticket). I can easily add one standard pic but I need it to change depending on the company.
This special Picking ticket will only be used by them.
When Cust No = 1145 then logo1 else the other logo.
for example/
I have both logos in I:\logos\logo1.bmp & logo2.bmp
had trouble so I added a picture field to the customer card (just like the Item Picture) figuring OnAfterGetRecord of the order I can see which customer # it is and print out the corresponding logo.
But no logo appears..what did I do wrong here or how would you do it?
0
Comments
New field added to Customer Table:Logo(BLOB)
on Picking Ticket
---
Sales Header - Dataitem
OnAfterGetRecord()
Customer.CALCFIELDS(Logo);
](*,)
i think it has to do with Getting the Customer No & matching that customer's picture (Logo).
maybe I should just add it to the sales Header during the sell-to customer no. OnValidate
.............. :-k
http://www.BiloBeauty.com
http://www.autismspeaks.org
RIS Plus, LLC
I did do the get already.
so I went back to square 1 and it turns out there was a problem with the bitmaps not the Navision code.
#-o
http://www.BiloBeauty.com
http://www.autismspeaks.org
RIS Plus, LLC