Jump to content

Mack (JP)

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

Mack (JP) last won the day on December 31 2010

Mack (JP) had the most liked content!

Mack (JP)'s Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

1

Reputation

  1. Hi, I trouble with below script. Can you please help me to check what the problem with it? Because I get the answer the serial not increment. Thank you Let ([ todayyear = Year (Get (CurrentDate)); todaymonth = Month (Get (CurrentDate)); LastID = GetNthRecord ( AEfield ; Get (TotalRecordCount ) -1); lastMth = Left (LastID ; 2) ]; Right ( "0" & todayyear;2) & Right ( "0" & todaymonth; 2 ) & Case( todaymonth ≠ lastMth or Right ( lastId ; digit ) = 10^digit -1; Right ( 10^digit ; digit-1 ) & "1"; SerialIncrement ( Right ( lastID ; digit ) ; 1 ) ) ) My next serial number for the next record is not increase. Example: 1402001 1402001 1402001 Please help. Thank you
  2. Thanks for your reply. 1st, i divided by 3 file because some files will need to link to others. My structure program is:- 1. Add Customer Data in Customer file. And link to T-File for to join the data. 2. Prepare all file in the T-FIle. After confirmation, I will in C-File to add a new file with link the T-File include the portals. In the C-File, you will get to see 2 portals. Portal bottom data is selected from portal upper which is selected by using the script. I try many methods but also failed. If my program have wrongly parts, can you please let me know how to solved it? Or solved directly into my program. I will be check. Thanks
  3. Hello, How i can get field portal data from (A Segment File)to (B segment File, portal 1), and scripts for choose the portal row data from (B Segment File Portal 1) to the (B Segment File portal 2). Example: T-File::ProductParticular transfer to C-File Product Particular. After that from C-File Product Particular choose the portal data to others portal data. Please helps. Thanks
  4. Please! any body can help? Mapping Database.zip.34a08bd108ef47347259e005d420aa6e
  5. Sorry for my 1st post not attach the attachment
  6. Hi all, I am new in FM. I has a 1 portals problem. How I can copy data portals to others portals. I check your sample files from forum, and I follow the way. Is fails. hope can anybody to help me? I already zip the file. The filename is C-File. Hope all of you can helps. Thanks
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.