Hello,
I haven't had this issue before, however, I am now.
I am receiving an unspecified error when .recordgenerate false is being executed. I read in another post that I should use recordcreate(0) but that didn't work either.
The batch is created without any issues (although it uses .init).
Any suggestions?
If at first you don't succeed, then sky diving wasn't meant for you!
I haven't had this issue before, however, I am now.
I am receiving an unspecified error when .recordgenerate false is being executed. I read in another post that I should use recordcreate(0) but that didn't work either.
Code:
'OLD COMPOSITIONS
' Compose the views.
'ARBTA.Compose Array(ARTCR)
'ARTCR.Compose Array(ARBTA, ARTCN, ARTCP, ARTCRO, ARTCC)
'ARTCP.Compose Array(ARTCR, ARTCU, ARPOOP)
'ARTCU.Compose Array(ARTCP)
'ARTCN.Compose Array(ARTCR)
'ARPOOP.Compose Array(ARBTA, ARTCR, ARTCN, ARTCP, ARTCU)
'ARTCRO.Compose Array(ARTCR)
'ARTCC.Compose Array(ARTCR)
' Shortened compositions.
ARBTA.Compose Array(ARTCR)
ARTCR.Compose Array(ARBTA, ARTCN, ARTCP)
ARTCP.Compose Array(ARTCR, ARTCU, ARPOOP)
ARTCU.Compose Array(ARTCP)
ARTCN.Compose Array(ARTCR)
ARPOOP.Compose Array(ARBTA, ARTCR, ARTCN, ARTCP, ARTCU)
'Create a batch.
Create_ARBatch
' Header.
With ARTCR
.RecordClear
.RecordGenerate False
The batch is created without any issues (although it uses .init).
Any suggestions?
If at first you don't succeed, then sky diving wasn't meant for you!