<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Control de Reservas</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Gustavo LOmazzi</Author>
	<Version>1.0</Version>
	<DesignDeviceName>GenericTablet</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>1024</PageWidth>
	<PageHeight>768</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>True</AutoSizeHeight>
	<HideScrollbars>True</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<WebBuildTarget>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Compilaciones</WebBuildTarget>
	<AppIcon>C:\Users\gusta\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>es</LanguageCode>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="Usuarios">
					<Code>CreateEmptyArray [tableData]
SetVar [tableData] [data]
ArrayLen [tableData] [totalRecords]

If [totalRecords] == 1
  SetVar [UsuarioRemoto] [tableData(0)(&apos;Nombre&apos;)]
  neoPhpExecSql &quot;db1&quot; &quot;casas&quot; &quot;[UsuarioRemoto]&quot; &quot;CasasMostrar&quot;
else
  SetVar [Nombre] &quot;&quot;
  SetVar [Telefono1] &quot;&quot;
  SetVar [Telefono2] &quot;&quot;
  SetVar [Email] &quot;&quot;
  FocusObject &quot;TextInput2&quot;
  GotoPage &quot;NuevoUsuario&quot;
endif</Code>
					<Params>[data]|STRING|Verificando Usuario</Params>
				</Function>
				<Function name="CasasMostrar">
					<Code>CreateEmptyArray [tableData]
SetVar [tableData] [data]
ArrayLen [tableData] [totalRecords]

If [totalRecords] &gt; 0
   .Ocultando botones de casas
   Loop 1 10 [xx]
     HideObject &quot;Ca[xx]&quot; &quot;&quot; 0
     If [xx] == 0
       exitloop
     endif
   endloop

   SetVar [Casa1] &quot;[tableData(0)(&apos;Nombre1&apos;)]&quot;
   SetVar [Casa2] &quot;[tableData(0)(&apos;Nombre2&apos;)]&quot;
   SetVar [Casa3] &quot;[tableData(0)(&apos;Nombre3&apos;)]&quot;
   SetVar [Casa4] &quot;[tableData(0)(&apos;Nombre4&apos;)]&quot;
   SetVar [Casa5] &quot;[tableData(0)(&apos;Nombre5&apos;)]&quot;
   SetVar [Casa6] &quot;[tableData(0)(&apos;Nombre6&apos;)]&quot;
   SetVar [Casa7] &quot;[tableData(0)(&apos;Nombre7&apos;)]&quot;
   SetVar [Casa8] &quot;[tableData(0)(&apos;Nombre8&apos;)]&quot;
   SetVar [Casa9] &quot;[tableData(0)(&apos;Nombre9&apos;)]&quot;
   SetVar [Casa10] &quot;[tableData(0)(&apos;Nombre10&apos;)]&quot;

   If [Casa1] &gt; &quot; &quot;
     ShowObject &quot;Ca1&quot; &quot;&quot; 0
   endif
   If [Casa2] &gt; &quot; &quot;
     ShowObject &quot;Ca2&quot; &quot;&quot; 0
   endif
   If [Casa3] &gt; &quot; &quot;
     ShowObject &quot;Ca3&quot; &quot;&quot; 0
   endif
   If [Casa4] &gt; &quot; &quot;
     ShowObject &quot;Ca4&quot; &quot;&quot; 0
   endif
   If [Casa5] &gt; &quot; &quot;
     ShowObject &quot;Ca5&quot; &quot;&quot; 0
   endif
   If [Casa6] &gt; &quot; &quot;
     ShowObject &quot;Ca6&quot; &quot;&quot; 0
   endif
   If [Casa7] &gt; &quot; &quot;
     ShowObject &quot;Ca7&quot; &quot;&quot; 0
   endif
   If [Casa8] &gt; &quot; &quot;
     ShowObject &quot;Ca8&quot; &quot;&quot; 0
   endif
   If [Casa9] &gt; &quot; &quot;
     ShowObject &quot;Ca9&quot; &quot;&quot; 0
   endif
   If [Casa10] &gt; &quot; &quot;
     ShowObject &quot;Ca10&quot; &quot;&quot; 0
   endif

   RemoveClass &quot;Ca1&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;Ca1&quot; &quot;background&quot; &quot;#0000FF&quot;
   SetObjectStyle &quot;Ca1&quot; &quot;color&quot; &quot;#FFFFFF&quot;

   GotoPage &quot;MenuPrincipal&quot;
else

endif</Code>
					<Params>[data]|STRING|</Params>
				</Function>
				<Function name="BusquedaReservas">
					<Code>.SetVar [Texto] &quot;Realizando consulta&quot;
GotoPage &quot;Mensaje&quot;

CreateEmptyArray [tableData]
SetVar [tableData] [data]
ArrayLen [tableData] [totalRecords]

.Ocultando botones de dias del mes y pintando de verde los mismos
Loop 1 31 [xx]
  RemoveClass &quot;d[xx]&quot; &quot;btn-default&quot;
  SetObjectStyle &quot;d[xx]&quot; &quot;background&quot; &quot;#00FF00&quot;
  SetObjectStyle &quot;d[xx]&quot; &quot;color&quot; &quot;#000000&quot;

  HideObject &quot;d[xx]&quot; &quot;&quot; 0
  SetCompVar [Cliente[xx]] &quot;&quot;
  
  If [xx] == 0
    exitloop
  endif
endloop



.Mostrando dias del mes
Loop 1 [CantDias] [xx]
  If [MesNumero] == [NAB.MonthNum]
     If [xx] &gt;= [NAB.DayNum]
       ShowObject &quot;d[xx]&quot; &quot;&quot; 0
     endif
  else
     ShowObject &quot;d[xx]&quot; &quot;&quot; 0
  endif
  If [xx] == 0
     exitloop
  endif
endloop

If [PrimeraVez] == 0
   Loop 1 31 [xxx]
     RemoveClass &quot;Ca[xxx]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[xxx]&quot; &quot;background&quot; &quot;#0392CE&quot;
     SetObjectStyle &quot;Ca[xxx]&quot; &quot;color&quot; &quot;#000000&quot;
   endloop
   RemoveClass &quot;Ca1&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;Ca1&quot; &quot;background&quot; &quot;#0000FF&quot;
   SetObjectStyle &quot;Ca1&quot; &quot;color&quot; &quot;#FFFFFF&quot;
   SetVar [PrimeraVez] 1
endif


.Mostrando nombres de la reserva
If [totalRecords] &gt; 0
   Loop 0 [totalRecords] [x]
     SetVar [Fecha] &quot;[tableData([x])(&apos;Fecha&apos;)]&quot;
     StrParse &quot;[Fecha]&quot; &quot;-&quot; [Fe]
     SetVar [Dia] [Fe(2)]
     If [Dia] &lt; 10
       StrDel &quot;[Dia]&quot; 0 1 [Dia]
     endif
     SetCompVar [Cliente[Dia]] &quot;[tableData([x])(&apos;Nombre&apos;)]&quot;

     If [x] == 0
        GotoPage &quot;ReservasVer&quot;
     endif
   endloop
else
  GotoPage &quot;ReservasVer&quot;
endif</Code>
					<Params>[data]|STRING|Carga de Reservas mes determinado</Params>
				</Function>
				<Function name="Casas2">
					<Code>CreateEmptyArray [tableData]
SetVar [tableData] [data]
ArrayLen [tableData] [totalRecords]

.Ocultando botones de casas
Loop 1 10 [xx]
  HideObject &quot;Ca[xx]&quot; &quot;&quot; 0
  If [xx] == 0
    exitloop
  endif
endloop


If [totalRecords] == 1
    SetVar [Casa1] &quot;[tableData(0)(&apos;Nombre1&apos;)]&quot;
    SetVar [Casa2] &quot;[tableData(0)(&apos;Nombre2&apos;)]&quot;
    SetVar [Casa3] &quot;[tableData(0)(&apos;Nombre3&apos;)]&quot;
    SetVar [Casa4] &quot;[tableData(0)(&apos;Nombre4&apos;)]&quot;
    SetVar [Casa5] &quot;[tableData(0)(&apos;Nombre5&apos;)]&quot;
    SetVar [Casa6] &quot;[tableData(0)(&apos;Nombre6&apos;)]&quot;
    SetVar [Casa7] &quot;[tableData(0)(&apos;Nombre7&apos;)]&quot;
    SetVar [Casa8] &quot;[tableData(0)(&apos;Nombre8&apos;)]&quot;
    SetVar [Casa9] &quot;[tableData(0)(&apos;Nombre9&apos;)]&quot;
    SetVar [Casa10] &quot;[tableData(0)(&apos;Nombre10&apos;)]&quot;

    If [Casa1] &gt; &quot; &quot;
      ShowObject &quot;Ca1&quot; &quot;&quot; 0
    endif
    If [Casa2] &gt; &quot; &quot;
      ShowObject &quot;Ca2&quot; &quot;&quot; 0
    endif
    If [Casa3] &gt; &quot; &quot;
      ShowObject &quot;Ca3&quot; &quot;&quot; 0
    endif
    If [Casa4] &gt; &quot; &quot;
      ShowObject &quot;Ca4&quot; &quot;&quot; 0
    endif
    If [Casa5] &gt; &quot; &quot;
      ShowObject &quot;Ca5&quot; &quot;&quot; 0
    endif
    If [Casa6] &gt; &quot; &quot;
      ShowObject &quot;Ca6&quot; &quot;&quot; 0
    endif
    If [Casa7] &gt; &quot; &quot;
      ShowObject &quot;Ca7&quot; &quot;&quot; 0
    endif
    If [Casa8] &gt; &quot; &quot;
      ShowObject &quot;Ca8&quot; &quot;&quot; 0
    endif
    If [Casa9] &gt; &quot; &quot;
      ShowObject &quot;Ca9&quot; &quot;&quot; 0
    endif
    If [Casa10] &gt; &quot; &quot;
      ShowObject &quot;Ca10&quot; &quot;&quot; 0
    endif

    .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetVar [CasaBusqueda] &quot;[Casa1]&quot;
    .Busqueda de Reservas de ese mes determinado
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;
endif</Code>
					<Params>[data]|STRING|Recibe casas del propietario</Params>
				</Function>
				<Function name="ReservasMesDeterminado">
					<Code>CreateEmptyArray [tableData]
SetVar [tableData] [data]
ArrayLen [tableData] [totalRecords]




CreateEmptyObject [miobjsuma]
SetVar [miobjsuma] [tableData]
SetVar [total] [miobjsuma(0)(&apos;total&apos;)]

.Agregando punto de miles a resultado
StrLen &quot;[total]&quot; [Largo]
If [Largo] == 4
  StrIns &quot;.&quot; &quot;[total]&quot; 1 [total]
endif
If [Largo] == 5
  StrIns &quot;.&quot; &quot;[total]&quot; 2 [total]
endif
If [Largo] == 6
  StrIns &quot;.&quot; &quot;[total]&quot; 3 [total]
endif


neoPhpExecSql &quot;db1&quot; &quot;consultareservasver&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasVerConsultas&quot;</Code>
					<Params>[data]|STRING|</Params>
				</Function>
				<Function name="ReservasVerConsultas">
					<Code>CreateEmptyArray [tableData]
SetVar [tableData] [data]
ArrayLen [tableData] [totalRecords]

SetVar [CantidadReservas] [totalRecords]
.AlertBox &quot;&quot; &quot;[tableData]&quot; &quot;&quot;

CreateEmptyArray [Lista]
Math &quot;[totalRecords]-1&quot; 1 [Cantidad]

Loop 0 [Cantidad] [x]
  DeleteVar &quot;[Nombre]&quot;
  SetCompVar &quot;[Nombre]&quot; &quot;[tableData([x])(&apos;Nombre&apos;)]&quot;
  ArrayAddItem &quot;[Lista]&quot; &quot;[Nombre]&quot;

  .DeleteVar &quot;[DiaIngreso]&quot;
  .SetCompVar &quot;[DiaIngreso]&quot; &quot;[tableData([x])(&apos;Fecha&apos;)]&quot;
  .StrParse &quot;[DiaIngreso]&quot; &quot;-&quot; [Dat]
  .jsAlert &quot;(Dat3)&quot;
  .SetCompVar &quot;[Dia]&quot; [Dat3]
  .ArrayAddItem &quot;[Lista]&quot; &quot;Ingresa el [Dia]&quot;

  .DeleteVar &quot;[Casa]&quot;
  .SetCompVar &quot;[Casa]&quot; &quot;[tableData([x])(&apos;Casa&apos;)]&quot;
  .ArrayAddItem &quot;[Lista]&quot; &quot;[Casa]&quot;

  .DeleteVar &quot;[Precio]&quot;
  .SetCompVar &quot;[Precio]&quot; &quot;[tableData([x])(&apos;Precio&apos;)]&quot;
  .ArrayAddItem &quot;[Lista]&quot; &quot;$[Precio] por dia&quot;

  .DeleteVar &quot;[TotalReserva]&quot;
  .SetCompVar &quot;[TotalReserva]&quot; &quot;[tableData([x])(&apos;Total&apos;)]&quot;
  .ArrayAddItem &quot;[Lista]&quot; &quot;$[TotalReserva] es el total&quot;

  .DeleteVar &quot;[Dias]&quot;
  .SetCompVar &quot;[Dias]&quot; &quot;[tableData([x])(&apos;Dias&apos;)]&quot;
  .If [Dias] &gt; 1
     .ArrayAddItem &quot;[Lista]&quot; &quot;Se queda [Dias] dias&quot;
  .else
     .ArrayAddItem &quot;[Lista]&quot; &quot;Se queda [Dias] dia&quot;
  .endif

  ArrayAddItem &quot;[Lista]&quot; &quot;--------------------------------&quot;
endloop



.AlertBox &quot;&quot; &quot;aca&quot; &quot;&quot;
GotoPage &quot;ConsultasVer&quot;</Code>
					<Params>[data]|STRING|</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="Ingreso">
					<enter_effect>fadeIn</enter_effect>
					<exit_effect>fadeOut</exit_effect>
					<pageenter>SetVar [User] &quot;&quot;
SetVar [Pass] &quot;&quot;
FocusObject &quot;TextInput1&quot;</pageenter>
					<Components>
						<TextInput id="TextInput1">
							<left>224px</left>
							<top>318px</top>
							<width>568px</width>
							<height>90px</height>
							<style>color:#000000;font-size:36pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Clave]</variable>
						</TextInput>
						<PushButton id="PushButton19">
							<left>472px</left>
							<top>416px</top>
							<width>320px</width>
							<height>80px</height>
							<style>font-size:24pt;border-color:#000000;border-style:solid;border-width:3px</style>
							<caption>&lt;strong&gt;INGRESAR&lt;/strong&gt;</caption>
							<icon>glyphicon-log-in</icon>
							<kind>primary</kind>
							<click>neoPhpExecSql &quot;db1&quot; &quot;usuarios&quot; &quot;[Clave]&quot; &quot;Usuarios&quot;</click>
						</PushButton>
						<Headline id="Headline8">
							<left>224px</left>
							<top>272px</top>
							<width>568px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>INGRESE CLAVE DE ACCESO</text>
						</Headline>
						<Image id="Image7">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>144px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126.png</source>
						</Image>
						<Image id="Image8">
							<left>0px</left>
							<top>656px</top>
							<width>1024px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126a.png</source>
						</Image>
						<Headline id="Headline1">
							<left>400px</left>
							<top>24px</top>
							<width>608px</width>
							<height>56px</height>
							<style>color:#FFFFFF;font-weight:bold;text-align:right</style>
							<text>CONTROL DE RESERVAS</text>
						</Headline>
					</Components>
				</Page>
				<Page id="NuevoUsuario">
					<enter_effect>bounceIn</enter_effect>
					<exit_effect>bounceOut</exit_effect>
					<pageenter>FocusObject &quot;TextInput2&quot;</pageenter>
					<Components>
						<TextInput id="TextInput2">
							<left>424px</left>
							<top>176px</top>
							<width>584px</width>
							<height>90px</height>
							<style>color:#000000;font-size:36pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Nombre]</variable>
						</TextInput>
						<Image id="Image20">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>144px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126.png</source>
						</Image>
						<Image id="Image21">
							<left>0px</left>
							<top>656px</top>
							<width>1024px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126a.png</source>
						</Image>
						<Headline id="Headline11">
							<left>400px</left>
							<top>24px</top>
							<width>608px</width>
							<height>56px</height>
							<style>color:#FFFFFF;font-weight:bold;text-align:right</style>
							<text>INGRESO NUEVO USUARIO</text>
						</Headline>
						<Rectangle id="Rectangle1">
							<left>8px</left>
							<top>176px</top>
							<width>416px</width>
							<height>90px</height>
							<style>fill:#000000;stroke:black;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Headline id="Headline10">
							<left>14px</left>
							<top>199px</top>
							<width>408px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;vertical-align:middle;background-color:#000000</style>
							<text>NOMBRE Y APELLIDO</text>
						</Headline>
						<TextInput id="TextInput3">
							<left>424px</left>
							<top>272px</top>
							<width>584px</width>
							<height>90px</height>
							<style>color:#000000;font-size:36pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Telefono1]</variable>
						</TextInput>
						<Rectangle id="Rectangle2">
							<left>8px</left>
							<top>272px</top>
							<width>416px</width>
							<height>90px</height>
							<style>fill:#000000;stroke:black;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Headline id="Headline12">
							<left>14px</left>
							<top>295px</top>
							<width>408px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;vertical-align:middle;background-color:#000000</style>
							<text>TELEFONO 1</text>
						</Headline>
						<TextInput id="TextInput4">
							<left>424px</left>
							<top>368px</top>
							<width>584px</width>
							<height>90px</height>
							<style>color:#000000;font-size:36pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Telefono2]</variable>
						</TextInput>
						<Rectangle id="Rectangle3">
							<left>8px</left>
							<top>368px</top>
							<width>416px</width>
							<height>90px</height>
							<style>fill:#000000;stroke:black;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Headline id="Headline13">
							<left>14px</left>
							<top>391px</top>
							<width>408px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;vertical-align:middle;background-color:#000000</style>
							<text>TELEFONO 2</text>
						</Headline>
						<TextInput id="TextInput5">
							<left>424px</left>
							<top>464px</top>
							<width>584px</width>
							<height>90px</height>
							<style>color:#000000;font-size:36pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Email]</variable>
						</TextInput>
						<Rectangle id="Rectangle4">
							<left>8px</left>
							<top>464px</top>
							<width>416px</width>
							<height>90px</height>
							<style>fill:#000000;stroke:black;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Headline id="Headline14">
							<left>14px</left>
							<top>487px</top>
							<width>408px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;vertical-align:middle;background-color:#000000</style>
							<text>EMAIL</text>
						</Headline>
						<PushButton id="PushButton22">
							<left>688px</left>
							<top>664px</top>
							<width>320px</width>
							<height>80px</height>
							<style>font-size:24pt;border-color:#000000;border-style:solid;border-width:3px</style>
							<caption>&lt;strong&gt;INGRESAR&lt;/strong&gt;</caption>
							<icon>glyphicon-log-in</icon>
							<kind>primary</kind>
							<click>IsVarEmpty [Nombre] [EstadoNombre]
If [EstadoNombre] == false
   StrUpper &quot;[Nombre]&quot; [Nombre]
   StrLower &quot;[Email]&quot; &quot;[Email]&quot;
   neoPhpExecSql &quot;db1&quot; &quot;usuarioingreso&quot; &quot;[Nombre]::[Clave]::[Telefono1]::[Telefono2]::[Email]&quot; &quot;&quot;
   SetVar [Ca1] &quot;&quot;
   SetVar [Ca2] &quot;&quot;
   SetVar [Ca3] &quot;&quot;
   SetVar [Ca4] &quot;&quot;
   SetVar [Ca5] &quot;&quot;
   SetVar [Ca6] &quot;&quot;
   SetVar [Ca7] &quot;&quot;
   SetVar [Ca8] &quot;&quot;
   SetVar [Ca9] &quot;&quot;
   SetVar [Ca10] &quot;&quot;

   GotoPage &quot;NuevoUsuario2&quot;
else
  SetVar [Texto] &quot;DEBE INGRESAR NOMBRE Y APELLIDO, ES OBLIGATORIO&quot;
  SetVar [Pagina] &quot;NuevoUsuario&quot;
  GotoPage &quot;Mensaje2&quot;
endif</click>
						</PushButton>
					</Components>
				</Page>
				<Page id="NuevoUsuario2">
					<enter_effect>bounceIn</enter_effect>
					<exit_effect>bounceOut</exit_effect>
					<pageenter>FocusObject &quot;TextInput6&quot;</pageenter>
					<Components>
						<Image id="Image22">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>144px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126.png</source>
						</Image>
						<Image id="Image23">
							<left>0px</left>
							<top>656px</top>
							<width>1024px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126a.png</source>
						</Image>
						<Headline id="Headline15">
							<left>272px</left>
							<top>24px</top>
							<width>736px</width>
							<height>56px</height>
							<style>color:#FFFFFF;font-weight:bold;text-align:right</style>
							<text>INGRESO CASAS NUEVO USUARIO</text>
						</Headline>
						<PushButton id="PushButton23">
							<left>680px</left>
							<top>672px</top>
							<width>320px</width>
							<height>80px</height>
							<style>font-size:24pt;border-color:#000000;border-style:solid;border-width:3px</style>
							<caption>&lt;strong&gt;INGRESAR&lt;/strong&gt;</caption>
							<icon>glyphicon-log-in</icon>
							<kind>primary</kind>
							<click>IsVarEmpty [Ca1] [EstadoCa]
If [EstadoCa] == false
   StrUpper &quot;[Ca1]&quot; [Ca1]
   StrUpper &quot;[Ca2]&quot; [Ca2]
   StrUpper &quot;[Ca3]&quot; [Ca3]
   StrUpper &quot;[Ca4]&quot; [Ca4]
   StrUpper &quot;[Ca5]&quot; [Ca5]
   StrUpper &quot;[Ca6]&quot; [Ca6]
   StrUpper &quot;[Ca7]&quot; [Ca7]
   StrUpper &quot;[Ca8]&quot; [Ca8]
   StrUpper &quot;[Ca9]&quot; [Ca9]
   StrUpper &quot;[Ca10]&quot; [Ca10]

   neoPhpExecSql &quot;db1&quot; &quot;casaingreso&quot; &quot;[Nombre]::[Ca1]::[Ca2]::[Ca3]::[Ca4]::[Ca5]::[Ca6]::[Ca7]::[Ca8]::[Ca9]::[Ca10]&quot; &quot;&quot;
   GotoPage &quot;NuevoUsuario3&quot;
else
  SetVar [Texto] &quot;DEBE INGRESAR COMO MINIMO LA CASA NRO 1, PARA CONTINUAR&quot;
  SetVar [Pagina] &quot;NuevoUsuario2&quot;
  GotoPage &quot;Mensaje2&quot;
endif</click>
						</PushButton>
						<TextInput id="TextInput6">
							<left>48px</left>
							<top>230px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca1]</variable>
						</TextInput>
						<Headline id="Headline16">
							<left>48px</left>
							<top>184px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 1</text>
						</Headline>
						<TextInput id="TextInput7">
							<left>336px</left>
							<top>230px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca2]</variable>
						</TextInput>
						<Headline id="Headline17">
							<left>336px</left>
							<top>184px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 2</text>
						</Headline>
						<TextInput id="TextInput8">
							<left>624px</left>
							<top>230px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca3]</variable>
						</TextInput>
						<Headline id="Headline18">
							<left>624px</left>
							<top>184px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 3</text>
						</Headline>
						<TextInput id="TextInput9">
							<left>48px</left>
							<top>342px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca4]</variable>
						</TextInput>
						<Headline id="Headline19">
							<left>48px</left>
							<top>296px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 4</text>
						</Headline>
						<TextInput id="TextInput10">
							<left>336px</left>
							<top>342px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca5]</variable>
						</TextInput>
						<Headline id="Headline20">
							<left>336px</left>
							<top>296px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 5</text>
						</Headline>
						<TextInput id="TextInput11">
							<left>624px</left>
							<top>342px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca6]</variable>
						</TextInput>
						<Headline id="Headline21">
							<left>624px</left>
							<top>296px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 6</text>
						</Headline>
						<TextInput id="TextInput12">
							<left>48px</left>
							<top>454px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca7]</variable>
						</TextInput>
						<Headline id="Headline22">
							<left>48px</left>
							<top>408px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 7</text>
						</Headline>
						<TextInput id="TextInput13">
							<left>336px</left>
							<top>454px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca8]</variable>
						</TextInput>
						<Headline id="Headline23">
							<left>336px</left>
							<top>408px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 8</text>
						</Headline>
						<TextInput id="TextInput14">
							<left>624px</left>
							<top>454px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca9]</variable>
						</TextInput>
						<Headline id="Headline24">
							<left>624px</left>
							<top>408px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 9</text>
						</Headline>
						<TextInput id="TextInput15">
							<left>48px</left>
							<top>566px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca10]</variable>
						</TextInput>
						<Headline id="Headline25">
							<left>48px</left>
							<top>520px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 10</text>
						</Headline>
					</Components>
				</Page>
				<Page id="NuevoUsuario3">
					<enter_effect>bounceIn</enter_effect>
					<exit_effect>bounceOut</exit_effect>
					<pageenter>FocusObject &quot;TextInput6&quot;</pageenter>
					<Components>
						<Image id="Image26">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>144px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126.png</source>
						</Image>
						<Image id="Image27">
							<left>0px</left>
							<top>656px</top>
							<width>1024px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126a.png</source>
						</Image>
						<Headline id="Headline27">
							<left>272px</left>
							<top>24px</top>
							<width>736px</width>
							<height>56px</height>
							<style>color:#FFFFFF;font-weight:bold;text-align:right</style>
							<text>INGRESO DE PRECIOS</text>
						</Headline>
						<PushButton id="PushButton24">
							<left>680px</left>
							<top>672px</top>
							<width>320px</width>
							<height>80px</height>
							<style>font-size:24pt;border-color:#000000;border-style:solid;border-width:3px</style>
							<caption>&lt;strong&gt;INGRESAR&lt;/strong&gt;</caption>
							<icon>glyphicon-log-in</icon>
							<kind>primary</kind>
							<click>IsVarEmpty [Ca1] [EstadoCa]
If [EstadoCa] == false
   StrUpper &quot;[Ca1]&quot; [Ca1]
   StrUpper &quot;[Ca2]&quot; [Ca2]
   StrUpper &quot;[Ca3]&quot; [Ca3]
   StrUpper &quot;[Ca4]&quot; [Ca4]
   StrUpper &quot;[Ca5]&quot; [Ca5]
   StrUpper &quot;[Ca6]&quot; [Ca6]
   StrUpper &quot;[Ca7]&quot; [Ca7]
   StrUpper &quot;[Ca8]&quot; [Ca8]
   StrUpper &quot;[Ca9]&quot; [Ca9]
   StrUpper &quot;[Ca10]&quot; [Ca10]

   neoPhpExecSql &quot;db1&quot; &quot;casaingreso&quot; &quot;[Nombre]::[Ca1]::[Ca2]::[Ca3]::[Ca4]::[Ca5]::[Ca6]::[Ca7]::[Ca8]::[Ca9]::[Ca10]&quot; &quot;&quot;
   neoPhpExecSql &quot;db1&quot; &quot;usuarios&quot; &quot;[Clave]&quot; &quot;Usuarios&quot;
else
  SetVar [Texto] &quot;DEBE INGRESAR COMO MINIMO LA CASA NRO 1, PARA CONTINUAR&quot;
  SetVar [Pagina] &quot;NuevoUsuario2&quot;
  GotoPage &quot;Mensaje2&quot;
endif</click>
						</PushButton>
						<TextInput id="TextInput16">
							<left>40px</left>
							<top>230px</top>
							<width>184px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Precio1]</variable>
						</TextInput>
						<Headline id="Headline28">
							<left>40px</left>
							<top>184px</top>
							<width>184px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>PRECIO 1</text>
						</Headline>
						<TextInput id="TextInput17">
							<left>232px</left>
							<top>230px</top>
							<width>184px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Precio2]</variable>
						</TextInput>
						<Headline id="Headline29">
							<left>232px</left>
							<top>184px</top>
							<width>184px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>PRECIO 2</text>
						</Headline>
						<TextInput id="TextInput19">
							<left>376px</left>
							<top>582px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca4]</variable>
						</TextInput>
						<Headline id="Headline31">
							<left>376px</left>
							<top>536px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 4</text>
						</Headline>
						<TextInput id="TextInput20">
							<left>336px</left>
							<top>342px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca5]</variable>
						</TextInput>
						<Headline id="Headline32">
							<left>336px</left>
							<top>296px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 5</text>
						</Headline>
						<TextInput id="TextInput21">
							<left>624px</left>
							<top>342px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca6]</variable>
						</TextInput>
						<Headline id="Headline33">
							<left>624px</left>
							<top>296px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 6</text>
						</Headline>
						<TextInput id="TextInput22">
							<left>40px</left>
							<top>342px</top>
							<width>184px</width>
							<height>42px</height>
							<style>color:#000000;font-size:14pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca7]</variable>
						</TextInput>
						<Headline id="Headline34">
							<left>40px</left>
							<top>296px</top>
							<width>184px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>DETALLE 1</text>
						</Headline>
						<TextInput id="TextInput23">
							<left>336px</left>
							<top>454px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca8]</variable>
						</TextInput>
						<Headline id="Headline35">
							<left>336px</left>
							<top>408px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 8</text>
						</Headline>
						<TextInput id="TextInput24">
							<left>624px</left>
							<top>454px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca9]</variable>
						</TextInput>
						<Headline id="Headline36">
							<left>624px</left>
							<top>408px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 9</text>
						</Headline>
						<TextInput id="TextInput25">
							<left>48px</left>
							<top>566px</top>
							<width>280px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Ca10]</variable>
						</TextInput>
						<Headline id="Headline37">
							<left>48px</left>
							<top>520px</top>
							<width>280px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>CASA 10</text>
						</Headline>
						<TextInput id="TextInput18">
							<left>424px</left>
							<top>230px</top>
							<width>184px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Precio3]</variable>
						</TextInput>
						<Headline id="Headline30">
							<left>424px</left>
							<top>184px</top>
							<width>184px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>PRECIO 3</text>
						</Headline>
						<TextInput id="TextInput26">
							<left>616px</left>
							<top>230px</top>
							<width>184px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Precio4]</variable>
						</TextInput>
						<Headline id="Headline38">
							<left>616px</left>
							<top>184px</top>
							<width>184px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>PRECIO 4</text>
						</Headline>
						<TextInput id="TextInput27">
							<left>808px</left>
							<top>230px</top>
							<width>184px</width>
							<height>58px</height>
							<style>color:#000000;font-size:24pt;font-weight:bold;background-color:#00FF00;border-color:#000000;border-width:3px</style>
							<variable>[Precio5]</variable>
						</TextInput>
						<Headline id="Headline39">
							<left>808px</left>
							<top>184px</top>
							<width>184px</width>
							<height>48px</height>
							<style>color:#FFFFFF;text-align:center;background-color:#000000</style>
							<text>PRECIO 5</text>
						</Headline>
					</Components>
				</Page>
				<Page id="MenuPrincipal">
					<style>background-color:#FFFFFF</style>
					<enter_effect>fadeIn</enter_effect>
					<exit_effect>fadeOut</exit_effect>
					<pageenter>If [UsuarioRemoto] &gt; &quot;&quot;

else
  SetVar [Pass] &quot;&quot;
  SetVar [User] &quot;&quot;
  GotoPage &quot;Ingreso&quot;
endif</pageenter>
					<Components>
						<Image id="Image5">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>144px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126.png</source>
						</Image>
						<PushButton id="PushButton1">
							<left>160px</left>
							<top>272px</top>
							<width>720px</width>
							<height>104px</height>
							<style>font-size:32pt;border-color:#000000;border-width:3px</style>
							<caption>RESERVAS</caption>
							<icon>glyphicon-list</icon>
							<kind>primary</kind>
							<click>.Calculando años
Math &quot;[NAB.Year]+1&quot; 0 [A2]
Math &quot;[NAB.Year]+2&quot; 0 [A3]
Math &quot;[NAB.Year]+3&quot; 0 [A4]
SetVar [A1] [NAB.Year]

SetVar [Pagina] &quot;MenuPrincipal&quot;
SetVar [Opcion] &quot;ReservasVer&quot;
SetVar [PrimeraVez] 0

GotoPage &quot;ReservasSeleccionAno&quot;</click>
						</PushButton>
						<PushButton id="PushButton2">
							<left>160px</left>
							<top>400px</top>
							<width>720px</width>
							<height>104px</height>
							<style>font-size:32pt;border-color:#000000;border-width:3px</style>
							<caption>CONSULTAS</caption>
							<icon>glyphicon-search</icon>
							<kind>primary</kind>
							<click>GotoPage &quot;Consultas&quot;</click>
						</PushButton>
						<Headline id="Headline7">
							<left>624px</left>
							<top>24px</top>
							<width>392px</width>
							<height>56px</height>
							<style>color:#FFFFFF;text-align:right</style>
							<text>&lt;strong&gt;[UsuarioRemoto]&lt;/strong&gt;</text>
						</Headline>
						<Image id="Image6">
							<left>0px</left>
							<top>656px</top>
							<width>1024px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126a.png</source>
						</Image>
						<Image id="Image9">
							<left>888px</left>
							<top>632px</top>
							<width>120px</width>
							<height>120px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Alpha Dista Icon 050901.png</source>
							<click>SetVar [Clave] &quot;&quot;
FocusObject &quot;TextInput1&quot;
GotoPage &quot;Ingreso&quot;</click>
						</Image>
					</Components>
				</Page>
				<Page id="ReservasSeleccionAno">
					<style>background-color:#FFFFFF</style>
					<enter_effect>fadeIn</enter_effect>
					<exit_effect>fadeOut</exit_effect>
					<pageenter>If [UsuarioRemoto] &gt; &quot;&quot;

else
  SetVar [Pass] &quot;&quot;
  SetVar [User] &quot;&quot;
  GotoPage &quot;Ingreso&quot;
endif</pageenter>
					<Components>
						<PushButton id="PushButton3">
							<left>200px</left>
							<top>192px</top>
							<width>304px</width>
							<height>192px</height>
							<style>font-size:32pt;border-color:#000000;border-width:3px</style>
							<caption>[A1]</caption>
							<kind>primary</kind>
							<click>SetVar [Ano] [A1]
GotoPage &quot;ReservasSeleccionMes&quot;</click>
						</PushButton>
						<PushButton id="PushButton4">
							<left>528px</left>
							<top>192px</top>
							<width>304px</width>
							<height>192px</height>
							<style>font-size:32pt;border-color:#000000;border-width:3px</style>
							<caption>[A2]</caption>
							<kind>primary</kind>
							<click>SetVar [Ano] [A2]
GotoPage &quot;ReservasSeleccionMes&quot;</click>
						</PushButton>
						<PushButton id="PushButton5">
							<left>200px</left>
							<top>400px</top>
							<width>304px</width>
							<height>192px</height>
							<style>font-size:32pt;border-color:#000000;border-width:3px</style>
							<caption>[A3]</caption>
							<kind>primary</kind>
							<click>SetVar [Ano] [A3]
GotoPage &quot;ReservasSeleccionMes&quot;</click>
						</PushButton>
						<PushButton id="PushButton6">
							<left>528px</left>
							<top>400px</top>
							<width>304px</width>
							<height>192px</height>
							<style>font-size:32pt;border-color:#000000;border-width:3px</style>
							<caption>[A4]</caption>
							<kind>primary</kind>
							<click>SetVar [Ano] [A4]
GotoPage &quot;ReservasSeleccionMes&quot;</click>
						</PushButton>
						<Image id="Image1">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>144px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126.png</source>
						</Image>
						<Headline id="Headline2">
							<left>616px</left>
							<top>24px</top>
							<width>392px</width>
							<height>56px</height>
							<style>color:#FFFFFF;font-weight:bold;text-align:right</style>
							<text>SELECCIONE ANO</text>
						</Headline>
						<Image id="Image2">
							<left>0px</left>
							<top>656px</top>
							<width>1024px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126a.png</source>
						</Image>
						<Image id="Image10">
							<left>896px</left>
							<top>640px</top>
							<width>112px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\1146194_thumb.png</source>
							<click>GotoPage &quot;[Pagina]&quot;</click>
						</Image>
					</Components>
				</Page>
				<Page id="ReservasSeleccionMes">
					<style>background-color:#FFFFFF</style>
					<enter_effect>fadeIn</enter_effect>
					<exit_effect>fadeOut</exit_effect>
					<pageenter>If [UsuarioRemoto] &gt; &quot;&quot;

else
  SetVar [Pass] &quot;&quot;
  SetVar [User] &quot;&quot;
  GotoPage &quot;Ingreso&quot;
endif</pageenter>
					<Components>
						<PushButton id="PushButton7">
							<left>72px</left>
							<top>264px</top>
							<width>216px</width>
							<height>72px</height>
							<style>font-size:22pt;border-color:#000000;border-width:3px</style>
							<caption>ENERO</caption>
							<kind>primary</kind>
							<click>SetVar [MesNumero] 01
SetVar [MesNombre] &quot;Enero&quot;

If [Opcion] == &quot;ReservasVer&quot;
   .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetVar [CasaBusqueda] &quot;[Casa1]&quot;
    .Busqueda de Reservas de ese mes determinado
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;
endif



If [Opcion] == &quot;ReservasMesDeterminado&quot;
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;consultareservasver&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasMesDeterminado&quot;
endif



If [Opcion] == &quot;ReservasMesDeterminado&quot;
  If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif

    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;totalmes&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasMesDeterminado&quot;
endif</click>
						</PushButton>
						<PushButton id="PushButton8">
							<left>296px</left>
							<top>264px</top>
							<width>216px</width>
							<height>72px</height>
							<style>font-size:22pt;border-color:#000000;border-width:3px</style>
							<caption>FEBRERO</caption>
							<kind>primary</kind>
							<click>SetVar [MesNumero] 02
SetVar [MesNombre] &quot;Febrero&quot;


If [Opcion] == &quot;ReservasVer&quot;
   .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetVar [CasaBusqueda] &quot;[Casa1]&quot;
    .Busqueda de Reservas de ese mes determinado
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;
endif



If [Opcion] == &quot;ReservasMesDeterminado&quot;
  If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif

    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;totalmes&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasMesDeterminado&quot;
endif</click>
						</PushButton>
						<PushButton id="PushButton9">
							<left>520px</left>
							<top>264px</top>
							<width>216px</width>
							<height>72px</height>
							<style>font-size:22pt;border-color:#000000;border-width:3px</style>
							<caption>MARZO</caption>
							<kind>primary</kind>
							<click>SetVar [MesNumero] 03
SetVar [MesNombre] &quot;Marzo&quot;

If [Opcion] == &quot;ReservasVer&quot;
   .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetVar [CasaBusqueda] &quot;[Casa1]&quot;
    .Busqueda de Reservas de ese mes determinado
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;
endif




If [Opcion] == &quot;ReservasMesDeterminado&quot;
  If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif

    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;totalmes&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasMesDeterminado&quot;
endif</click>
						</PushButton>
						<PushButton id="PushButton10">
							<left>744px</left>
							<top>264px</top>
							<width>216px</width>
							<height>72px</height>
							<style>font-size:22pt;border-color:#000000;border-width:3px</style>
							<caption>ABRIL</caption>
							<kind>primary</kind>
							<click>SetVar [MesNumero] 04
SetVar [MesNombre] &quot;Abril&quot;

If [Opcion] == &quot;ReservasVer&quot;
   .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetVar [CasaBusqueda] &quot;[Casa1]&quot;
    .Busqueda de Reservas de ese mes determinado
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;
endif




If [Opcion] == &quot;ReservasMesDeterminado&quot;
  If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif

    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;totalmes&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasMesDeterminado&quot;
endif</click>
						</PushButton>
						<PushButton id="PushButton11">
							<left>72px</left>
							<top>344px</top>
							<width>216px</width>
							<height>72px</height>
							<style>font-size:22pt;border-color:#000000;border-width:3px</style>
							<caption>MAYO</caption>
							<kind>primary</kind>
							<click>SetVar [MesNumero] 05
SetVar [MesNombre] &quot;Mayo&quot;

If [Opcion] == &quot;ReservasVer&quot;
   .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetVar [CasaBusqueda] &quot;[Casa1]&quot;
    .Busqueda de Reservas de ese mes determinado
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;
endif





If [Opcion] == &quot;ReservasMesDeterminado&quot;
  If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif

    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;totalmes&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasMesDeterminado&quot;
endif</click>
						</PushButton>
						<PushButton id="PushButton12">
							<left>296px</left>
							<top>344px</top>
							<width>216px</width>
							<height>72px</height>
							<style>font-size:22pt;border-color:#000000;border-width:3px</style>
							<caption>JUNIO</caption>
							<kind>primary</kind>
							<click>SetVar [MesNumero] 06
SetVar [MesNombre] &quot;Junio&quot;

If [Opcion] == &quot;ReservasVer&quot;
   .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetVar [CasaBusqueda] &quot;[Casa1]&quot;
    .Busqueda de Reservas de ese mes determinado
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;
endif




If [Opcion] == &quot;ReservasMesDeterminado&quot;
  If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif

    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;totalmes&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasMesDeterminado&quot;
endif</click>
						</PushButton>
						<PushButton id="PushButton13">
							<left>520px</left>
							<top>344px</top>
							<width>216px</width>
							<height>72px</height>
							<style>font-size:22pt;border-color:#000000;border-width:3px</style>
							<caption>JULIO</caption>
							<kind>primary</kind>
							<click>SetVar [MesNumero] 07
SetVar [MesNombre] &quot;Julio&quot;

If [Opcion] == &quot;ReservasVer&quot;
   .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetVar [CasaBusqueda] &quot;[Casa1]&quot;
    .Busqueda de Reservas de ese mes determinado
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;
endif



If [Opcion] == &quot;ReservasMesDeterminado&quot;
  If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif

    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;totalmes&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasMesDeterminado&quot;
endif</click>
						</PushButton>
						<PushButton id="PushButton14">
							<left>744px</left>
							<top>344px</top>
							<width>216px</width>
							<height>72px</height>
							<style>font-size:22pt;border-color:#000000;border-width:3px</style>
							<caption>AGOSTO</caption>
							<kind>primary</kind>
							<click>SetVar [MesNumero] 08
SetVar [MesNombre] &quot;Agosto&quot;

If [Opcion] == &quot;ReservasVer&quot;
   .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetVar [CasaBusqueda] &quot;[Casa1]&quot;
    .Busqueda de Reservas de ese mes determinado
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;
endif




If [Opcion] == &quot;ReservasMesDeterminado&quot;
  If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif

    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;totalmes&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasMesDeterminado&quot;
endif</click>
						</PushButton>
						<PushButton id="PushButton15">
							<left>72px</left>
							<top>424px</top>
							<width>216px</width>
							<height>80px</height>
							<style>font-size:22pt;border-color:#000000;border-width:3px</style>
							<caption>SEPTIEMBRE</caption>
							<kind>primary</kind>
							<click>SetVar [MesNumero] 09
SetVar [MesNombre] &quot;Septiembre&quot;

If [Opcion] == &quot;ReservasVer&quot;
   .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetVar [CasaBusqueda] &quot;[Casa1]&quot;
    .Busqueda de Reservas de ese mes determinado
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;
endif




If [Opcion] == &quot;ReservasMesDeterminado&quot;
  If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif

    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;totalmes&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasMesDeterminado&quot;
endif</click>
						</PushButton>
						<PushButton id="PushButton16">
							<left>296px</left>
							<top>424px</top>
							<width>216px</width>
							<height>80px</height>
							<style>font-size:22pt;border-color:#000000;border-width:3px</style>
							<caption>OCTUBRE</caption>
							<kind>primary</kind>
							<click>SetVar [MesNumero] 10
SetVar [MesNombre] &quot;Octubre&quot;

If [Opcion] == &quot;ReservasVer&quot;
   .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetVar [CasaBusqueda] &quot;[Casa1]&quot;
    .Busqueda de Reservas de ese mes determinado
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;
endif





If [Opcion] == &quot;ReservasMesDeterminado&quot;
  If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif

    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;totalmes&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasMesDeterminado&quot;
endif</click>
						</PushButton>
						<PushButton id="PushButton17">
							<left>520px</left>
							<top>424px</top>
							<width>216px</width>
							<height>80px</height>
							<style>font-size:22pt;border-color:#000000;border-width:3px</style>
							<caption>NOVIEMBRE</caption>
							<kind>primary</kind>
							<click>SetVar [MesNumero] 11
SetVar [MesNombre] &quot;Noviembre&quot;

If [Opcion] == &quot;ReservasVer&quot;
   .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetVar [CasaBusqueda] &quot;[Casa1]&quot;
    .Busqueda de Reservas de ese mes determinado
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;
endif




If [Opcion] == &quot;ReservasMesDeterminado&quot;
  If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif

    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;totalmes&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasMesDeterminado&quot;
endif</click>
						</PushButton>
						<PushButton id="PushButton18">
							<left>744px</left>
							<top>424px</top>
							<width>216px</width>
							<height>80px</height>
							<style>font-size:22pt;border-color:#000000;border-width:3px</style>
							<caption>DICIEMBRE</caption>
							<kind>primary</kind>
							<click>SetVar [MesNumero] 12
SetVar [MesNombre] &quot;Diciembre&quot;

If [Opcion] == &quot;ReservasVer&quot;
   .Definiendo cuantos dias tiene el mes
    If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif
    SetVar [CasaBusqueda] &quot;[Casa1]&quot;
    .Busqueda de Reservas de ese mes determinado
    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;
endif




If [Opcion] == &quot;ReservasMesDeterminado&quot;
  If [MesNumero] == 01
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 02
      SetVar [CantDias] 28
    endif
    If [MesNumero] == 03
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 04
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 05
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 06
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 07
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 08
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 09
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 10
      SetVar [CantDias] 31
    endif
    If [MesNumero] == 11
      SetVar [CantDias] 30
    endif
    If [MesNumero] == 12
      SetVar [CantDias] 31
    endif

    DeleteVar [Fecha1]
    DeleteVar [Fecha2]
    SetCompVar &quot;[Fecha1]&quot; &quot;[Ano]-[MesNumero]-01&quot;
    SetCompVar &quot;[Fecha2]&quot; &quot;[Ano]-[MesNumero]-[CantDias]&quot;
    neoPhpExecSql &quot;db1&quot; &quot;totalmes&quot; &quot;[Fecha1]::[Fecha2]::[UsuarioRemoto]&quot; &quot;ReservasMesDeterminado&quot;
endif</click>
						</PushButton>
						<Headline id="Headline4">
							<left>408px</left>
							<top>104px</top>
							<width>152px</width>
							<height>48px</height>
							<style>color:#FFFFFF</style>
							<text>[Ano]</text>
						</Headline>
						<Image id="Image11">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>144px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126.png</source>
						</Image>
						<Headline id="Headline3">
							<left>312px</left>
							<top>24px</top>
							<width>696px</width>
							<height>56px</height>
							<style>color:#FFFFFF;font-weight:bold;text-align:right</style>
							<text>MES DEL ANO [Ano]</text>
						</Headline>
						<Image id="Image12">
							<left>0px</left>
							<top>656px</top>
							<width>1024px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126a.png</source>
						</Image>
						<Image id="Image13">
							<left>896px</left>
							<top>640px</top>
							<width>112px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\1146194_thumb.png</source>
							<click>GotoPage &quot;[Pagina]&quot;</click>
						</Image>
					</Components>
				</Page>
				<Page id="ReservasVer">
					<style>background-color:#FFFFFF</style>
					<enter_effect>fadeIn</enter_effect>
					<exit_effect>fadeOut</exit_effect>
					<pageenter>If &quot;[Cliente1]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d1&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d1&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d1&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente2]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d2&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d2&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d2&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente3]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d3&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d3&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d3&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente4]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d4&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d4&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d4&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente5]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d5&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d5&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d5&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente6]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d6&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d6&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d6&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente7]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d7&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d7&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d7&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif


If &quot;[Cliente8]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d8&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d8&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d8&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente9]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d9&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d9&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d9&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif


If &quot;[Cliente10]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d10&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d10&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d10&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente11]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d11&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d11&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d11&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente12]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d12&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d12&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d12&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente13]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d13&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d13&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d13&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente14]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d14&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d14&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d14&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente15]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d15&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d15&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d15&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente16]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d16&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d16&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d16&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente17]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d17&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d17&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d17&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente18]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d18&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d18&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d18&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente19]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d19&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d19&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d19&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente20]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d20&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d20&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d20&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente21]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d21&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d21&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d21&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente22]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d22&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d22&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d22&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente23]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d23&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d23&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d23&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente24]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d24&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d24&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d24&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente25]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d25&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d25&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d25&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente26]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d26&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d26&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d26&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente27]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d27&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d27&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d27&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente28]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d28&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d28&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d28&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente29]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d29&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d29&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d29&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente30]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d30&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d30&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d30&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif

If &quot;[Cliente31]&quot; &gt; &quot; &quot;
   RemoveClass &quot;d31&quot; &quot;btn-default&quot;
   SetObjectStyle &quot;d31&quot; &quot;background&quot; &quot;#FF0000&quot;
   SetObjectStyle &quot;d31&quot; &quot;color&quot; &quot;#FFFFFF&quot;
endif



If [UsuarioRemoto] &gt; &quot;&quot;

else
  SetVar [Pass] &quot;&quot;
  SetVar [User] &quot;&quot;
  GotoPage &quot;Ingreso&quot;
endif</pageenter>
					<Components>
						<PushButton id="d1">
							<left>8px</left>
							<top>288px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>1&lt;br&gt;[Cliente1]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="Ca1">
							<left>8px</left>
							<top>192px</top>
							<width>160px</width>
							<height>48px</height>
							<style>color:#000000;font-size:14pt;border-color:#000000;border-width:3px</style>
							<caption>[Casa1]</caption>
							<kind>info</kind>
							<click>SetVar [CasaBusqueda] &quot;[Casa1]&quot;
SetVar [NumeroCasa] 1

.Pintando Casa seleccionada
Loop 1 10 [x]
   If [x] != [NumeroCasa]
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0392CE&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#000000&quot;
   else
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0000FF&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#FFFFFF&quot;
   endif
   If [x] == 0
     exitloop
   endif
endloop

neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;</click>
						</PushButton>
						<PushButton id="Ca2">
							<left>176px</left>
							<top>192px</top>
							<width>160px</width>
							<height>48px</height>
							<style>color:#000000;font-size:14pt;border-color:#000000;border-width:3px</style>
							<caption>[Casa2]</caption>
							<kind>info</kind>
							<click>SetVar [CasaBusqueda] &quot;[Casa2]&quot;
SetVar [NumeroCasa] 2

.Pintando Casa seleccionada
Loop 1 10 [x]
   If [x] != [NumeroCasa]
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0392CE&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#000000&quot;
   else
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0000FF&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#FFFFFF&quot;
   endif
   If [x] == 0
     exitloop
   endif
endloop

neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;</click>
						</PushButton>
						<PushButton id="Ca3">
							<left>344px</left>
							<top>192px</top>
							<width>160px</width>
							<height>48px</height>
							<style>color:#000000;font-size:14pt;border-color:#000000;border-width:3px</style>
							<caption>[Casa3]</caption>
							<kind>info</kind>
							<click>SetVar [CasaBusqueda] &quot;[Casa3]&quot;
SetVar [NumeroCasa] 3

.Pintando Casa seleccionada
Loop 1 10 [x]
   If [x] != [NumeroCasa]
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0392CE&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#000000&quot;
   else
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0000FF&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#FFFFFF&quot;
   endif
   If [x] == 0
     exitloop
   endif
endloop

neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;</click>
						</PushButton>
						<PushButton id="Ca4">
							<left>512px</left>
							<top>192px</top>
							<width>160px</width>
							<height>48px</height>
							<style>color:#000000;font-size:14pt;border-color:#000000;border-width:3px</style>
							<caption>[Casa4]</caption>
							<kind>info</kind>
							<click>SetVar [CasaBusqueda] &quot;[Casa4]&quot;
SetVar [NumeroCasa] 4

.Pintando Casa seleccionada
Loop 1 10 [x]
   If [x] != [NumeroCasa]
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0392CE&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#000000&quot;
   else
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0000FF&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#FFFFFF&quot;
   endif
   If [x] == 0
     exitloop
   endif
endloop

neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;</click>
						</PushButton>
						<PushButton id="Ca5">
							<left>680px</left>
							<top>192px</top>
							<width>160px</width>
							<height>48px</height>
							<style>color:#000000;font-size:14pt;border-color:#000000;border-width:3px</style>
							<caption>[Casa5]</caption>
							<kind>info</kind>
							<click>SetVar [CasaBusqueda] &quot;[Casa5]&quot;
SetVar [NumeroCasa] 5

.Pintando Casa seleccionada
Loop 1 10 [x]
   If [x] != [NumeroCasa]
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0392CE&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#000000&quot;
   else
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0000FF&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#FFFFFF&quot;
   endif
   If [x] == 0
     exitloop
   endif
endloop

neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;</click>
						</PushButton>
						<PushButton id="d2">
							<left>152px</left>
							<top>288px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>2&lt;br&gt;[Cliente2]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d3">
							<left>296px</left>
							<top>288px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>3&lt;br&gt;[Cliente3]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d4">
							<left>440px</left>
							<top>288px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>4&lt;br&gt;[Cliente4]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d5">
							<left>584px</left>
							<top>288px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>5&lt;br&gt;[Cliente05]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d6">
							<left>728px</left>
							<top>288px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>6&lt;br&gt;[Cliente06]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d7">
							<left>872px</left>
							<top>288px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>7&lt;br&gt;[Cliente07]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d8">
							<left>8px</left>
							<top>368px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>8&lt;br&gt;[Cliente08]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d9">
							<left>152px</left>
							<top>368px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>9&lt;br&gt;[Cliente09]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d10">
							<left>296px</left>
							<top>368px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>10&lt;br&gt;[Cliente10]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d11">
							<left>440px</left>
							<top>368px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>11&lt;br&gt;[Cliente11]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d12">
							<left>584px</left>
							<top>368px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>12&lt;br&gt;[Cliente12]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d13">
							<left>728px</left>
							<top>368px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>13&lt;br&gt;[Cliente13]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d14">
							<left>872px</left>
							<top>368px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>14&lt;br&gt;[Cliente14]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d15">
							<left>8px</left>
							<top>448px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>15&lt;br&gt;[Cliente15]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d16">
							<left>152px</left>
							<top>448px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>16&lt;br&gt;[Cliente16]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d17">
							<left>296px</left>
							<top>448px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>17&lt;br&gt;[Cliente17]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d18">
							<left>440px</left>
							<top>448px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>18&lt;br&gt;[Cliente18]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d19">
							<left>584px</left>
							<top>448px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>19&lt;br&gt;[Cliente19]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d20">
							<left>728px</left>
							<top>448px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>20&lt;br&gt;[Cliente20]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d21">
							<left>872px</left>
							<top>448px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>21&lt;br&gt;[Cliente21]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d22">
							<left>8px</left>
							<top>528px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>22&lt;br&gt;[Cliente22]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d23">
							<left>152px</left>
							<top>528px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>23&lt;br&gt;[Cliente23]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d24">
							<left>296px</left>
							<top>528px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>24&lt;br&gt;[Cliente24]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d25">
							<left>440px</left>
							<top>528px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>25&lt;br&gt;[Cliente25]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d26">
							<left>584px</left>
							<top>528px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>26&lt;br&gt;[Cliente26]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d27">
							<left>728px</left>
							<top>528px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>27&lt;br&gt;[Cliente27]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d28">
							<left>872px</left>
							<top>528px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>28&lt;br&gt;[Cliente28]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d29">
							<left>8px</left>
							<top>608px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>29&lt;br&gt;[Cliente29]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d30">
							<left>152px</left>
							<top>608px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>30&lt;br&gt;[Cliente30]</caption>
							<kind>success</kind>
						</PushButton>
						<PushButton id="d31">
							<left>296px</left>
							<top>608px</top>
							<width>136px</width>
							<height>72px</height>
							<style>font-size:12pt;font-weight:bold;border-color:#000000;border-width:3px</style>
							<caption>31&lt;br&gt;[Cliente31]</caption>
							<kind>success</kind>
						</PushButton>
						<Image id="Image14">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>144px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126.png</source>
						</Image>
						<Headline id="Headline5">
							<left>312px</left>
							<top>24px</top>
							<width>696px</width>
							<height>56px</height>
							<style>color:#FFFFFF;font-weight:bold;text-align:right</style>
							<text>[MesNombre] del  [Ano]</text>
						</Headline>
						<Image id="Image15">
							<left>0px</left>
							<top>656px</top>
							<width>1024px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126a.png</source>
						</Image>
						<Image id="Image16">
							<left>896px</left>
							<top>640px</top>
							<width>112px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\1146194_thumb.png</source>
							<click>GotoPage &quot;MenuPrincipal&quot;</click>
						</Image>
						<PushButton id="Ca6">
							<left>848px</left>
							<top>192px</top>
							<width>160px</width>
							<height>48px</height>
							<style>color:#000000;font-size:14pt;border-color:#000000;border-width:3px</style>
							<caption>[Casa6]</caption>
							<kind>info</kind>
							<click>SetVar [CasaBusqueda] &quot;[Casa6]&quot;
SetVar [NumeroCasa] 6

.Pintando Casa seleccionada
Loop 1 10 [x]
   If [x] != [NumeroCasa]
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0392CE&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#000000&quot;
   else
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0000FF&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#FFFFFF&quot;
   endif
   If [x] == 0
     exitloop
   endif
endloop

neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;</click>
						</PushButton>
						<PushButton id="Ca7">
							<left>848px</left>
							<top>136px</top>
							<width>160px</width>
							<height>48px</height>
							<style>color:#000000;font-size:14pt;border-color:#000000;border-width:3px</style>
							<caption>[Casa7]</caption>
							<kind>info</kind>
							<click>SetVar [CasaBusqueda] &quot;[Casa7]&quot;
SetVar [NumeroCasa] 7

.Pintando Casa seleccionada
Loop 1 10 [x]
   If [x] != [NumeroCasa]
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0392CE&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#000000&quot;
   else
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0000FF&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#FFFFFF&quot;
   endif
   If [x] == 0
     exitloop
   endif
endloop

neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;</click>
						</PushButton>
						<PushButton id="Ca8">
							<left>680px</left>
							<top>136px</top>
							<width>160px</width>
							<height>48px</height>
							<style>color:#000000;font-size:14pt;border-color:#000000;border-width:3px</style>
							<caption>[Casa8]</caption>
							<kind>info</kind>
							<click>SetVar [CasaBusqueda] &quot;[Casa8]&quot;
SetVar [NumeroCasa] 8

.Pintando Casa seleccionada
Loop 1 10 [x]
   If [x] != [NumeroCasa]
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0392CE&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#000000&quot;
   else
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0000FF&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#FFFFFF&quot;
   endif
   If [x] == 0
     exitloop
   endif
endloop

neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;</click>
						</PushButton>
						<PushButton id="Ca9">
							<left>512px</left>
							<top>136px</top>
							<width>160px</width>
							<height>48px</height>
							<style>color:#000000;font-size:14pt;border-color:#000000;border-width:3px</style>
							<caption>[Casa9]</caption>
							<kind>info</kind>
							<click>SetVar [CasaBusqueda] &quot;[Casa9]&quot;
SetVar [NumeroCasa] 9

.Pintando Casa seleccionada
Loop 1 10 [x]
   If [x] != [NumeroCasa]
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0392CE&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#000000&quot;
   else
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0000FF&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#FFFFFF&quot;
   endif
   If [x] == 0
     exitloop
   endif
endloop

neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;</click>
						</PushButton>
						<PushButton id="Ca10">
							<left>344px</left>
							<top>136px</top>
							<width>160px</width>
							<height>48px</height>
							<style>color:#000000;font-size:14pt;border-color:#000000;border-width:3px</style>
							<caption>[Casa10]</caption>
							<kind>info</kind>
							<click>SetVar [CasaBusqueda] &quot;[Casa10]&quot;
SetVar [NumeroCasa] 10

.Pintando Casa seleccionada
Loop 1 10 [x]
   If [x] != [NumeroCasa]
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0392CE&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#000000&quot;
   else
     RemoveClass &quot;Ca[x]&quot; &quot;btn-default&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;background&quot; &quot;#0000FF&quot;
     SetObjectStyle &quot;Ca[x]&quot; &quot;color&quot; &quot;#FFFFFF&quot;
   endif
   If [x] == 0
     exitloop
   endif
endloop

neoPhpExecSql &quot;db1&quot; &quot;reservas&quot; &quot;[Fecha1]::[Fecha2]::[CasaBusqueda]::[UsuarioRemoto]&quot; &quot;BusquedaReservas&quot;</click>
						</PushButton>
					</Components>
				</Page>
				<Page id="Consultas">
					<style>background-color:#FFFFFF</style>
					<enter_effect>fadeIn</enter_effect>
					<exit_effect>fadeOut</exit_effect>
					<pageenter>If [UsuarioRemoto] &gt; &quot;&quot;

else
  SetVar [Pass] &quot;&quot;
  SetVar [User] &quot;&quot;
  GotoPage &quot;Ingreso&quot;
endif</pageenter>
					<Components>
						<Image id="Image3">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>144px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126.png</source>
						</Image>
						<PushButton id="PushButton20">
							<left>160px</left>
							<top>272px</top>
							<width>720px</width>
							<height>104px</height>
							<style>font-size:28pt;border-color:#000000;border-width:3px</style>
							<caption>RESERVAS MES DETERMINADO</caption>
							<icon>glyphicon-list</icon>
							<kind>primary</kind>
							<click>.Calculando años
Math &quot;[NAB.Year]+1&quot; 0 [A2]
Math &quot;[NAB.Year]+2&quot; 0 [A3]
Math &quot;[NAB.Year]+3&quot; 0 [A4]
SetVar [A1] [NAB.Year]

SetVar [Pagina] &quot;Consultas&quot;
SetVar [Opcion] &quot;ReservasMesDeterminado&quot;
GotoPage &quot;ReservasSeleccionAno&quot;</click>
						</PushButton>
						<PushButton id="PushButton21">
							<left>160px</left>
							<top>400px</top>
							<width>720px</width>
							<height>104px</height>
							<style>font-size:28pt;border-color:#000000;border-width:3px</style>
							<caption>RESERVAS ELIMINADAS</caption>
							<icon>glyphicon-trash</icon>
							<kind>primary</kind>
						</PushButton>
						<Headline id="Headline6">
							<left>624px</left>
							<top>24px</top>
							<width>384px</width>
							<height>56px</height>
							<style>color:#FFFFFF;font-weight:bold;text-align:right</style>
							<text>CONSULTAS</text>
						</Headline>
						<Image id="Image4">
							<left>0px</left>
							<top>656px</top>
							<width>1024px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126a.png</source>
						</Image>
						<Image id="Image18">
							<left>856px</left>
							<top>624px</top>
							<width>136px</width>
							<height>104px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\atras.png</source>
							<click>GotoPage &quot;MenuPrincipal&quot;</click>
						</Image>
					</Components>
				</Page>
				<Page id="ConsultasVer">
					<style>background-color:#FFFFFF</style>
					<enter_effect>fadeIn</enter_effect>
					<exit_effect>fadeOut</exit_effect>
					<pageenter>If [UsuarioRemoto] &gt; &quot;&quot;

else
  SetVar [Pass] &quot;&quot;
  SetVar [User] &quot;&quot;
  GotoPage &quot;Ingreso&quot;
endif</pageenter>
					<Components>
						<Rectangle id="Rectangle5">
							<left>717px</left>
							<top>87px</top>
							<width>289px</width>
							<height>86px</height>
							<style>fill:#008000;stroke:black;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Image id="Image28">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>144px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126.png</source>
						</Image>
						<Headline id="Headline40">
							<left>83px</left>
							<top>19px</top>
							<width>925px</width>
							<height>56px</height>
							<style>color:#FFFFFF;font-weight:bold;text-align:right</style>
							<text>[CantidadReservas] Reservas en  [MesNombre] del [Ano]</text>
						</Headline>
						<Image id="Image29">
							<left>0px</left>
							<top>656px</top>
							<width>1024px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126a.png</source>
						</Image>
						<Image id="Image30">
							<left>856px</left>
							<top>624px</top>
							<width>136px</width>
							<height>104px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\atras.png</source>
							<click>GotoPage &quot;MenuPrincipal&quot;</click>
						</Image>
						<Headline id="Headline41">
							<left>722px</left>
							<top>118px</top>
							<width>276px</width>
							<height>56px</height>
							<style>color:#FFFFFF;font-weight:bold;text-align:center</style>
							<text>$[total]</text>
						</Headline>
						<Image id="Image31">
							<left>720px</left>
							<top>624px</top>
							<width>104px</width>
							<height>104px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Pdf.png</source>
							<click>SetVar [Pos] 10

neoPdfInit &quot;Reservas&quot; &quot;A4&quot; &quot;portrait&quot;
neoPdfDisplayMode &quot;Reservas&quot; &quot;continuous&quot; &quot;FullScreen&quot;

neoPdfFont &quot;Reservas&quot; &quot;helvetica&quot;
neoPdfFontStyle &quot;Reservas&quot; &quot;bold&quot;
neoPdfFontSize &quot;Reservas&quot; &quot;28&quot;
neoPdfSimpleText &quot;Reservas&quot; &quot;Reservas [MesNombre] del [Ano]&quot; 10 [Pos] &quot;left&quot;
Math &quot;[Pos]+10&quot; 0 [Pos]
neoPdfSimpleText &quot;Reservas&quot; &quot;$[Total] &quot; 10 [Pos] &quot;left&quot;
Math &quot;[Pos]+10&quot; 0 [Pos]
neoPdfSimpleText &quot;Reservas&quot; &quot;&quot; 10 [Pos] &quot;left&quot;
Math &quot;[Pos]+10&quot; 0 [Pos]

neoPdfFont &quot;Reservas&quot; &quot;helvetica&quot;
neoPdfFontStyle &quot;Reservas&quot; &quot;bold&quot;
neoPdfFontSize &quot;Reservas&quot; &quot;12&quot;
ListBoxSize &quot;Listbox1&quot; [LargoLista]
Loop 0 [LargoLista] [x]
  ListBoxGetItem &quot;Listbox1&quot; [x] [Dato]
  neoPdfSimpleText &quot;Reservas&quot; &quot;[Dato]&quot; 10 [Pos] &quot;left&quot;
  Math &quot;[Pos]+5&quot; 0 [Pos]
  If [x] == 50
     neoPdfAddPage &quot;Reservas&quot; &quot;portrait&quot; &quot;A4&quot;
     SetVar [Pos] 10
  endloop
  If [x] == 100
     neoPdfAddPage &quot;Reservas&quot; &quot;portrait&quot; &quot;A4&quot;
     SetVar [Pos] 10
  endloop
  If [x] == 150
     neoPdfAddPage &quot;Reservas&quot; &quot;portrait&quot; &quot;A4&quot;
     SetVar [Pos] 10
  endloop
endloop

neoPdfRender &quot;Reservas&quot; &quot;IFrame1&quot;
neoPdfDownload &quot;Reservas&quot;</click>
						</Image>
						<IFrame id="IFrame1">
							<left>384px</left>
							<top>224px</top>
							<width>632px</width>
							<height>296px</height>
						</IFrame>
						<Listbox id="Listbox1">
							<left>12px</left>
							<top>184px</top>
							<width>994px</width>
							<height>425px</height>
							<style>color:#000000;font-family:Arial,Helvetica,sans-serif;font-size:22pt;font-weight:bold;border-color:#FFFFFF</style>
							<items>[Lista]</items>
							<variable>[Seleccion]</variable>
							<multi_select>False</multi_select>
						</Listbox>
					</Components>
				</Page>
				<Page id="Mensaje">
					<style>background-color:#FFFFFF</style>
					<enter_effect>bounceIn</enter_effect>
					<exit_effect>bounceOut</exit_effect>
					<Components>
						<Image id="Image17">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>144px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126.png</source>
						</Image>
						<Headline id="Headline9">
							<left>8px</left>
							<top>352px</top>
							<width>1000px</width>
							<height>56px</height>
							<style>color:#000000;font-weight:bold;text-align:center</style>
							<text>[Texto]</text>
						</Headline>
						<Image id="Image19">
							<left>0px</left>
							<top>656px</top>
							<width>1024px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126a.png</source>
						</Image>
					</Components>
				</Page>
				<Page id="Mensaje2">
					<style>background-color:#FFFFFF</style>
					<enter_effect>bounceIn</enter_effect>
					<exit_effect>bounceOut</exit_effect>
					<pageenter>Delay 3000
GotoPage &quot;[Pagina]&quot;</pageenter>
					<Components>
						<Image id="Image24">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>144px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126.png</source>
						</Image>
						<Headline id="Headline26">
							<left>8px</left>
							<top>352px</top>
							<width>1000px</width>
							<height>56px</height>
							<style>color:#000000;font-weight:bold;text-align:center</style>
							<text>[Texto]</text>
						</Headline>
						<Image id="Image25">
							<left>0px</left>
							<top>656px</top>
							<width>1024px</width>
							<height>112px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Banner126a.png</source>
						</Image>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>768px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
