Search found 48 matches: silvo

Return to advanced search

Re: erase files

Silvo I create a local folder on the C: drive called c:\dbtmp and that is where I write all my temp files .. when the application starts it creates the folder c:\dbtmp if not alreacy exist then uses aDIr to create an array ...
by Rick Lipkin
Wed Jan 24, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1543

Re: genblock

hi Silvo, as Detlef say : detached Locals when build in a "Loop" and use "Counter" you must call a Function to build a String for Codeblock so your "Counter" Number will be a STR() in a String ...
by Jimmy
Mon Jun 12, 2023 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 253

Re: Bad look btnbmp disable()

hi Silvo, i have try to "disable" a BTMBMP which have a Resource but when "disable" BTNBMP i "just" get gray Back-Ground and Caption but NO Resource (have try different) --- BTNBMP have   METHOD ...
by Jimmy
Thu Mar 09, 2023 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 722

Re: a Main wnd with two ScrollPanel +buttonbar+msgbar

Jimmy wrote:hi Silvo,
instead of
Code: Select all  Expand view
  oDash_right:nWidth  := oWnd:nWidth-520 ,;

try
Code: Select all  Expand view
  oDash_right:nWidth  := oWnd:nWidth-oDash_Left:nWidth -30 ,;


p.s. what du you think about a SPLITTER :?:

splitter ok but it must be hide
by Silvio.Falconi
Fri Feb 17, 2023 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Main wnd with two ScrollPanel +buttonbar+msgbar
Replies: 2
Views: 187

Re: a Main wnd with two ScrollPanel +buttonbar+msgbar

hi Silvo,
instead of
Code: Select all  Expand view
  oDash_right:nWidth  := oWnd:nWidth-520 ,;

try
Code: Select all  Expand view
  oDash_right:nWidth  := oWnd:nWidth-oDash_Left:nWidth -30 ,;


p.s. what du you think about a SPLITTER :?:
by Jimmy
Fri Feb 17, 2023 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Main wnd with two ScrollPanel +buttonbar+msgbar
Replies: 2
Views: 187

Re: updating an archive

hi Silvo, why do you "just" use DOW() and not DTOS() which give you "more" Information you can ad "more" to DTOS() like Postcode of City to compare (use Number) lottery drawings in Italy are drawn ...
by Silvio.Falconi
Mon Nov 14, 2022 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: updating an archive
Replies: 9
Views: 602

Re: updating an archive

hi Silvo,

why do you "just" use DOW() and not DTOS() which give you "more" Information
you can ad "more" to DTOS() like Postcode of City to compare (use Number)
by Jimmy
Mon Nov 14, 2022 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: updating an archive
Replies: 9
Views: 602

Re: tget only numbers

hi Silvo,
Silvio.Falconi wrote:the user can digit only number and "." on a get

what about using cPicture "99" :?:
by Jimmy
Wed Nov 09, 2022 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tget only numbers and "."
Replies: 7
Views: 339

Re: clausole When...Hide a size of Dialog - strange

... Brasil staff. Talk to Mister Navarro to see if he can find a solution. Now, if it's a defect of Windows 10 and 11, I don't see a way out. Estimado Silvo, el mismo problema fue informado por el personal de FiveWin Brasil. Habla con el señor Navarro para ver si puede encontrar una solución. Ahora ...
by karinha
Thu Oct 13, 2022 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clausole When...Hide a size of Dialog - strange - RESOLVED
Replies: 26
Views: 1586

Re: start at the end and go back in an array

Hi Silvo, I have no solution for your problem because for the moment I've not time enough to be occupied with your complex materials. But to code more efficient I would replace Do case case nWheel = 1 nPos1:= 3 nPos2:= 4 nPos3:= ...
by Detlef
Mon May 30, 2022 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 828

Re: found the same number on an array

Jimmy wrote:hi Silvo.

need some Data to build a Sample.


test sample and archive on your mail
by Silvio.Falconi
Wed May 18, 2022 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: found the same number on an array
Replies: 6
Views: 449

Re: found the same number on an array

hi Silvo.

need some Data to build a Sample.
by Jimmy
Wed May 18, 2022 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: found the same number on an array
Replies: 6
Views: 449

Re: Fwteam - Xbrowse too slow

Marc Venken wrote:Mr. Rao,

Is this with the code from Silvo, or a changed code ?



That was just a minimal example to see to fwteam just the problem I have, not is my original source of my app.
by Silvio.Falconi
Thu Apr 14, 2022 6:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1135

Re: Fwteam - Xbrowse too slow

Mr. Rao,

Is this with the code from Silvo, or a changed code ?
by Marc Venken
Wed Apr 13, 2022 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1135

TDatabase Seek

To All I see Silvo ( seems ) to have a similar problem ... What is the tDatabase equivalence of : oDbf:SetOrder( "CustID" ) // understand this already Set order to tag CustID Seek cCustID // <----- here oDbf:Seek cCustID ...
by Rick Lipkin
Wed Jun 30, 2021 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Seek
Replies: 6
Views: 808
Next

Return to advanced search