Re: [dba-dev] create new form from scratch in BASIC

2005-11-01 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Marc, MyNewFrom = MyFormDefContainer.createInstanceWithArguments(sType, args()) MyFormDefContainer.insertByName(NewFrom, MyNewFrom) Can someone tell me how to fill the gaps correctly,please? I do not know how to handover the NewWriterDoc. You cannot ... :(

Re: [dba-dev] create new form from scratch in BASIC

2005-11-01 Thread Marc Santhoff
Am Dienstag, den 01.11.2005, 10:16 +0100 schrieb Frank Schönheit - Sun Microsystems Germany: Hi Marc, Moin Frank, MyNewFrom = MyFormDefContainer.createInstanceWithArguments(sType, args()) MyFormDefContainer.insertByName(NewFrom, MyNewFrom) Can someone tell me how to fill the gaps

Re: [dba-dev] create new form from scratch in BASIC

2005-10-31 Thread Marc Santhoff
Hi Andrew, thanks for replying. Am Samstag, den 29.10.2005, 23:57 -0400 schrieb Andrew Douglas Pitonyak: Marc Santhoff wrote: Hi, I'm diggin to the new things in the base module and it's api: The form wizard shows how to create a new form from an url, it creates a temporary writer doc

Re: [dba-dev] create new form from scratch in BASIC

2005-10-29 Thread Andrew Douglas Pitonyak
Marc Santhoff wrote: Hi, I'm diggin to the new things in the base module and it's api: The form wizard shows how to create a new form from an url, it creates a temporary writer doc and inserts it in the DocumentDefinition wich in turn is inserted into the Forms container. What I'd like to do