cancel
Showing results for 
Search instead for 
Did you mean: 

General Settings - Font Size??

Former Member
0 Kudos

Hi,

Does anyone know how we can access the General Settings - Font Size that the user has set for themselves? I cannot seem to find anyway to get this via the SDK or even where this is stored in a table to simply query it.

Thanks,

David

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Font size is a machine setting found in the registry under SOFTWARE
SAP
SAP Manage
SAP Business One
Font Size.

rasmuswulff_jensen
Active Contributor
0 Kudos

Thank for this information.. Works great on SBO2005A SP01

However the registry entry is not present in SBO2007A installations... Anyone know where this information was moved to?

Former Member
0 Kudos

Hi Rasmus,

Did you manager to find a solution as to where the font is stored?

Lita

former_member201110
Active Contributor
0 Kudos

Hi Lita,

It's held in the b1-current-user.xml file in the user's Application Data folder in their profile. Default path would be:

C:\Documents and Settings\<Profile Name>\Local Settings\Application Data\SAP\SAP Business One

In this file, you will find the font name and size if the user sets a value other than the default (Tahoma 10pt).


<leaf kind="single" name="FontFace" type="String">
      <value>Lucida Bright</value>
</leaf>
<leaf kind="single" name="FontSize" type="String">
     <value>14</value>
</leaf>

Kind Regards,

Owen