Ok so I tried that but it seems like the system is stuck... I added the following code to the CFC:
<cfproperty ftseq="14" name="btype" type="array" hint="Holds the buffet types." required="no" default="" ftlabel="Buffet Types" ftjoin="dspBuffetTypes" /> Did an updateApp, clicked on Admin, clicked on COAPI Management, then Types and there's a CFC Property Conflict with 2 options - Do Nothing or Deploy Array Table. I choose Deploy Array Table, click Go and then get a page that has nothing but this: CREATE TABLE DBO.buffets_btype ( data [VARCHAR] (255) NOT NULL ,parentid [VARCHAR] (50) NOT NULL ,seq [NUMERIC] (10,2) default NULL NULL ,typename [VARCHAR] (255) NULL PRIMARY KEY CLUSTERED (ParentID ,Data)) struct BDROPTABLE false BTESTRUN 0 FIELDS struct DATA struct DEFAULT NULL NAME data NULLABLE true TYPE string PARENTID struct DEFAULT NULL NAME parentid NULLABLE true TYPE uuid SEQ struct DEFAULT NULL NAME seq NULLABLE true TYPE numeric TYPENAME struct DEFAULT NULL NAME typename NULLABLE true TYPE string TABLENAME buffets_btype I look in the database and the table is created but when I click on Types again, the same conflict error exists with the same options... Ummmmmm... Help? On Feb 5, 12:12 pm, tilespace <[EMAIL PROTECTED]> wrote: > AH HA! > > That could very well work... Thank you!!! > > On Feb 5, 2:41 am, nakedToast Studios <[EMAIL PROTECTED]> > wrote: > > > > > Perhaps this can help > > you:http://trond.ulseth.no/enclosures/Creating%20a%20plugin%20using%20For... > > because with this plugin users can create their own forms with any > > number of fields. > > Perhaps this fields could be your records? > > > On 4 Feb., 20:03, tilespace <[EMAIL PROTECTED]> wrote: > > > > It's me again :) > > > > So here's my new problem. I need to be able to add a record and then > > > do a wizard that will give the user the option to add as many items as > > > wanted to that one record. I'm thinking a wizard of some sort but... > > > Not sure... > > > > So the process that I'd want would be similar to this: > > > > Log into Admin > > > Click on Content tab (where all my custom types are) > > > Choose Records in dropdown > > > Click Manage Records > > > Click the Add button > > > Type in Record name > > > Hit Save > > > Click Manage Record Types > > > Click the Add button > > > Choose Record from dropdown > > > Type in Type name (now that's confusing) > > > Either hit Save/Done or Save/Add Another > > > Save/Done would go to the listing page while Save/Add Another would go > > > to the Add page but without the dropdown > > > And so on until Save/Done is clicked... > > > > Does all that make sense? Is this possible? Again, I'm assuming I'd > > > use the ftWizardStep in the custom type CFC but I'm not sure... > > > > As always, thanks all :)- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
