Jump to content

Delete portal row


alitheg

This topic is 7024 days old. Please don't post here. Open a new topic instead.

Recommended Posts

As in "[color:"blue"]Allow deletion of portal records" that is available by going into Layout Mode and then Double Click On the Portal. The Portal Setup window will popup, and it is the First Option [color:"blue"]"Allow deletion of portal records"

HTH

Lee

cool.gif

Link to comment
Share on other sites

1. Create a global field called gRowToDelete

2. In a script enter the following commands

Go To Portal ROw (Last)

Set Field(gRowToDelete, status(currentportalrow) - 1)

if gRowToDelete > 0 then

delete portal row(gRowToDelete)

Basically you want to save the row number of the last row in the portal to a field, subtract 1 from that number and then use the delete portal row script step to delete the appropriate row. If you are using FM7, change the status command to the appropriate FM7 equivalent.

Hope this helps

Echo

Link to comment
Share on other sites

This topic is 7024 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.