Got it.
Thanks for your response - Still unable to print -
but it suggests the problem is not the script but more likely with my system or printer setup
Search found 4 matches
- Thu Sep 08, 2016 5:50 pm
- Forum: Beginners
- Topic: Print Dialog
- Replies: 3
- Views: 5958
- Thu Sep 08, 2016 4:23 am
- Forum: Beginners
- Topic: Print Dialog
- Replies: 3
- Views: 5958
Print Dialog
I am unable to print the Dialog box using the attached routine.Where am I going wrong? Dialog>Dialog1 object Dialog1: TForm Left = 247 Top = 96 HelpContext = 5000 BorderIcons = [biSystemMenu] Caption = 'CustomDialog' ClientHeight = 192 ClientWidth = 476 Color = clBtnFace Font.Charset = DEFAULT_CHARS...
- Mon Aug 31, 2015 8:06 pm
- Forum: Beginners
- Topic: Find variable contained within another variable
- Replies: 3
- Views: 4478
Re: Find variable contained within another variable
Thank you for pointing me to Regular Expressions in your code.
Masterful answer!
Masterful answer!
- Mon Aug 31, 2015 5:11 pm
- Forum: Beginners
- Topic: Find variable contained within another variable
- Replies: 3
- Views: 4478
Find variable contained within another variable
Macroscheduler guide shows me the following: Simple expressions can contain only two parts separated by one of the following operators: = Equals > Greater than < Less than <> Not Equal Is there an operator to determine if one variable is contained within another variable? For example, let x=abcdefg ...