Report source code question?

Report source code question?

Postby richard-service » Fri May 26, 2017 3:39 am

Hi All,

I found Report.prg source code appear this below
Code: Select all  Expand view

if cChar == nil
   cChar := "?
endif

or

cChar      := "
?

or

do case
     case nGrid == GRID_ABOVE
             cChar  := "?
             cLeft  := "
?
             cRight := "?

      case nGrid == GRID_BELOW
              cChar  := "
?
              cLeft  := "?
              cRight := "
?

      case nGrid == GRID_ABOBEL
              cChar  := "?
              cLeft  := "
?
              cRight := "?
endcase


What do it mean?
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
 
Posts: 801
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

Re: Report source code question?

Postby Antonio Linares » Fri May 26, 2017 6:44 am

Richard,

Code: Select all  Expand view
     if cChar == nil
         cChar := "³"
      endif


They are special chars that your source code editor or notepad is not properly showing to you, surely due to a codepage issue
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41858
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Report source code question?

Postby richard-service » Fri May 26, 2017 7:32 am

Antonio Linares wrote:Richard,

Code: Select all  Expand view
     if cChar == nil
         cChar := "³"
      endif


They are special chars that your source code editor or notepad is not properly showing to you, surely due to a codepage issue


Antonio,

I see. Thanks a lot.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
 
Posts: 801
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 45 guests