Skip to content

save as dataform1 program

Forums Forums Superbase NG Personal save as dataform1 program

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #241
    JD Kromkowski
    Participant

    I think the following declaration is not generated by the save as dataform1 program when there is a “link” between files created. dataform1link link Consequently, the code generated like: link =@ fc.findlink(fc.table) if link !@= .nul fc.assignlink(link, f, error = e) won’t run. I am still testing this.

    #1710
    JD Kromkowski
    Participant

    Obviously, the solution is more complicated, because I am not sure how to
    actually handle the parameters for

    link.new()

    which I gather is required before you do

    link =@ fc.findlink(fc.table)

    JDK

    JDK wrote:

    > I think the following declaration is not generated by the save as
    > dataform1 program when there is a "link" between files created.

    > dataform1link link

    > Consequently, the code generated like:

    > link =@ fc.findlink(fc.table)
    > if link !@= .nul
    > fc.assignlink(link, f, error = e)

    > won't run.

    > I am still testing this.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.