Ask a Question related to FileMaker, Design and Development.
-
david preswick #1
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
-
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.... -
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... -
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,... -
insert blank row between records
i need to insert a blank row between each row of data - is this possible ? thanks mark -
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... -
No Spam #2
Re: Inserting blank records
In article <tUh2b.69$EF.4577@nnrp1.ozemail.com.au>, david asked:
If you want to export occasional blank records, you will need to create> 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.
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



Reply With Quote

