Access2003. Есть ли аналог StatusBar екселешного?

Работа VB и СУБД (Access, MSSQL, MySQL, Oracle и пр.)
Правила форума
При создании новой темы не забывайте указывать используемую СУБД.
igor_m
Постоялец
Постоялец
 
Сообщения: 343
Зарегистрирован: 22.03.2002 (Пт) 12:40

Access2003. Есть ли аналог StatusBar екселешного?

Сообщение igor_m » 27.07.2011 (Ср) 18:24

Где и как лучше вывести строчку с постоянно обновляющейся информацией, типа "обрабатывается строка такая-то", чтобы ресурсов мало брало ? Есть форма, из нее таблица обрабатывается.
В Excel это удобно делать Application.StatusBar="Строка..." & iStr
В Access не могу найти подобной штуки.

HandKot
Бывалый
Бывалый
Аватара пользователя
 
Сообщения: 283
Зарегистрирован: 28.06.2006 (Ср) 13:34
Откуда: Sergiev Posad

Re: Access2003. Есть ли аналог StatusBar екселешного?

Сообщение HandKot » 28.07.2011 (Чт) 7:43

не оно?
Код: Выделить всё
Application.Echo Method
Show All
Hide All
The Echo method specifies whether Microsoft Access repaints (repaint: To redraw the screen. The Repaint method completes any pending screen updates for a specified form.) the display screen.
Syntax

expression.Echo(EchoOn, bstrStatusBarText)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
EchoOn Required Integer True (default) indicates that the screen is repainted.
bstrStatusBarText Optional String A string expression (string expression: An expression that evaluates to a sequence of contiguous characters. Elements of the expression can be: functions that return a string or a string Variant (VarType 8); a string literal, constant, variable, or Variant.) that specifies the text to display in the status bar (status bar: A horizontal bar at the bottom of the screen that displays information about the current condition of the program, such as the status of items in the window, the progress of the current task, or information about the selected item.) when repainting is turned on or off.


или может в капшене формы писать?
I Have Nine Lives You Have One Only
THINK!


Вернуться в Базы данных

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 7

    TopList