Search found 55 matches: remarks

Return to advanced search

Re: Newbie Question : XBROWSE

Here is some code snippeds for setting up Xbrowses. I think you can find usefull code inside it. I left the remarks // because they are sometimes coded because I found them on forum and wanted to test. /////////////////////////////////////////////////////////////////  BRW /////////////////////////////////////////////////  ...
by Marc Venken
Fri Nov 25, 2022 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1486

Re: If you send me an email and you don't get my answer...

Antonio,

Z_ERROR1.prg is only a change to shorten the log-file and to translate the remarks into Dutch.
But I will build my application with the standard errorsysw.prg, and let you know.
by driessen
Fri Jul 08, 2022 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: If you send me an email and you don't get my answer...
Replies: 27
Views: 1219

Mod Harbour challenge project

... screen with a logo and some manual for use simple order form (xbrowse ?) where I show the product and some extra fields (order nummer, intern doc, remarks fields) and a send button so i can process it local for delivery possible issue many products have more than one color and more than one size, ...
by Marc Venken
Wed Mar 31, 2021 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mod Harbour challenge project
Replies: 15
Views: 2095

Re: bug cWinVersion()

... version cWinVersion based on the table present in https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-osversioninfoexa#remarks . I'm not allowed to share that code.
by AntoninoP
Tue Dec 31, 2019 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug cWinVersion() [fixed in 20.04]
Replies: 17
Views: 1911

Re: Your EXE into a Web app

... forum like this is very indecent and highly objectionable. I strongly protest against Mr. Carles' inappropriate behavior in making these arrogant remarks. I always limited my role in these forums to provide support to users and never got involoved in personal comments. But this time it has gone ...
by Silvio.Falconi
Tue Oct 16, 2018 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 9048

Re: Your EXE into a Web app

... forum like this is very indecent and highly objectionable. I strongly protest against Mr. Carles' inappropriate behavior in making these arrogant remarks. I always limited my role in these forums to provide support to users and never got involoved in personal comments. But this time it has gone ...
by nageswaragunupudi
Sun Oct 14, 2018 5:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 9048

New FTDN December/Diciembre 2017 (FWH 17.12)

... oRowSet ) 2) hRec := FW_CopyRecord( oAdoRecordSet, cFieldList ) hRec[ "code" ] := <newcode> // unique value hRec[ "remarks" ] := nil // do not copy FW_PasteRecord( oRowSet, .T. ) // append * TDATABASE: --------- Many useful RDD functions are already provided ...
by Antonio Linares
Tue Dec 26, 2017 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2017 (FWH 17.12)
Replies: 0
Views: 2070

Re: DLL32 definition with double parameter type

... (I) Name of field to retrieve. plValue (O) Return the value. Special Return Codes AE_NO_CURRENT_RECORD Data cannot be retrieved from EOF or BOF. Remarks AdsGetLong returns the signed long value stored in the numeric, integer, short integer, double, CurDouble, RowVersion, or auto-increment field. ...
by Massimo Linossi
Mon Dec 18, 2017 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL32 definition with double parameter type
Replies: 23
Views: 2877

Re: Preview of a file

Nages, bcc582 is not supported.
txt, bat file not work properly yet :-( ( I've looked )
AntoninoP , thank you very much for your remarks :-) . I've placed the code in gdiplus.cpp for now
by mastintin
Wed Jul 08, 2015 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of a file
Replies: 43
Views: 20152

Re: Migrating to Harbour

... character. If this argument is omitted, the current delimiter is used. For more information on the values used by this parameter, see the Remarks section. oExcel:WorkBooks:Open( cXls) will work ok Hth Richard My sample doesn't work without OleDefaultArg(). If I'm wrong, please show me ...
by Enrico Maria Giordano
Sat Oct 05, 2013 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 52
Views: 16133

Re: Migrating to Harbour

... character. If this argument is omitted, the current delimiter is used. For more information on the values used by this parameter, see the Remarks section. oExcel:WorkBooks:Open( cXls) will work ok Hth Richard
by Richard Chidiak
Sat Oct 05, 2013 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 52
Views: 16133

Re: bug en SetFTime, no cambia la HORA

... la función SetFileTime() de Windows se comenta esto: the GetFileTime function may not return the same file time information set using SetFileTime Remarks Not all file systems can record creation and last access times and not all file systems record them in the same manner. For example, on FAT, ...
by Antonio Linares
Tue Jun 25, 2013 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: bug en SetFTime, no cambia la HORA
Replies: 20
Views: 3185

Re: Harbour Ole syntax

... date to show in the current view. Select [in] True to select\highlight the date after showing the date. False to ow the date, but not select it. Remarks Example [ShowDay Sample (Visual Basic)] This sample illustrates how to show a date it both day view and month view. Dim d As Date d = #10/10/2004# ...
by Richard Chidiak
Mon Jun 03, 2013 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Ole syntax
Replies: 34
Views: 6560

Re: DATE RANGE

Silvio You want to show all rooms with remarks whether free or not. I advise you to use this condition: STATUS != '04' .AND. MAX( dStart, CHECK_IN ) <= MIN( dEnd, CHECK_OUT - 1 ) as filter or for condition on RESERVA.DBF. That gives the list ...
by nageswaragunupudi
Mon Mar 18, 2013 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATE RANGE
Replies: 56
Views: 15093

Re: FiveDBU for 32/64 bits

Michel, Antonio, I tested your fivedbu and I really must congratulate you. Great job. A few remarks, if I may : 1. The number of indexes in a CDX-files : it looks to me that there is a limit of 15 indexes. Is that correct ? Can the number of indexes be extended ? 2. How ...
by Antonio Linares
Thu May 31, 2012 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 75246
Next

Return to advanced search