Search found 43 matches: theoretically

Return to advanced search

Re: Closing Circles

Hello Martin, I myself only work with DBF. But theoretically, it doesn't matter how the data is accessed. It's difficult for me to answer here, as I have no idea how well you know web programming. I'll post a simple example. The logline() function ...
by Otto
Sat Oct 15, 2022 9:28 am
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1209

Re: Lookup method of Tdatabase

... I just discovered that records 3, 6 and 16 in the test Reserva.dbf (reservations) all have the same ROOMS_ID and TYPE with overlapping dates. Theoretically that can't happen. This prevents one of the tests from working since even when you attempt to add a day to record 6’s reservation, isFree() ...
by James Bott
Mon Aug 16, 2021 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2839

Re: Error report (errsysw_.prg)

It's hard to understand what you want. Do you compile with both versions? Why not compile only with the version that theoretically you say works and generates ERROR.LOG? You do not show anything practical to test or analyze. So it is not possible to help you. Greetings.
by karinha
Fri Jul 05, 2019 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error report (errsysw_.prg)
Replies: 29
Views: 2624

Re: ADS(linux) Error 5004

Vilian,

Thanks for replying, I'm theoretically aware of what you're mentioning, but even then the problem occurs.
by MGA
Tue Jan 17, 2017 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS(linux) Error 5004 (solved)
Replies: 6
Views: 1133

Re: Looking for cliparse.zip / Buscando cliparse.zip

... a.. Overview of the Clipper Virtual Machine (CVM) The CVM is formed by the main execution loop and several subsystems, each of which could be theoretically replaced, supposing that you respect the interface of each subsystem. The main execution loop is defined in the C function named CVM (the ...
by Antonio Linares
Mon Oct 24, 2016 7:50 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2281

Re: Harbour for iOS working. FiveTouch for iOS is coming ;-)

... terminalArgs);connectSamba.waitForFinished(); http://stackoverflow.com/questions/27822854/mount-network-drives-with-qt Theoretically it seems as it could be possible, but I have not tested it myself. Also I am aware of a problem with QProcess to be solved.
by Antonio Linares
Wed Oct 19, 2016 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour for iOS working. FiveTouch for iOS is coming ;-)
Replies: 15
Views: 2703

Re: Default font under Win 8 and 10

... and no font is assigned, the GetFont() method tries to created a font object based on the font-metrics of the font contained in the resource. Theoretically the created font object should be identical to the font defined in the resource. But there is a bug and it is different. I could not find ...
by nageswaragunupudi
Sun Aug 14, 2016 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Default font under Win 8 and 10
Replies: 11
Views: 3458

Re: Bug in TXBrowse?

... method. In case of a dialog created from resource, it tries to create and assign a font object to it on the basis of font metrics of the dialog. Theoretically this assigned font object should be identical to the hFont of the dialog when created from resource. The relevant part of the code is ...
by nageswaragunupudi
Sat Jul 16, 2016 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TXBrowse?
Replies: 16
Views: 2558

Re: Updated Version

... to know about ADOCE is that it is a subset of ADO and as this new FWPPC uses Harbour 3.4 (as Viktor helped us to make it FWPPC compatible), then theoretically Harbour ADO could be used from FWPPC apps so you should be able to manage MS SQL. I have not tested it myself. http://www.wirelessdevnet.com/channels/pda/features/ado_ce.html
by Antonio Linares
Tue Dec 01, 2015 2:53 pm
 
Forum: FiveWin for Pocket PC
Topic: Updated Version
Replies: 4
Views: 1955

Re: xbrowse / ADS failure

... we need to check with xHarbour version also. Surprisingly it appears these functions are working: AdsGetRelKeyPos AdsSetRelKeyPos AdsGetKeyCount Theoretically, these functions also should depend on the index still they work. Interestingly there is AdsGetKeyPos() function in ACE but no comparable ...
by TimStone
Wed Oct 28, 2015 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse / ADS failure
Replies: 8
Views: 1909

Re: How to combine (or use) SDK dll into Fivewin HB/XHB?

Thank you, I don't saw it, theoretically (and practically) the int has always the same length of pointer, so I could use hbparni and hbretni. Mr Antonino Do you mean to say the sizes of int and pointer on 64-bit OS also is the same? This ...
by nageswaragunupudi
Sun Jul 05, 2015 2:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to combine (or use) SDK dll into Fivewin HB/XHB?
Replies: 36
Views: 8172

Re: How to combine (or use) SDK dll into Fivewin HB/XHB?

use hb_rerptr( (void*) pValue ) to send at HIGH LEVEL use hb_parptr( nParams ) to recibe in LOW LEVEL Thank you, I don't saw it, theoretically (and practically) the int has always the same length of pointer, so I could use hbparni and hbretni. I made a sin of copy and paste from FiveWin's ...
by AntoninoP
Fri Jul 03, 2015 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to combine (or use) SDK dll into Fivewin HB/XHB?
Replies: 36
Views: 8172

Re: ListView: the Revenge...

Theoretically you can create a browse with the listView.
Here explains how to: http://www.codeproject.com/Articles/2890/Using-ListView-control-under-Win-API
But, to what end?
Regards,
Antonino
by AntoninoP
Mon Jun 22, 2015 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListView: the Revenge...
Replies: 1
Views: 378

Re: popup on Listview class

... LV_VIEW_LIST, 0) but in this case " you must provide a manifest specifying Comctl32.dll version 6.0 ". Regards, Antonino PS. theoretically you can do: @ 8,10 button obtn[3] prompt "Big"   SIZE 35,10 action SetWindowLong( oList:hWnd, -16, nOR( WS_CHILD, ...
by AntoninoP
Mon Jun 22, 2015 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: popup on Listview class
Replies: 10
Views: 3128

Re: problema con xbrowser

... we need to check with xHarbour version also. Surprisingly it appears these functions are working: AdsGetRelKeyPos AdsSetRelKeyPos AdsGetKeyCount Theoretically, these functions also should depend on the index still they work. Interestingly there is AdsGetKeyPos() function in ACE but no comparable ...
by nageswaragunupudi
Fri May 01, 2015 3:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con xbrowser
Replies: 17
Views: 4895
Next

Return to advanced search