OfficeCommunity.com
The official WordPerfect Office Community.

Quattro Pro X5 Macros not working

rated by 0 users
This post has 5 Replies | 4 Followers

Top 500 Contributor
Posts 4
dsmartin Posted: Tue, Jun 19 2012 10:32 PM

Hi,

I have a few applications that were written using Quattro Pro Version 8. Some of the Macros which functioned as expected and as documented are no longer working in Quattro Pro X5 (or V12)

Examples are

{CTRL+F1} Invokes Spell Checker in V8, but does nothing in X5. As a side note if you use the keyboard shortcut of CTRL+F1 BOTH the Spell Checker AND Quattro Pro Help open. This did not function this way under V8. If you select Spell Checker from the Tools menu it opens without the Quattro Pro Help as expected.

{CTRL+D} Inserts the current date in the active cell in V8, but does nothing in X5.

{HELP} Invokes Quattro Pro Help in V8, but does nothing in X5.

Has anyone experienced the same issues?

Kind Regards

Dave

 

 

Top 10 Contributor
Posts 827
HeatherB replied on Wed, Jun 20 2012 1:48 PM

What version of Windows please?

 

 

Update - disregard my question :-(  The QA team has validated your findings

Heather Blaine
User Experience Designer, Corel Corporation

Top 25 Contributor
Posts 28

A lot was changed in QP after v.8, including various macros. I confirm that those three macros do not work in X5/X6, in the Windows7 OS. As Uli pointed out in the QPX5 newsgroup, {Ctrl+D} can at least be replaced with

  {PUTCELL2 @today}

and a {SetProperty} command can then format the date in something other than the default short international format.

 

Charlie

 

Top 500 Contributor
Posts 4
dsmartin replied on Mon, Jun 25 2012 9:11 PM

Sorry for the delay in replying - I have been away. I had been in touch with Corel support who had insisted that these Macros do work. Unfortunately I suspect that they did not have a good working knowledge of Quattro and or Macros.

Is it likely that these Macros will be addressed via Service Pack?

I have just noticed that the {Macros} macro command does not appear to work either nor does the Shift+F3 shortcut. The X5 help still refers to this.

Also, I contacted support in March re the {FileSend} Macro not working correctly - end result was that they confirmed it was a defect in the software and would need to be corrected by service pack release. Is this likely to be patched under X5 and can anyone confirm if it works correctly in X6

Top 10 Contributor
Posts 827
HeatherB replied on Tue, Jun 26 2012 9:53 AM

The macros do not function - the Quality Assurance team has verified this. They also do not work in X6.

The corrections to these macros have not been scheduled within any Service Pack at this time. A possible workaround would be to switch to PerfectScript macros although lemoto has provided other options as well.

I am sorry for the trouble this has caused you.

Heather Blaine
User Experience Designer, Corel Corporation

Top 10 Contributor
Posts 646
lemoto replied on Tue, Jun 26 2012 12:08 PM

I think that PerfectScript cannot directly replace any of {CTRL+F1}, {CTRL+D}, {HELP}.

SendKeys() can simulate any keystroke. Of course, given the comment in the opening post,

Application(qp; "QuattroPro"; Default!)
AppActivate("Quattro Pro*")
SendKeys("{Ctrl+F1}")
Return

now opens Help as well as SpellCheck.

{MARK} is similarly lost, we hope temporarily. In this case, {Shift+F7} does substitute properly.

 

Page 1 of 1 (6 items) | RSS
© Corel Corporation. The content herein is in the form of a personal web log ("Blog") or forum posting. As such, the views expressed in this site are the views of the participants and do not necessarily reflect the views of Corel Corporation, or its affiliates and their respective officers, directors, employees and agents. Terms of use.