Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hello,

I am trying to make a list that shows all bills that are due. There are 2 types- quarterly and monthly. I want the monthly to always display and the user will enter what quarter/year they want. All of this has to display on 1 list

My script looks like this so far

Go to layout- List Billing

Show all Records

Enter Find Mode

Show Custom Dialog ("Quarter and year" Salary_Budget::Terms; Salary_Budget::AcadYr)

If (Get(LastmessageChoice=1)

Constrain Found Set (Restore)

Else

Enter Browse Mode

End if

It works- except when I try to add in the Monthly ones.

Any assistance would be greatly appreciated

Thanks

Posted

The script you posted doesnt indicate what your constrain states.

Posted

maybe that's where my problem is.... but I don't know how to put the user parameter into the constrain set

Any advice? (Thanks in advance)

Posted

I dont understand your issue enough to give a more thorough solution:

Go to layout [ List Billing ]

Enter Find Mode []

Set Field [ Type; "Monthly" ]

New Request

Show Custom Dialog [ "Quarter and year" Salary_Budget::Terms; Salary_Budget::AcadYr ]

If [ Get ( LastmessageChoice ) = 1 ]

Perform Find []

Else

Enter Browse Mode []

End If

This topic is 5599 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.