Fast scaling of forms. Quick scaling of forms How to increase the font in 1s 8.2 accounting

The work of an accountant is quite difficult, but even more responsible. Mistakes should not be made, because huge troubles can follow if they are not detected and corrected in time. It is difficult to keep track of many operations, all the more so to look for errors when the font in 1C is small. It is possible to strain your eyesight every time to see something written in small letters, but this will definitely be followed by loss of vision. In this case, you will have to visit an ophthalmologist, fight for the return of visual acuity.

Making individual changes to the program facilitates the work of an accountant.

However, you can do a little differently, preventing visual strain. To do this, it is enough just to increase the font size in 1C. If you have the latest version of 1C installed, you just need to change the system font size of your operating system. Performing such actions, you can increase the font until you feel comfortable working with the program.

You will have to act a little differently if you continue to work with the 1C program of the seventh version or earlier. To exclude unsuccessful attempts that provoke unnecessary unrest, it is useful to familiarize yourself with the recommendations of experienced users on how to increase the font in 1C.

So, if you decide to take the steps that make it possible to increase the size of the letters, first pay attention to which version of the 1C program is installed on your computer. This is very important, since it will depend on how to change the font size in 1C.

Performing actions in 1C 7.7

If the 1C version 7.7 program is installed on your computer, select the “Service” option on the main menu bar, then click on the “Parameters” line, and then make the transition again by selecting the “Interface” tab. Only now you will see a window in which the "Select Font" button will be located. If you click on it, a window will appear very similar to the one that the user encounters when working with office applications.

It remains to choose the font from the proposed options, the style of its design and, of course, the size. Finally, don't forget to agree to the prompt to save the changed settings by clicking on the "Ok" button each time before closing the window.

Performing actions in 1C 8.2

If the 1C version 8.2 program is installed on the PC, the algorithm of actions will be slightly different. In addition to changing the font, or rather, increasing it, you can increase the OS system font, as we have already indicated earlier, there is another option for user manipulation. We suggest that you deal with these manipulations, understand how to directly increase the font on the screen in 1C.

Initially, in the same way, you should go to the "Tools" menu, go to "Options", then go to the second tab of the open "Texts" window. At the bottom of the open window, you can easily find the line "Font", open the options for built-in fonts and their sizes, choose the option that is preferable for you. As you can see, in this case, no difficulties arise. Following the recommendations, you can easily achieve what you want.

Increasing the size through the configurator

There is another way, which is a little more complicated than the ones we have already covered. However, if you decide to try this algorithm of actions, you will succeed if you have the desire and maximum attention. First, run the program, then find the "Configuration" item and follow it. After that, you will find the line "Open configuration", click on it.

Now the base structure window, located on the right side of the main window, will load. Find the "Styles" parameter, click on it, after which a sub-list will open. Select the "Basic" option to edit it. Further, all actions will automatically become clear, since you will only have to select the desired font, its size, and, if desired, other parameters that are important to you.

If the program is used by several users who prefer different letter sizes, it will be useful to do some more manipulations. In particular, go to the "Operations" menu, follow "Registers of Information", then select "User Styles". In the window that opens, register those users who need a large font size. Opposite the selected user, set 1 in the "Style number" field.

In order for everything to work smoothly later, it is important to make some more changes to the parameters. Click "Configuration" initially, find "Support" next, go to it, there you can find "Support Settings". In the upper right part of the open window, find the button "Enable the ability to change", then in two blocks confirm the choice of possible editing while maintaining support. After performing such actions, everything will change, you will be satisfied with the result achieved.

So, you can definitely increase the font in the 1C program yourself if you strictly follow the recommendations of experienced users. Try it, be bolder, improve your skills with such software, change the settings to create a comfortable environment for yourself.

New Changes in Managed Forms in Platform 8.3.10

As of February 22, 2017, a new trial version of the platform 8.3.10 was released. Therefore, I am launching a series of articles in which we will get acquainted with the changes in the functionality of the platform regarding working with managed forms and interface. Articles will be more research than educational.

This article will focus on scaling forms.

In version 8.3.10 of the platform, the User can change the scale of the current form that he currently has open. To do this, you either need to click on the "Change scale" button in the system commands area:

Or through the main menu - view


In the zoom window that opens, the user can change the scale of the current form:


If you currently have several forms open, the updated one will be scaled.


The scaling of the form is preserved: for example, if we scale the item list form, and then close it, and then reopen it, the scale will be the same. It will also be saved when you restart the 1C session. But the scale of the forms is not stored somewhere in the database: when the cache is cleared, the changed scales are reset.

The scaling form also has an interesting button such as “Set for all”, when you click on it, the scale for all forms will be set.

The form scale can be changed in . For this, the Scale property of the form is implemented.


If you change this parameter, then the scale of the form will change immediately in


The form will have exactly the same scale when it is opened in 1C:Enterprise


The most interesting thing is that if you enter a scaled form in 1C:Enterprise and want to change its scale, you will change the scale of the form relative to the open one. Those. in our case, the scale of the form of the document for the purchase of goods was set to 200 in the configurator, in 1C:Enterprise it is recognized as 100, and in order to return to the normal scale, you need to set the value to 50


Also, the form has the ability to select a scale option. There are three of them - auto, normal, compact


If the Normal option is selected, the form will have a standard taxi interface. If there is a Compact option, then the form will have an interface of version 8.2. In this case, changing the scale will not affect the form. If the parameter is Auto, then the system will automatically determine the scale option based on the settings of the ClientApplication Settings object.
Now let's experiment how the scale of the form is set programmatically. To do this, create the “Install200” command with the following code on the Goods Purchase document form:

&AtClient
Procedure Set200(Command)

ThisForm. Scale = 200 ;

EndProcedure

Moreover, I noticed an interesting feature, in order for this code to work normally, the compatibility mode in the configuration properties must be set to “Do not use”


After that I started experimenting. As a result of the experiments, the following was found out:
1) The scale is not remembered: if you click on the button, it will change, but after closing the form and reopening it, it will remain the same.
2) The scale changes relative to the current 1C:Enterprise scale. For example, if we change the scale using the "Change scale" command of 1C: Enterprise by 50, and then apply our "Set 200" command, then the scale corresponding to one hundred will become normal.
3) The scale does not add up: no matter how much we press our button, the scale will only change the first time.
This concludes our study of the scaling of managed forms in the taxi interface. The next article will be about the open panel, they have changed a lot in the 8.3 edition of the platform.

Learn the basics of configuring in 1C and learn to program in "1C: Enterprise" with the help of my books: and "Fundamentals of Development in 1C: Taxi"

Learn programming in 1C in a place from my book "Program in 1C in 11 steps"

  1. The book is written in clear and simple language - for a beginner.
  2. Learn to understand 1C architecture;
  3. You will begin to write code in 1C language;
  4. Master the basic techniques of programming;
  5. Consolidate the acquired knowledge with the help of a task book;

An excellent guide to developing in a managed 1C application, both for novice developers and experienced programmers.

  1. Very accessible and understandable language
  2. The book is sent by e-mail in PDF format. Can be opened on any device!
  3. Understand the ideology of a managed 1C application
  4. Learn how to develop a managed application;
  5. Learn to develop managed forms 1C;
  6. You will be able to work with the basic and necessary elements of managed forms
  7. Programming under a managed application will become clear

Promo code for a 15% discount - 48PVXHeYu


If this lesson helped you solve any problem, liked it or was useful, then you can support my project by transferring any amount:

can be paid manually:

Yandex.Money — 410012882996301
Web Money - R955262494655

Join my groups.

Many users quite often face the situation when in the menu and windows 1c the font is too small. Some try to solve this problem by reducing the resolution of the entire screen, but this method has one undesirable effect, the font increases not only in 1s, but throughout the Windows system. This method is inconvenient, which is why we will consider with you a more correct solution to this situation.

Where to increase the font in 1s?

So, now we will increase the font in 1s to the sizes you need, it is worth noting that this method is only acceptable for 1C 8.2 bases that work in the launch mode of a regular 1C application. First, go to the configurator, on the left side in the object tree, click on the "+" and open the "General" branch, then we will be interested in the "Styles" object, open it and see the "Main" object, double-click on it and see the window that opens is shown below.

We are interested in 4 parameters here: "Text Font", "Small Text Font", Regular Text Font", "Large Text Font" and finally "Largest Text Font". , the window shown below will open.

We set a specific value to increase the font in 1s

In order to increase the font in 1s we need to first uncheck "From style", after that the choice of font size will become available, select the desired one and click "OK". Now we save our base and start the enterprise. If the font has not changed, then we try to change the font size "Small Text Font", Regular Text Font" or "Large Text Font". One of the options will definitely work.

The problem with how to increase the font in 1C is solved once and for all!

In this short article, we will consider only the new and most convenient way to increase the font in a 1C configuration running on platform 8.3.10 and higher. Previously, in order to change the text font in the 1C program, users and specialists came up with various tricks to achieve the desired result: they reduced screen resolutions, edited styles in 1C. Now it's in the past - we'll review three easy steps, which will help you forget about this problem forever and change the font with one mouse button.

So, if you want to increase the font in the 1C program, follow these steps:

  1. Update the platform to version 8.3.10.2168 or higher. About where to see the latest releases and check which one you read
  2. Open any modern configuration developed on managed forms(BP 3, ZUP 3, UNF, ERP). What are the configurations read
  3. Use the form's quick scaling mechanism to increase or decrease text fonts and image sizes.

How to use the mechanism for quickly scaling forms to increase the font in 1C

We open any 1C database on managed forms in which we want to customize the font. In the upper corner of the program, click on the "Change scale" button, the scale settings dialog will open. When the dialog is opened, the current scale value of the active form is displayed. Move the slider left or right to change the font, you can also use the cursor keys on the keyboard or PgUp / PgDown. You can configure both specific and all forms in the program, use the "Set for all" button. The settings will be saved and loaded on the next session, due to the fact that the scales are stored for each form separately in local storage on the user's computer.

This scaling feature is a platform mechanism, so if you are using any custom or even custom configuration, just upgrade to 8.3.10 and your users will be able to change the font size to their convenience right in user mode.

The font size is adjustable from 50% to 400%. At the same time, the size of the elements and the font is not simply reduced or increased, but the entire form is rebuilt to fit the new sizes of the elements.



Advantages:

  • No additional settings and programming - the base remains typical
  • You can change the font for a specific user
  • Font settings are saved

Restrictions:

  • Using the platform 8.3.10. Didn't upgrade to 8.3.10? We will migrate and upgrade the platform at a low cost
  • Works only in "managed" forms
  • This feature is not available when the compact display mode is used. In other words, you can increase the font only when using the normal form display mode.

If this method does not suit you due to the use of the 1C 7.7 platform, as well as earlier versions of the 8.x platform, just read our detailed article in which we analyzed all the main ways to increase the font in the 1C program of any version.

The ability to increase the font in the program is far from the only innovation among other interesting and significant changes in the new platform! Follow our

It's no secret that we spend more and more time at the computer, gadgets: at work, at home, in public transport. In this regard, the issue of strain on the eyes is acute, because office employees have to spend more than one working hour in front of the monitor every day. It is important that working in the application is comfortable and convenient for all categories of users, people with completely different eyesight. Therefore, in our practice, we often faced the question: "how to increase the font on the monitor screen?". In this article, we will take a closer look at several really working and effective ways to change the text size in 1C: increase or decrease.

We will analyze three ways to increase the font in the 1C program of 8 different versions. Depending on the version of the platform you are using, whether you use browser access and other nuances, you can choose the method that suits you best.

The first way to increase the font - a mechanism for quickly scaling forms

We will start with the method that we rightly consider the most convenient, simple and effective. The only restriction is that you must use platform 8.3.10, and specifically not lower than 8.3.10.2168. If you have 8.1, 8.2 you need to upgrade to the new version. If you are already using the 8.3 platform, it is enough to upgrade to one of the latest releases. You can check on which platform your configurations work, as well as see the current version of the "engine".

How it works:

In the extreme upper corner we find the button "Change scale". It looks like a magnifying glass with a plus sign in the center. The second way to access the zoom form is through the main menu. In the main menu, open the item "View" --> "Zoom". A nice plus of the form is the ability to move it to any area of ​​the screen, regardless of the configuration itself.

In order to actually increase or decrease the scale, you need to set the required value on the horizontal slider with the mouse. The second no less convenient option - in the open form, change the scale, press the cursor keys (right-left arrows on the keyboard) or the keys PgUp/PgDown.

When you click on the "Set for all" button, the selected scale will apply to all forms in a particular database. In other cases, you can adjust the size for each form individually, depending on your preferences.

This method allows you to change the interface font in any configuration on managed forms. If you use Accounting 3, Payroll 3, Trade Management 11, Small Business Management, Integrated Automation 2 configuration, you can increase the font size for individual forms or the entire interface in just a couple of mouse clicks.

This function of the platform has long been awaited by developers of applied solutions and implementers, and most importantly, end users, who have become a little more pleasant to work in the system.

The advantages of this method:

  • Does not require any additional settings, administrator rights, configuration
  • The font of the OS itself and other applications does not change
  • The change happens right in the program
  • Can be enlarged font for individual windows and forms in
  • Configured once - settings will be saved for each form and each user individually

Cons of this method:

  • Platform update required
  • Not available for 7.7 users. We'll help you upgrade to 8 at a low price!

If for some reason you are not yet ready to switch to 8.3.10, do not forget to change the scale of any report, for example, in the balance sheet, you can already now - generate a report, stand on any cell in the report, press ctrl and turn the wheel mice.

In this case, after opening the database in the browser, it is enough to change the scale of the page. In different browsers and their versions, this option may be located in slightly different menu items, but there is a universal hotkey combination that allows you to do this - Ctrl+mouse wheel.

In Yandex browser, zoom is on the first line in the settings.

In Google Chrome, open "google chrome settings and controls", find the "zoom" menu item.

Did you know that, being in the 1C database in the browser, you can enter full-screen mode - you will hardly notice the difference in the interface compared to a thin client.

The advantages of this method:

  • Does not require configuration, transition to platform 8.3.10
  • OS font, the rest of the application does not change

Cons of this method:

  • It is required to set up a web server and use a browser as a 1C client
  • You can not adjust the scale individually for each shape

The third way to increase the font is to change the screen resolution

The last option is perhaps the least attractive and actually outdated. But until recently, on older versions of the platform, it remained de facto the only one. Those who still use 7.7, especially standard solutions, are strongly recommended to switch to the 1C 8 platform.

How it works:

So, you need to change the screen resolution.

  • Windows XP: Right-click on a free space on the desktop - "Properties" or "Screen" from the "Control Panel") - Bookmark " Decor" - "Font size"
  • Windows 7 and above: Right-click on any free space on the desktop --> "Screen Resolution". Item "Permission". You can also try the function "Make text and other elements larger or smaller". With low vision, you can use the "screen magnifier" (start --> find programs and files --> enter "screen magnifier").

The advantages of this method:

  • Works on absolutely any platform and configuration
  • Does not require any settings and manipulation with 1C itself

Cons of this method:

  • Screen resolution increases for all applications and OS
  • When changing the recommended screen resolution, many texts and interfaces in applications do not fit into the screen area itself
  • Unable to change screen resolution when working through RDP (during a remote session)

As an epilogue, we note that all these "difficulties" can be avoided by cooperating with, who will always help, prompt and advise. Take care of your health and eyesight in particular!