Jump to content

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

Recommended Posts

Posted (edited)

If I put this into the Data Viewer I get what I expect.

If I put it into a Show Custom Dialogue it truncates after $$NewContacts.
All variables are defined and have values 0.

This behaviour is different if $$NewWorkshopBookings and $$BalancePayments is non-zero

What's going on?
 

"Messages downloaded: " & $$HowManyMessages
& ", " & ¶ &
"Valid Messages: " & $$SacredTrustEmail
&¶&¶&
"New Contacts: " & $$NewContacts
&"¶ "&
"New Bookings: " & $$NewWorkshopBookings
&"¶ "&
"Balance Payments: " & $$BalancePayments
&"¶ "&
"Fee Payments: " & $$FeePayments

 

Just to add it seems to be an invisible line limit, 4 lines

Edited by Chris Pink
Posted (edited)
13 minutes ago, Chris Pink said:

In fact it works. 😉 

It was actually the first thing that came to my mind when I read your original post. But then you said:

42 minutes ago, Chris Pink said:

This behaviour is different if $$NewWorkshopBookings and $$BalancePayments is non-zero

which doesn't make sense.

 

13 minutes ago, Chris Pink said:

Is there anyway of doing this in the script?

No. It defaults to the last dimensions set by the user. If that's a concern, you can use a card window instead. Or a plugin.

 

Edited by comment
Posted

Yes, my mistake, apologies, I had conflated two stages.

I've put it all onto one line but knowledge is power.


Thanks for the help.

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