Ahora vamos a definir una nueva Forma (contexto) que servirá para que el usuario del
programa pueda hacer búsquedas de clientes por su nombre. Para esto vamos hacer
un clic con el botón DERECHO del mouse en el recuadro izquierdo del ResBuilder
(menú de árbol), exactamente sobre la línea que dice ‘Form’. Esto muestra una
pantallita que nos permite agregar otra Forma (Add), a la que le vamos dar las
siguientes propiedades:
Title Consulta alfabética
Form ID 102
Name frm_Consulta
Currents Units Semi-chars
X position 50
Y position 62
Width 200
Height 200
Flags Close box, Enter as Tab, Keyboard navigation, minimizable
Has Status Bar No
A esta nueva forma para Consulta alfabética le vamos a agregar los siguientes controles:
Control type static text
Control ID 100
Text Nombre
X position 14
Y position 21
Width 31
Height 15
Font MS Sans Serif, Normal, 8
Control type InputE
Control ID 101
Initial contents Dejarlo en blanco
X position 49
Y position 21
Width 45
Height 15
Font System default
Short cue Poner el nombre a buscar
Long cue Poner el nombre del cliente a buscar
Client Edge chequeado
Max length 30
Pad Char _
Control type List box
Control ID 102
Initial contents Dejarlo en blanco
X position 16
Y position 55
Width 169
Height 114
Font Courier New, regular, 9
Client Edge chequeado
|