Search found 417 matches: dynamic

Return to advanced search

Re: compile errors

... that and it compiles but when I run the program I get an error: "The procedure entry point curl_mime_addpart could not be located in the dynamic link library C:\Certus\CertusPIN2.exe" Any ideas?
by Jeff Barnes
Thu Apr 11, 2024 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 266

Re: DNS

... is finished using Winsock functionality. Unloads Winsock DLLs: When called, WSACleanup() typically unloads any protocol-specific helper DLLs (Dynamic Link Libraries) that were loaded during the initialization process using WSAStartup(). These DLLs provide support for specific network protocols ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1015

Re: Help with HB_REALLOC ERROR 9009

nAvailMem() seems not to be standard. These seems to be ok. cErrorLog += " Dynamic memory consume:" + CRLF cErrorLog += " Actual Value: " + Str( MemUsed() ) + " bytes" + CRLF cErrorLog += " Highest Value: " + Str( MemMax() ...
by Marc Venken
Wed Mar 20, 2024 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1091

Re: Parpadeo de un SAY

... VAR nRamo PICTURE "99" ID Ma_Ramo OF oDlgMa valid veoramo(@nRamo,@cVeoRamo) .and. (oRamo:Refresh(),oVeoRamo:Refresh(),.t.) /* REDEFINE DYNAMIC SAY VAR cVeoRamo ID Ma_VeoRamo OF oDlgMa; HORIZONTAL SCROLL WRAP; RIGHT SHADED; COLOR CLR_WHITE, CLR_BLUE //FONT oFont */ REDEFINE SAY oVeoRamo ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 568

Re: Parpadeo de un SAY

... VAR nRamo PICTURE "99" ID Ma_Ramo OF oDlgMa valid veoramo(@nRamo,@cVeoRamo) .and. (oRamo:Refresh(),oVeoRamo:Refresh(),.t.) REDEFINE DYNAMIC SAY VAR cVeoRamo ID Ma_VeoRamo OF oDlgMa; HORIZONTAL SCROLL WRAP; RIGHT SHADED; COLOR CLR_WHITE, CLR_BLUE //FONT oFont y no hay caso, incluso ...
by José Camilo
Sat Mar 02, 2024 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 568

Re: Error BASE/1089 Argument error: ABS

... 4 HBOBJECT 5 TWINDOW 6 TDIALOG 7 TBRUSH 8 TFONT 9 TREG32 10 TRECT 11 TINTERNET 12 TSTRUCT Memory Analysis =============== 717 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: 0 bytes
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 436

WEBVIEW2 oPrn:PrintTable() alternative

... advantages over traditional desktop printing methods (like using desktop publishing software). With HTML and JavaScript, you can create highly dynamic and customizable print documents. I now have a static hash xReport[] and can define the reports from there. To achieve the functionality of ...
by Otto
Fri Jan 12, 2024 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 oPrn:PrintTable() alternative
Replies: 0
Views: 646

Re: Browse Json

... oBrw:cAlias := "ARRAY" but get no data. Not sure how to set the bGoTop, bGoBottom, bSkip, bLogicLen blocks. For now I am creating a dynamic recordset from the json object, but I feel like it is an extra step. Thanks, again...
by byron.hopp
Thu Jan 11, 2024 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: Animaciones en dialogos

Buenos días Leandro. Yo usaría mucho mejor DYNAMIC SAY, y puedo poner el TEXTO yendo hacia arriba, hacia abajo, hacia la izquierda, hacia la derecha o simplemente, PARPADEANDO.

Regards, saludos.
by karinha
Thu Jan 04, 2024 1:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Animaciones en dialogos
Replies: 2
Views: 387

Re: Using Microsoft AI Phi-2 from FWH

... project tree, right click on simple , "Configuration properties", "general", "Configuration Type" and select "Dynamic Library (.dll)" 16. On the project tree, right click on simple , "Configuration properties", "Advanced", "Target ...
by Antonio Linares
Tue Dec 19, 2023 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8215

Re: 1st FWH + [x]Harbour 2017 international conference

... 24 TMENUITEM 25 TMDICLIENT 26 TBAR 27 TBTNBMP 28 TMSGBAR 29 TMSGITEM 30 TTIMER 31 TSTRUCT Memory Analysis =============== 557 Static variables Dynamic memory consume: Actual Value: 2359296 bytes Highest Value: 2359296 bytes 
by sirotoca
Wed Nov 15, 2023 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265292

Re: Xbrowse : oBrw:ToArray (How to do it)

... 24 TMENUITEM 25 TMDICLIENT 26 TBAR 27 TBTNBMP 28 TMSGBAR 29 TMSGITEM 30 TTIMER 31 TSTRUCT Memory Analysis =============== 557 Static variables Dynamic memory consume: Actual Value: 2359296 bytes Highest Value: 2359296 bytes 
by sirotoca
Wed Nov 15, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 953

Re: Help splitting up a character address string

... in developing web pages driven by DBF (database file) data using mod harbour. This highlights Harbourino's role in facilitating the development of dynamic web applications using Harbour​​. These insights suggest that Harbourino serves as an invaluable tool for developers working with Harbour, particularly ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 596

Re: BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???

Hasta donde yo sé, BLINK funciona solo en SAYS y lo mejor es SSAY.PRG y tenemos Dynamic SAYS con DSAY.PRG. Quizás el señor Rao haga un milagro. jajajajaja. Regards, saludos. Saludos Karinha, hay esta propuesta, no se si eso de píe a una solucion https://forums.fivetechsupport.com/viewtopic.php?f=6&t=32201&sid=a5a58954f196d6736da9800876fe7ea6#p204602
by joseluisysturiz
Mon Aug 07, 2023 5:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
Replies: 4
Views: 312

Re: BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???

Hasta donde yo sé, BLINK funciona solo en SAYS y lo mejor es SSAY.PRG y tenemos Dynamic SAYS con DSAY.PRG. Quizás el señor Rao haga un milagro. jajajajaja.

Regards, saludos.
by karinha
Mon Aug 07, 2023 4:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
Replies: 4
Views: 312
Next

Return to advanced search