Modify

Opened 16 years ago

Closed 16 years ago

#1398 closed Bug (Fixed)

$tagPARAFORMAT2 incorrect

Reported by: ProgAndy Owned by: Jon
Milestone: 3.3.3.3 Component: Standard UDFs
Version: 3.3.3.1 Severity: None
Keywords: Cc:

Description

The declaration of $tagPARAFORMAT2 in GUIRichEdit is incorrect.
Corected declaration (semicolon after $tagPARAFORMAT was missing):

Global Const $tagPARAFORMAT2 = $tagPARAFORMAT _
		 & ";long dySpaceBefore;long dySpaceAfter;long dyLineSpacing;short sStyle;byte bLineSpacingRule;" _
		 & "byte bOutlineLevel;word wShadingWeight;word wShadingStyle;word wNumberingStart;word wNumberingStyle;" _
		 & "word wNumberingTab;word wBorderSpace;word wBorderWidth;word wBorders"

Change History (1)

comment:1 Changed 16 years ago by Jon

  • Milestone set to 3.3.3.3
  • Owner changed from Gary to Jon
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [5564] in version: 3.3.3.3

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.