Search found 45 matches: emiliano

Return to advanced search

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

... of thought, 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: 751

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

Emiliano,I wouldn't use msgmeter
by Silvio.Falconi
Thu May 30, 2019 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there a way to change message in MsgMeter?
Replies: 6
Views: 751

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

... in these 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: 751

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

... object 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: 751

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: 751

CreateIndex does not erase temporary files

... "DTOS(animals->Born) + 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: 688

Re: AADD not working with GETS

... in a Dialog. 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: 1828

AADD not working with GETS

... code changes 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: 1828

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

... 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 Emiliano FOR n := 47 TO nLen    REDEFINE GET aPedg SUBSCRIPT n,2 ID nIDGet OF oFld:aDialogs[4] UPDATE READONLY ...
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: 2463

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: 2463

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

Emiliano, try

REDEFINE GET aPedg SUBSCRIPT n,2 ID nIDGet OF oFld:aDialogs[4] UPDATE READONLY FONT oFuente[2]
by cnavarro
Mon Jan 28, 2019 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2463

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

Emiliano, clause duplicate?


REDEFINE GET oGet SUBSCRIPT n VAR aPedg SUBSCRIPT nIDVar,2 MEMO ID nIDGet IDSUBSCRIPT nIDGET OF oFld:aDialogs[4] UPDATE READONLY FONT oFuente[2]
by cnavarro
Mon Jan 28, 2019 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2463

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

... aPedg 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: 2463

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

... FONT 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: 2463

Re: checkbox on xBrowse with surplus info

... there: 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: 1014
Next

Return to advanced search