https://bugs.documentfoundation.org/show_bug.cgi?id=134493

johnks <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #5 from johnks <[email protected]> ---
(In reply to Xisco FaulĂ­ from comment #4)
> Hello Johnks,
> Could you please try to reproduce it with the latest version of LibreOffice
> from https://www.libreoffice.org/download/libreoffice-fresh/ ?
> I have set the bug's status to 'NEEDINFO'. Please change it back to
> 'UNCONFIRMED' if the bug is still present in the latest version.




i just tried the file on a fresh install of 7.2.2.2 on windows and the macros
errors still persist

https://docs.ewaybillgst.gov.in/Documents/bulkewb/EWB_Preparation_Tool_new.xlsm
i downloaded the file from this link and used the data in sample eway bill
sheet in "ewaybill" sheet. 

the first time file opens in calc, the basic syntax error shows on the
following code

`Public Function RemoveWhiteSpace(target As String) As String
    With New RegExp
        .Pattern = "\s"
        .MultiLine = True
        .Global = True
        RemoveWhiteSpace = .Replace(target, vbNullString)
    End With
End Function
`

here "new" word is highlighted.
removing this function allows me to at least open the file

then new errors like
 .Superscript = False
is shown 



anyways, an interesting bug i encountered, there is a "legal name" input text
box in the eway bill sheet. it is supposed to "capitalize" the input which
works perfectly on excel but in calc, i tried both windows and linux, it takes
the input, writes the small caps, corrects it to all caps and with each button
press multiplies the characters so if you write "abc" it will do something like
BbBBBAaAAAAAAAAAAAAAC" 


on linux, i saw some more errors than windows one but both of them refuse to
work


Version: 7.2.2.2 (x64) / LibreOffice Community
Build ID: 02b2acce88a210515b4a5bb2e46cbfb63fe97d56
CPU threads: 12; OS: Windows 10.0 Build 17763; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

Version: 7.2.2.2 / LibreOffice Community
Build ID: 02b2acce88a210515b4a5bb2e46cbfb63fe97d56
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: gtk3
Locale: en-IN (en_IN); UI: en-US
Flatpak
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to