Search found 39 matches: llano

Return to advanced search

Re: Compilando con Harbour 3.2, Bcc7 y Hbmk2

... en este caso, para actualizar unas aplicaciones de la antiguedad que fuera realizada para Clipper pero que ahora la quieren en 32bits. Estoy llano a tus indicaciones por este medio o, si prefieres, enviamelos a mi correo; apic1002002@gmail.com Me gustaria que la primera opcion fuera la que ...
by Armando Picon
Tue Jan 28, 2020 4:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour 3.2, Bcc7 y Hbmk2
Replies: 13
Views: 3223

Re: Is there a way to change message in MsgMeter?

... we can also implement MsgStop, MsgWait, etc. using the comdlg32.dll loosing all advantages of a simple interface :shock: Sincerely Emiliano Llano Díaz
by ellano
Thu May 30, 2019 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there a way to change message in MsgMeter?
Replies: 6
Views: 750

Re: Is there a way to change message in MsgMeter?

... sequence:" )       EndIf    RETURN Nil The one liner is completely respected and you do not need to administrate a whole dialog. Emiliano Llano Díaz
by ellano
Thu May 30, 2019 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there a way to change message in MsgMeter?
Replies: 6
Views: 750

Re: Is there a way to change message in MsgMeter?

... there, so maybe... You cannot beat one line of code with at least 20 lines of creating and administrating yourself a dialog :( Sincerely Emiliano Llano Díaz
by ellano
Thu May 30, 2019 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there a way to change message in MsgMeter?
Replies: 6
Views: 750

Is there a way to change message in MsgMeter?

...  Else      MsgInfo( Len( aData ), "Total animals in these sequence:" )   EndIfRETURN Nil Thank you in advance Emiliano Llano Dïaz
by ellano
Wed May 29, 2019 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there a way to change message in MsgMeter?
Replies: 6
Views: 750

CreateIndex does not erase temporary files

... + animals->number"     , nil, nil,.T.)...  Isn't FW supposed to erase the temporary index file by itself? Emiliano Llano Díaz
by ellano
Wed Feb 13, 2019 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateIndex does not erase temporary files
Replies: 1
Views: 687

Re: AADD not working with GETS

... And no, deleting PICTURE "9999" will not fix the issue (AADD will not update vs direct array assignation updates) Thanks Emiliano Llano Díaz
by ellano
Tue Feb 05, 2019 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AADD not working with GETS
Replies: 14
Views: 1827

AADD not working with GETS

... from a compact, few-liner program, to a huge horrible monster. Is there something that can be done in the version or code? FWH 18.07 Emiliano Llano Díaz
by ellano
Sat Feb 02, 2019 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AADD not working with GETS
Replies: 14
Views: 1827

Re: FWH 18.08: Gets with loop variable as array subscript

... all the GET array to one ID. At least it narrows the error down to the IDSUBSCRIPT part that seems to be giving the problem (and error) Emiliano Llano Díaz Emiliano FOR n := 47 TO nLen    REDEFINE GET aPedg SUBSCRIPT n,2 ID nIDGet OF oFld:aDialogs[4] UPDATE READONLY FONT oFuente[2]  ...
by cnavarro
Tue Jan 29, 2019 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2458

Re: FWH 18.08: Gets with loop variable as array subscript

Thanks. That make it work, but then the whole structure is useless since it attach all the GET array to one ID.

At least it narrows the error down to the IDSUBSCRIPT part that seems to be giving the problem (and error)

Emiliano Llano Díaz
by ellano
Tue Jan 29, 2019 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2458

Re: FWH 18.08: Gets with loop variable as array subscript

... SUBSCRIPT n,2 ID nIDGet IDSUBSCRIPT nIDGET OF oFld:aDialogs[4] UPDATE READONLY FONT oFuente[2]    nIDGet++NEXT  FWH 18.10 Emiliano Llano Díaz
by ellano
Mon Jan 28, 2019 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2458

Re: FWH 18.08: Gets with loop variable as array subscript

... oFuente[2]REDEFINE GET aPedg[51,2] ID 120 OF oFld:aDialogs[4] UPDATE READONLY FONT oFuente[2]... Thanks Emiliano Llano Díaz
by ellano
Sun Jan 27, 2019 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2458

Re: checkbox on xBrowse with surplus info

... it passed unperceived during several years in previous FiveWin version working correctly :?: Thank you for your time and valuable advises Emiliano Llano Díaz
by ellano
Wed Oct 10, 2018 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox on xBrowse with surplus info
Replies: 3
Views: 1012

checkbox on xBrowse with surplus info

... version of FiveWin it did work. Surely is something simple that changed between versions, but I cannot seem to find what is it. Thanks Emiliano Llano Díaz
by ellano
Tue Oct 09, 2018 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox on xBrowse with surplus info
Replies: 3
Views: 1012

Re: Change sort order on browse when clicking on header

...                 Show_Bar(oShow,oBrw,@num,cImages))  oFont:End()  oFont1:End() Thanks Emiliano Llano Díaz
by ellano
Sun Oct 07, 2018 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change sort order on browse when clicking on header
Replies: 4
Views: 740
Next

Return to advanced search