Search found 25 matches: portions

Return to advanced search

Re: How to write NULL to a Sql table

... NULL, the way acceptable by Oracle/MSSql. Interstingly Empty dates ( CToD('') ) are passed on as NULLs successfully, but not NIL as NULL. relevant portions of source from win32ole.prg case HB_IT_NIL:          //pVariant->n1.n2.vt = VT_EMPTY;          break;         .......        case HB_IT_DATE:  ...
by Rick Lipkin
Thu Apr 23, 2009 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to write NULL to a Sql table
Replies: 36
Views: 5962

Re: How to write NULL to a Sql table

... NULL, the way acceptable by Oracle/MSSql. Interstingly Empty dates ( CToD('') ) are passed on as NULLs successfully, but not NIL as NULL. relevant portions of source from win32ole.prg         case HB_IT_NIL:          //pVariant->n1.n2.vt = VT_EMPTY;  ...
by nageswaragunupudi
Thu Apr 23, 2009 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to write NULL to a Sql table
Replies: 36
Views: 5962

Julio, The DLL also gets loaded into memory so there is still no size difference. When the RAM is not large enough, portions of the contents of the RAM are spooled out to disk and this will happen regardless of whether you are using a DLL and an EXE or just an EXE. You really should ...
by James Bott
Fri Sep 26, 2008 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: .RC dialogs and images limit!?
Replies: 19
Views: 2785

... "TCBrowse" into "TXBrowse". In your PRG use #include "xbrowse.ch" instead of #include "tcbrowse.ch" Here you have a working sample built from some portions of your code. Please review how I build it and modify your code accordingly, thanks: test.prg #include "FiveWin.ch" #include ...
by Antonio Linares
Wed Jul 16, 2008 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: work area not in use > dbskip
Replies: 13
Views: 2238

Colin,

Yes, we are currently working on transparent portions of controls to implement rounded buttons, so we can use it for SAYs too
by Antonio Linares
Fri May 23, 2008 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Requested SAY enhancement
Replies: 2
Views: 608

... with huge tables and hundreds of simultaneous users. Testing with smaller tables with a very few users will not give much problem though. Relevant portions of ADS documentation of AdsGetKeyNum : If the index is large, this function could take some time to complete because index keys are literally ...
by nageswaragunupudi
Thu Jan 10, 2008 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcbrowse 2 colour one for each line
Replies: 52
Views: 7969

Roberto,

> No, it doesn't work on Win98/Me, serial number is empty.

:-( Well, at least it is usefull for other Windows versions

> Do you us wmi to read values? I tried it too and I got the same result.

Part of the code is based on wmi, other portions, no
by Antonio Linares
Tue Nov 13, 2007 11:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Anti-piracy using a USB pendrive
Replies: 18
Views: 5012

... or in any other software the different msgs on the msg bars are not painted as depressed like in fivewin. Mostly they are painted at different portions of the Status Bar or shown in "Parts" of Status Bar. They look as msgs between two vertical lines. Personally I prefer that look. Still I prefer ...
by nageswaragunupudi
Wed Oct 17, 2007 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 7.10 - Office 2007 look for MsgBar
Replies: 12
Views: 4384

>
Microsoft will release core portions of the FoxPro software to its CodePlex community development site
>

That sounds quite interesting: Harbour may benefit from it.
by Antonio Linares
Wed Mar 14, 2007 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The end of Visual FoxPro
Replies: 5
Views: 2394

Jose, You may start using some portions of the code and test them: From your app, just call Scan_Open() and see if you get or not an error message. #pragma BEGINDUMP #include <hbapi.h> #include <windows.h> #include <ScanCAPI.h> ...
by Antonio Linares
Sat Nov 12, 2005 9:01 pm
 
Forum: FiveWin for Pocket PC
Topic: Activating a Scanner
Replies: 6
Views: 2625
Previous

Return to advanced search