Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - madrivers1

Pages: [1]
1
MP Server / Column heading to show for each record they select
« on: August 23, 2017, 09:04:26 AM »
Customer is sending a "file" with Header and detail data.  I am using ACIF to index then display after indexing.  Now they want the Header to show as they select each detail record within cmod.  Is this possible? ???

example

Customer Name     Customer Number  Customer DOP
Sam Smith               123454                 11/11/2004
Mike Mouse               434343                10/21/2001

Once they select the records they want the Column heading to show for each record they select.  Do I need some kind of form setup to do this.

Customer Name     Customer Number  Customer DOP
Mike Mouse               434343                10/21/2001

2
Thank you!!!!

Changing the Line count to 1 did the trick. 

Brian

3
I am hoping for a easy answer.  Aren't we all.

I have a request to store a report “File” in cmod that is ASCII code page 850 that has ending 0D0A at the end of each line.  This file has fixed length columns and is 2287 bites long.  The user has selected 9 of those columns to be indexed and searchable.  We got this to load as ACIF. I set the report  to break on each index value.  When I try to view this report from the folder to go to a specific key or index value it displays the whole report from the top, and not the specific key.  I think I know why it does this, because there are no page breaks in the document.  Is there a way to specify a new page after each row?  Even if there are no page breaks in the document?

Brian 

CC=NO
CCTYPE=Z
CONVERT=NO
CPGID=850
MCF2REF=CPCS
TRC=NO
FILEFORMAT=STREAM,(NEWLINE=X'0D0A')
TRIGGER1=*,19,X'2020',(TYPE=GROUP)                       /*         */
FIELD1=0,21,6,(TRIGGER=1,BASE=0)
FIELD2=0,27,12,(TRIGGER=1,BASE=0)
FIELD3=0,39,15,(TRIGGER=1,BASE=0)
FIELD4=0,54,4,(TRIGGER=1,BASE=0)
FIELD5=0,83,10,(TRIGGER=1,BASE=0)
FIELD6=0,95,14,(TRIGGER=1,BASE=0)
FIELD7=0,109,6,(TRIGGER=1,BASE=0)
FIELD8=0,127,16,(TRIGGER=1,BASE=0)
FIELD9=0,143,12,(TRIGGER=1,BASE=0)
INDEX1=X'434C49454E54',FIELD1,(TYPE=GROUP,BREAK=YES)   /* CLIENT */
INDEX2=X'434F4D50414E595F434F4445',FIELD2,(TYPE=GROUP,BREAK=YES)   /* COMPANY_CODE */
INDEX3=X'444F43554D454E545F4E554D424552',FIELD3,(TYPE=GROUP,BREAK=YES)   /* DOCUMENT_NUMBER */
INDEX4=X'46495343414C5F59454152',FIELD4,(TYPE=GROUP,BREAK=YES)   /* FISCAL_YEAR */
INDEX5=X'504F5354494E475F4441544532',FIELD5,(TYPE=GROUP,BREAK=YES)   /* POSTING_DATE2 */
INDEX6=X'504F5354494E475F504552494F44',FIELD6,(TYPE=GROUP,BREAK=YES)   /* POSTING_PERIOD */
INDEX7=X'4C4544474552',FIELD7,(TYPE=GROUP,BREAK=YES)   /* LEDGER */
INDEX8=X'444154415F464C4F575F4F524947494E',FIELD8,(TYPE=GROUP,BREAK=YES)   /* DATA_FLOW_ORIGIN */
INDEX9=X'555345525F4944',FIELD9,(TYPE=GROUP,BREAK=YES)   /* USER_ID */
DCFPAGENAMES=NO
UNIQUEBNGS=YES
IMAGEOUT=ASIS
INDEXOBJ=ALL
INDEXSTARTBY=1
INSERTIMM=NO
RESTYPE=NONE

4
MP Server / ODWEK call to FOLDER has to have Public Access?
« on: July 06, 2017, 09:36:13 AM »
ODWEK call to FOLDER has to have Public Access?

I have an issue with ODWEK 9.0.0.3.  Seems I must have access checked for PUBLIC otherwise I get.

         <faultstring>com.abcdef.cmod1234.webservice.CMODConnectionException: Folder 'null' is not found on the server!</faultstring>

Is this a know issue?  When I check public it works as expted.

 >:(

Pages: [1]