NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: jari@softmade.fi on November 05, 2015, 12:06:12 AM

Title: Import "Send to porcedures" problem
Post by: jari@softmade.fi on November 05, 2015, 12:06:12 AM
Hello

When I Tryed to import Send to Procedures I get error :
Errors were found during import of some WINDOWs or REPORTs....

After that only SendTo_Window is created and there is lot of errors

Window WINDOW('Send To....'),AT(,,491,166),GRAY,IMM,SYSTEM,FONT('Tahoma',8,, |
      FONT:regular),DOUBLE
    SHEET,AT(10,10,475,133),USE(?SHEET1),WIZARD
      TAB(''),USE(?TAB1)
        OPTION(' Send to '),AT(18,27,68,90),USE(LocST:SendToWhat),BOXED,#SEQ(1), |
!!> ERROR(78): The #SEQ attribute is incorrect or refers to wrong control template instance
            #ORIG(LocST:SendToWhat)
          RADIO(' &Printer'),AT(26,38),USE(?ToPrinter),TRN,VALUE('1'),#SEQ(1), |
!!> ERROR(76): The #SEQ attribute is incorrect or refers to wrong control template instance
              #ORIG(?ToPrinter)
          RADIO(' &File'),AT(26,50),USE(?ToFile),VALUE('2'),TRN,#SEQ(1),#ORIG(?ToFile)
!!> ERROR(70): The #SEQ attribute is in....

I also tryed  legacydemo.app and deleting from there SendTo_Window. Same problem when importing it back 

Versions:
Clarion 10 11975 and SendTo 2.31

Regards

Jari


Title: Re: Import "Send to porcedures" problem
Post by: Bruce on November 05, 2015, 05:01:53 AM
(this isn't really a forum for Send-To questions, but...)
Import the procedure from the shipping example.

cheers
Bruce