Sorry, I meant to say that I want to be able to SELECT ACCOUNT WITH DUEDATE "xxxxxxx"
On Thursday, November 7, 2013 5:27:59 PM UTC-5, [email protected] wrote: > > Does anyone know if it is possible to do a TFile conversion that can do > multiple translations? > > My ACCOUNT file's record 0 contains the account number. > My ACCOUNT2 file's record 0 also contains the account number, and record > 20 contains the most recent invoice number. > My INVOICE file's record 0 contains the invoice number, and record 50 > contains the due date. > > I want to be able to SELECT ACCOUNT WITH INVOICENUMBER "xxxxxx." > > I know that I can almost accomplish this by putting my first conversion in > line 8 and my second conversion in line 7, but I need to be able to > SELECT/SORT on the final result. The example below won't allow this > because line 7 is just a display conversion. > > A > 0 > > > > > TINVOICE;X;50;50 > TACCOUNT2;X;20;20 > L > 8 > > > Thanks, > > Shay Simmons > -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
