Search found 744 matches: null

Return to advanced search

There was a recent fix to the underlying ADO class that allowed ctod(" ") to be stored as null on Ms Sql .. It was fixed since the release of xHarbour 99.71 and should be out in the next binary release. If you need the fix .. e-mail me at lipkinrm29063@yahoo.com Rick ...
by informativa
Thu Sep 13, 2007 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 107478

There was a recent fix to the underlying ADO class that allowed ctod(" ") to be stored as null on Ms Sql .. It was fixed since the release of xHarbour 99.71 and should be out in the next binary release.

If you need the fix .. e-mail me at lipkinrm29063@yahoo.com

Rick Lipkin
SC Dept of Health, USA
by Rick Lipkin
Thu Sep 13, 2007 12:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 107478

Append

I encontered a small problem with the append command if a table has been created with fields that do no accept null. I think this is due to RecordSet:Update() in the ADO_APPEND function. An error message is shown for each conflicting field. My tests a being done with MSSQL. Am I doing something wrong?
by informativa
Wed Sep 12, 2007 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 107478

New person - Clipper 5.3 programmer

... still doesn't work. I asked Antonio, and he suggested I try adding: "... /force:multiple" so I tried "c:\sids\bin\link /se:2000 /NOE %1,,null, Five FiveC Objects WinApi Clipper Extend, ..\include\FiveWin.def /force:multiple" then "c:\sids\bin\link /se:2000 /NOE %1,,null, Five FiveC Objects ...
by Sid
Tue Sep 11, 2007 6:46 am
 
Forum: FiveWin for CA-Clipper
Topic: New person - Clipper 5.3 programmer
Replies: 1
Views: 1138

... BEGINDUMP #pragma comment (lib,"scnapi32") #include <hbapi.h> #include <windows.h> #include "Scancapi.h" LPSCAN_BUFFER lpScanBuffer = NULL; BOOL bUseText = TRUE; DWORD dwScanSize = 7095; DWORD dwScanTimeout = 0; #define BUFFER_SIZE 7095 #define DEFAULT_TIMEOUT 10000 HANDLE hScanner ...
by cdmmaui
Sun Sep 09, 2007 11:19 am
 
Forum: FiveWin for Pocket PC
Topic: FWPPC and MC3000 scan button
Replies: 13
Views: 5764

... copy cText to data _bcopy(lpbData+2,_parc(2),_parclen(2)); // Return nBytesSent, failure if nBytesSent<=0 _retni(Escape(_parni( 1 ),PASSTHROUGH,NULL,(LPSTR)lpbData,NULL)); // Free memory! _xfree(lpbData); } else _retni(0); // No memory! } else _retni(0); // Invalid args! }
by xhbcoder
Wed Aug 22, 2007 9:23 pm
 
Forum: FiveWin for CA-Clipper
Topic: Converting POS application to xHarbour + FWH
Replies: 50
Views: 16037

... application must supply a handle that identifies this DC. The application can get this handle by calling the GetDC or CreateDC function or specify NULL as the handle to use the current display device for the reference device. Most applications store pictures permanently and therefore create an ...
by Antonio Linares
Wed Aug 22, 2007 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Refazer o Preview
Replies: 4
Views: 1253

I am getting the message "oFTP:hFTP is null" here too (actually oFTP:hFTP is equal to zero). I am using FWH 7.05, Borland, and XP Pro SP2. I have administrator rights.

James
by James Bott
Mon Aug 13, 2007 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP-directory
Replies: 17
Views: 3942

Antonio,

I tried this sample on two PCs - the result is always "oFTP:hFTP is null"

How can I find out what the problem is?

Thanks (again) for help,
Dietmar
by Dietmar Jahnel
Mon Aug 13, 2007 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP-directory
Replies: 17
Views: 3942

FTP-directory

I'm trying to read the files from a ftp-server. I modified the ftpdir-sample and always get "oFTP:hFTP is null" both oInternet:hWinINet and oInternet:hSession are empty Am I doing something wrong or is it a Vista-related problem? Many thanks for help, Dietmar function Main() ...
by Dietmar Jahnel
Fri Aug 10, 2007 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP-directory
Replies: 17
Views: 3942

Prueba a asignarle un brush "NULL" al control:

<oControl>:SetBrush( TBrush():New( "NULL" ) )

Eso hará que se dibuje transparente
by Antonio Linares
Thu Aug 09, 2007 3:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Transparencia en controles definidos por el usuario
Replies: 12
Views: 2531

... $ "KEYPRESS,KEYDOWN" IF nKey = 80 ..... ENDIF ENDIF RETURN NIL event is ok, But nKey is returning NULL!
by vilian
Thu Aug 02, 2007 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: As to catch return of oActiveX:Do
Replies: 25
Views: 5878

In source\function\filename.prg change function cTempFile() to return this:

return LFN2SFN( cFileName )


Pardon me if I make the wrong conclusion here, but wouldn't placing lfn2sfn() here would result in cTempfile() to always return a null string since cFileName is yet to be created?
by hua
Wed Jul 18, 2007 4:09 am
 
Forum: FiveWin for CA-Clipper
Topic: TEMP variable
Replies: 13
Views: 5561

Anyone could convert Crystal button C# into prg?

... var /// </summary> private System.ComponentModel.Container components = null; private bool XiaCen=false; private bool mouseMove=false; private Color backColor; public UserControl1() { // 该调用是 ...
by ShumingWang
Sat Jul 14, 2007 8:50 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Anyone could convert Crystal button C# into prg?
Replies: 0
Views: 1155

MUY URGENTEEEEEEEE C++

... = 24; bmi.bmiHeader.biCompression = BI_RGB; // Create the surface. hbm = CreateDIBSection(hDC, &bmi, DIB_RGB_COLORS, &pBits, NULL, 0); return(hbm); } /*********************************************************************\ * * * BitmapsCompatible(LPBITMAP, LPBITMAP) * * * * ...
by A&C
Sat Jun 30, 2007 11:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MUY URGENTEEEEEEEE C++
Replies: 2
Views: 982
PreviousNext

Return to advanced search