Options

Order my Record Set on a FlowField

Hello everyone,
I'm desperating ! I have a table with a field which is a FlowField.
I declare a temp table (Record temporary) where I put some records from this table.
Now I need to order my temp table on the base of this flowfield. No way to do this with Setcurrentkey or ascending :/
Who can help ?
Thank you a lot

Stefano

Answers

  • Options
    bbrownbbrown Member Posts: 3,268
    Since you are using this as a temp table, pick (or create) a field of the same type and size that you don't need in your process. When populating the temp table, calculate the flowfield and place the value in the field. Then sort on that field.
    There are no bugs - only undocumented features.
Sign In or Register to comment.