Inserting blank records

Ask a Question related to FileMaker, Design and Development.

  1. #1

    Default Inserting blank records

    I need to import records created in filemaker to an accounting program
    (MYOB).

    It can only recognise different records if there is a blank in between. I
    can make a blank every second record easily enough
    but need the blank after each occurrence of a different number.

    see following 7 records

    555
    555
    556
    557
    557
    558
    559

    They must be as follows
    555
    555

    556

    557
    557

    558

    559

    The blanks are just empty records. Any ideas ... thanks David


    david preswick Guest

  2. Similar Questions and Discussions

    1. WebServicesConnector delivers blank records <<<HELP>>>
      I created a data cconnection with the wizard in Flash MX 2004 BUT the datagrid displays blank records. I tryed using the list and the textboxes....
    2. Error inserting records
      I am getting this error: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' Syntax error in INSERT INTO statement My code is as...
    3. blank line between records
      this sort of requirement requires custom work to be done in the itemdatabound an approach would be to check the type of cell being fired (header,...
    4. insert blank row between records
      i need to insert a blank row between each row of data - is this possible ? thanks mark
    5. how to parse blank-line-separated records
      Hi, all -- I'm wrestling with a data file containing owners and contact info and it suddenly occurred to me that I could probably change my...
  3. #2

    Default Re: Inserting blank records

    In article <tUh2b.69$EF.4577@nnrp1.ozemail.com.au>, david asked:
    > I need to import records created in filemaker to an accounting program
    > (MYOB).
    >
    > It can only recognise different records if there is a blank in between. I
    > can make a blank every second record easily enough
    > but need the blank after each occurrence of a different number.
    If you want to export occasional blank records, you will need to create
    them. You could do so in a FileMaker loop that just counted and
    compared. It would probably be better to create a new database which
    you would eventually delete, rather than worry about extracting the
    additions.

    The simplest approach would be to post-process the exported records
    with a trivial script which would insert the blank lines. This could be
    Applescript called from FileMaker.
    No Spam Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139