Search found 492 matches: limit

Return to advanced search

Re: Antonio, Example colors and themes

Master Enrico, simple example. Continue... Get the other functions from Giovanny's class, and test them. Your imagination is your limit. #include "Fivewin.ch"FUNCTION Main()   LOCAL oDlg, oCbx, oSayItem, oSayAt, oFont   LOCAL cItem := ""  ...
by karinha
Thu Dec 15, 2022 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio, Example colors and themes
Replies: 19
Views: 1328

Re: Detect any activity of a window?

... la ventana o diálogo. En lugar de usar QUIT, use RETURN NIL, o "mate" todo el sistema y reinícielo con .BAT. Tu imaginación es el limite. Prueba y mira con tus propios ojos por favor. Good Morning. You can use the function indicated by Leandro, just modify it so that it "drops" ...
by karinha
Wed Dec 14, 2022 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Detect any activity of a window?
Replies: 4
Views: 439

Re: cyclometric circle

... cyclometric distance between two numbers is obtained by calculating the arithmetic difference (major minus minor); if the result exceeds "the limit" 45, the latter is subtracted from the fixed 90. EXAMPLE "A". Let's consider the numbers 5 - 34 and, in the cyclometric circle, ...
by Silvio.Falconi
Tue Dec 06, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3998

Re: Everything under Fivewin

... NULL character. nMaxCount Specifies the maximum number of characters to copy to the buffer, including the NULL character. If the text exceeds this limit, it is truncated. Return Value If lpString is NULL, the return value is the number of TCHARs excluding the null terminator needed to store the ...
by Jimmy
Mon Nov 14, 2022 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Everything under Fivewin
Replies: 17
Views: 1330

Re: search for working BCC7 64 "Build64.bat"

Understood. Yes, it could be that you have reached the limit of your SET variabile line.
by Enrico Maria Giordano
Thu Oct 27, 2022 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 715

Re: search for working BCC7 64 "Build64.bat"

hi Enrico, when use BAT it does use CMD Environment where you have a Limit for SET "Variable" while many App "add Path" you might get to Limit when call a BATch which want to SET more "Variable" as i remember we have use CONFIG.SYS ...
by Jimmy
Thu Oct 27, 2022 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 715

Re: intercept repeated values in an array

... cyclometric distance between two numbers is obtained by calculating the arithmetic difference (major minus minor); if the result exceeds "the limit" 45, the latter is subtracted from the 90 set. The mathematical distance between two numbers is obtained by calculating the arithmetic difference ...
by Silvio.Falconi
Wed Oct 26, 2022 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: intercept repeated values in an array
Replies: 5
Views: 355

Re: get hBitmap from Image

hi, hBmp:=oWnd:ReadImage(xPt)[1] YES thx, now i can load IMAGE into Imagelist :D after > 100 Image it begin to fail ... RAM is going to Limit (32 Bit OS) --- it take a long Time to load about 800 Image from some Kb up 2.5 MB (!) to reduce RAM i need to "resize" Image to 256 x 256, ...
by Jimmy
Thu Oct 20, 2022 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get hBitmap from Image
Replies: 14
Views: 1001

Re: Creation an array Multiple on Horizontal on Xbrowse

Hola Silvio, me alegro que te haya dado una idea de como solucionar el problema.
No soy muy hábil con dbfs, si lo tuviese que hacer con MySql usaría LIMIT n
by cmsoft
Tue Sep 27, 2022 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation an array Multiple on Horizontal on Xbrowse - RESOLV
Replies: 7
Views: 845

Re: color the cells of the xbrowse

... := ::aSource[nRec+1][nSub]   // This.CellValue benefit : you can use a "virtual GRID" and "assign hole Array (Limit 100.000.000)   nItemCache := LEN( ::aSource )   // get Memory for (big) Array   ::lv_SetItemCount(nItemCache)
by Jimmy
Wed Apr 20, 2022 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: color the cells of the xbrowse
Replies: 11
Views: 988

Re: dbfntx very slow with 2+ users

... you need more than 3 Second, even over Network, it is "too long" SET FILTER is slow when not use SCOPE before ... it is like SQL without LIMIT --- SCOPE need Index and SCOPETOP / SCOPEBOTTOM begin on left Side if you have a FILTER to search "in String" like   "ABC" ...
by Jimmy
Mon Apr 11, 2022 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 7581

Re: dbfntx very slow with 2+ users

... navigate. Spezial when using FILTER without SCOPE / Index it can very slow on big Database and make much Traffic btw. same with SQL when not using LIMIT so do use Resource only when need and avoid "Stand-by" of open Database when not need
by Jimmy
Thu Mar 31, 2022 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 7581

Re: SQL 2 Table Question

... FROM sqldata AS a, sqlindex AS b where a.__Record = b.__Record" Ok now i can begin to add "more" where, ORDER, OFFSET and LIMIT for "navigation"
by Jimmy
Sat Jan 22, 2022 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL 2 Table Question
Replies: 2
Views: 309

Re: Advantage Database Server

... Xbase++ but as Xbase++ goes PostgreSQL i have build my Xbase++ App with LibPQ.DLL (using Ot4XB LIB) i use Concept of "OFFSET" and "LIMIT" and have a METHOD JimBrowse:NextCursor( cTable, cField, cWhere, cOrder, cLimit, cOffset )   ...   cVar1 := "BEGIN WORK;"  ...
by Jimmy
Fri Jan 21, 2022 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 4272

Re: System info, Tips & Tricks, scharing project info

hi

as James say you are using FILTER on "Skipper" of "Browse"
DbSetFilter() will use hole DBF and "Skipper" will test until EOF() / BOF()

i use DbSetFilter() only with SCOPE
SCOPE will "limit" EOF() / BOF()
by Jimmy
Mon Jan 17, 2022 3:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1849
PreviousNext

Return to advanced search