trichview.support
Re: Master/Detail Fields in the DBRichViewEdit |
Author |
Message |
Diogo |
Posted: 04/18/2005 23:25:11 well, I do not know if I understood or if I explained what I need. To "using different (unique) field names" I need find in my DBRichViewEdit if the field already exists. If I insert the field "Prod_Code" when I to insert of new the field the must be "Prod_Code1", the next is "Prod_Code2", etc... example: __________________________________ CUSTOMER DATA Customer Code: %Custormer_Code% Name: %Customer_Name% Date: %Order_Date% __________________________________ ORDER PRODUCTS Code | Product Description %Prod_Code1% | %%Prod_Price1% %Prod_Code2% | %%Prod_Price2% %Prod_Code3% | %%Prod_Price3% %Prod_Code4% | %%Prod_Price4% __________________________________ this is the correct? how do verify if the field is inserted? (exist a serch field function?) how can I make this? thanks "Rob" <[email protected]> wrote: >Diogo, > >Merging master details is always a tedios task. MS Word (even) does not do >it correctly without a lot of effort. If you plan to do it the way you >discribe below, this will not be possible, since you cannot distinguish >between Prod_Code, Prod_Desc and Prod_Price. The only way to do it is by >using different (unique) field names. > >You will need to flatten out you detail data to do this. > >/Rob > > |
Powered by ABC Amber Outlook Express Converter