Search found 196 matches: dummy

Return to advanced search

Re: Xbrowse and Select clause problem

SELECT clause in XBrowse is dummy and does not work. It was provided only for quick conversion from listbox to xbrowse.

Instead, Scope or Filter needs to be set on the Alias() in the application program.
by nageswaragunupudi
Sun May 06, 2018 1:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Select clause problem
Replies: 14
Views: 2206

Re: problem FWH 18.03 with XHB.COM

Kajot,

As a temporary workaround (we are going to send you the fixed libs asap) please add these dummy functions to your main PRG:

function TDBF_ENCRYPT() ; return nil

function TDBF_DECRYPT() ; return nil
by Antonio Linares
Fri Apr 27, 2018 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem FWH 18.03 with XHB.COM
Replies: 4
Views: 847

Re: Unresolved externals in FWH 18.02

Sorry, there are new modules that have to be linked to the EXE. As I don't need them, I prefer to define dummy functions to keep the EXE smaller. Thank you.

EMG
by Enrico Maria Giordano
Sun Mar 11, 2018 10:49 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unresolved externals in FWH 18.02 [False alarm]
Replies: 4
Views: 1258

Re: Unresolved externals in FWH 18.02

I defined dummy functions for them.

EMG
by Enrico Maria Giordano
Sat Mar 10, 2018 12:34 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unresolved externals in FWH 18.02 [False alarm]
Replies: 4
Views: 1258

Re: Building TensorFlow using Borland 7 32 bits

At c:\tensorflow\tensorflow\core\framework\ I created a dummy file allocation_description.pb.h

allocation_description.pb.h
// dummy

it continues...
by Antonio Linares
Fri Aug 04, 2017 7:12 pm
 
Forum: TensorFlow.dll for Harbour and FWH
Topic: Building TensorFlow using Borland 7 32 bits
Replies: 5
Views: 1398

Re: JSON - request then decode

... with. Provision for Authorization is also there in the sample code that I have provided. I assume that the URL https://testserver.com/data/1 is a dummy. When I tried that URL it is giving me 404 error. #include "Fivewin.ch"//----------------------------------//Function Main()  ...
by anserkk
Wed Jul 19, 2017 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON - request then decode
Replies: 9
Views: 3816

Re: xBrowse + EDIT_GET

... known tables customer and states and in addition, more tables. You can use customer and states. Or you can create your own table and fill some dummy data or 2 rows. Please try this small sample to view the tables #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local ...
by nageswaragunupudi
Fri Jun 09, 2017 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + EDIT_GET
Replies: 14
Views: 1718

Re: xBrowse + EDIT_GET

Can you kindly reproduce this problem using any tables that are already exist in our demoserver?
You can log into the demo server with FW_DemoDB(). Check the existing tables with oCn:ListTables()
You can also add any test table of your own with dummy data.
by nageswaragunupudi
Fri Jun 09, 2017 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + EDIT_GET
Replies: 14
Views: 1718

Re: [x]Harbour without RDDs

Felix,

I guess that you have to create dummy functions for all of them, in example:

function OrdCount()

return nil
by Antonio Linares
Mon May 08, 2017 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [x]Harbour without RDDs
Replies: 5
Views: 831

Re: Borland 64 bits makefile for FWH 64

Mulyadi,

I added the dummy functions:

function hb_getfilesinzip()
return nil

function hb_unzipfile()
return nil

and then:

buildx64.bat xbsubtot

and it worked fine

Image
by Antonio Linares
Fri Apr 14, 2017 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland 64 bits makefile for FWH 64
Replies: 26
Views: 5534

Re: TDOLPHIN + MySQL - MY.INI

Mr Nages, with TDOLPHIN every 30 seconds I use a TIMER to execute a simple SELECT (eg SET @ dummy = 0) to keep the connection active. With FWMySql this is necessary? http://forums.fivetechsupport.com/viewtopic.php?f=6&t=26207&p=144601&hilit=dummy#p144601 ...
by nageswaragunupudi
Mon Mar 13, 2017 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDOLPHIN + MySQL - MY.INI
Replies: 10
Views: 1796

Re: TDOLPHIN + MySQL - MY.INI

Mr Nages,

with TDOLPHIN every 30 seconds I use a TIMER to execute a simple SELECT (eg SET @ dummy = 0)
to keep the connection active. With FWMySql this is necessary?

viewtopic.php?f=6&t=26207&p=144601&hilit=dummy#p144601
by MGA
Mon Mar 13, 2017 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDOLPHIN + MySQL - MY.INI
Replies: 10
Views: 1796

Re: multiple definition error

Please add this dummy function to your PRG and try it again:

function Notify()

return nil
by Antonio Linares
Wed Feb 01, 2017 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: multiple definition error
Replies: 20
Views: 3947

Re: RTF files

Jeff,
use a dummy jpg in your template.
Then you can overwrite the jpg in media folder.


Best regards,
Otto
by Otto
Thu Nov 24, 2016 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF files
Replies: 12
Views: 2477

Sr. Antonio - A versão atual do Harbour contempla?

... new sorting algorithm is stable (does not change the order of equal items). It means is not strictly Cl*pper compatible and it can be seen some dummy ASort() tests in HBTEST results.
by MGA
Thu Oct 20, 2016 8:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sr. Antonio - A versão atual do Harbour contempla?
Replies: 1
Views: 433
PreviousNext

Return to advanced search