DEFINE PAGE

HMG en Español

Moderator: Rathinagiri

Post Reply
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

DEFINE PAGE

Post by danielmaximiliano »

Hi Everyone:
HMG.4 found in something new called NAME in DEFINE PAGE

Code: Select all

DEFINE PAGE 'One' NAME Page1
if within a TAB to place a PAGE and defined with a name
I can erase it with his name as such in the example provided?
in HMG.4 not help me
..\hmg.4\svn\samples\tab\demo_3.PRG

Code: Select all

ITEM 'Delete Page 2'               ACTION Tab1:DeletePage(2)
and I delete all the pages associated with a name characteristic
example:
Customer := "John"
deletepage (Name &Customer + STR (nPage))


Español
Hola a Todos :
Encontre que en HMG.4 algo nuevo llamado NAME en DEFINE PAGE

Code: Select all

DEFINE PAGE 'One' NAME Page1
si dentro de un TAB colocar un PAGE y poder definirlo con un Nombre
puedo borrarlo con su nombre propiamente dicho?
en el ejemplo incluido en HMG.4 no me ayuda mucho
..\hmg.4\svn\samples\tab\demo_3.PRG

Code: Select all

ITEM 'Delete Page 2'               ACTION Tab1:DeletePage(2)
ya que quiero borrar todos las paginas asociadas a un nombre caracteristico
ejemplo
Cliente := "Jhon"
DeletePage(Name &Cliente+STR(nPage))

Saludos / Regards
DaNiElMaXiMiLiAnO
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Post Reply