Search found 196 matches: dummy

Return to advanced search

Re: Mod Harbour challenge project

Hello Mark, I have integrated a dummy dbf file into eShop for a quick test. I am posting the example on the mod harbor forum. http://forums.fivetechsupport.com/viewtopic.php?f=45&t=40199&sid=bf47a3e870acc81fa4138e3b778593a1 ...
by Otto
Thu Apr 01, 2021 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mod Harbour challenge project
Replies: 15
Views: 2217

Re: Memory Leak - Richedit

Please add a dummy function
Code: Select all  Expand view

function FW_DrawShadow();return nil
 

to the ximage.prg and build your application.
by nageswaragunupudi
Mon Mar 08, 2021 4:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3971

Re: HBMK2 Problem linking

That means the correct function HB_AtX is not linked. Instead of getting unresolved external, how a dummy function is linked returning 0 (zero) ? surprising. yes, I found it very weird and I decided to try again. but this time I copied all my files to a new path, and ran ...
by ricbarraes
Tue Jun 16, 2020 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5686

Re: HBMK2 Problem linking

That means the correct function HB_AtX is not linked.
Instead of getting unresolved external, how a dummy function is linked returning 0 (zero) ?
surprising.
by nageswaragunupudi
Tue Jun 16, 2020 12:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5686

Re: Editsource() Problem

HB_AtX() is in hbrtl.lib. HB_AtX() function is a regex function. While building with hbmk2 using the above script, some dummy function is being linked instead of the correct function. It is possible to replace HB_AtX() in this particular case with a suitable FWH function like AAT() ...
by nageswaragunupudi
Tue Jun 09, 2020 1:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5686

Re: Librerias linkadas

Antonio. Tu código funciona bien. Obtengo los nombres de todas las funciones enlazadas. Partiendo de eso, se me vino la idea de crear una funcion Dummy dentro de uno de los prgs componentes de la libreria.lib y asi puedo identificar si uso, o no, esa libreria. function FuncLink()  ...
by FranciscoA
Fri May 08, 2020 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Librerias linkadas
Replies: 3
Views: 591

Re: TDolphin y Lost connection to MySQL server during query

... oTimer_Connection:Activate()) procedure Connection_Test() Local oError, lConectaNovamente := .f. TRY if !M->oServer:Execute( "SET @dummy=0" ) M->oServer:ReConnect() endif CATCH oError lConectaNovamente := .t. END if lConectaNovamente MsgRun("Tentando Reconectar no Banco ...
by MGA
Mon Apr 20, 2020 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin y Lost connection to MySQL server during query
Replies: 4
Views: 845

Re: ON RESIZE "automatic" -> Layout Manager ?

... to know Pos/Size of all Control place into a Dialog/Window   ON INIT GetLayOut(This.Window)  ON RESIZE DoLayout(This.Window) just Dummy Code PUBLIC aLayOut := {}FUNCTION GetLayout(cIn)LOCAL aChild := cIn:ChildList()LOCAL i,iMax := LEN(aChild)LOCAL ...
by Jimmy
Sat Jan 04, 2020 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ON RESIZE "automatic" -> Layout Manager ?
Replies: 6
Views: 1180

Re: AppSys Problem with Demo Code

... with CMD Box under FinWin with my Sample. when start Short-Cut from Desktop when start from Total Commander or Explorer Inclusion or not of the dummy procedure AppSys does not and logically can not make any such difference. If properly compiled and linked, you will not get the dos box problem. ...
by nageswaragunupudi
Thu Dec 26, 2019 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AppSys Problem with Demo Code
Replies: 9
Views: 1059

Re: The neatest way to remove email button from TPreview

We can not remove the button without altering the program. But it is possible to assign a dummy action or an alternative action to this button which may serve your purpose. At the outset of your main function   Tpreview():bEMail := { || MsgInfo( ...
by nageswaragunupudi
Mon Apr 29, 2019 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The neatest way to remove email button from TPreview
Replies: 6
Views: 761

Re: DOS accounting system to TWeb

... with scroll buttons, select with ENTER and back with ESC button. Here you can already test: Módulos -> Tablas / Tables -> Fibu There are dummy screens here. Stammdatenwartung works already. With ENTER you select and then you can get off with ESC again. Best regards Otto https://mybergland.com/FWForum/menu.png
by Otto
Wed Apr 24, 2019 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOS accounting system to TWeb
Replies: 45
Views: 5905

Simulate btnbmp Window 10

... - 40,oDlg:nWidth-225 BTNBMP oBtnPrint;    RESOURCE cImage2 FLAT LEFT  ;    PROMPT "Stampa" SIZE 90,30 PIXEL OF oDlg;    ACTION dummy()  @ oDlg:nBottom - 40,oDlg:nWidth-120 Button oBtnClose;                 PROMPT "Chiudi"    SIZE 90,30 PIXEL OF oDlg;        ...
by Silvio.Falconi
Mon Feb 18, 2019 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate btnbmp Window 10
Replies: 5
Views: 821

Re: Error en harbour

Ariel,

Prueba a crear una función dummy:

function MSGPAINT3L

return nil
by Antonio Linares
Fri Feb 01, 2019 1:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en harbour
Replies: 2
Views: 575

Re: How to Create Easy Report Designer Files ?

... can you please help me to find these functions. compiling with xHarbor I have problems finding following functions: FUNCTION SHOWGRID ? "Dummy SHOWGRID" RETURN nil FUNCTION SETMASKED ? "Dummy SETMASKED" RETURN nil FUNCTION HB_COMPILEFROMBUF ? "Dummy HB_COMPILEFROMBUF" ...
by Otto
Fri Jan 04, 2019 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7231

Re: How to Create Easy Report Designer Files ?

Dear Antonio, compiling with xHarbor I have problems finding following functions: FUNCTION SHOWGRID ? "Dummy SHOWGRID" RETURN nil FUNCTION SETMASKED ? "Dummy SETMASKED" RETURN nil FUNCTION HB_COMPILEFROMBUF ? "Dummy HB_COMPILEFROMBUF" RETURN nil ...
by Otto
Mon Dec 31, 2018 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7231
PreviousNext

Return to advanced search