Search found 352 matches: notes

Return to advanced search

Re: Font sizing for printout.

Hi Tim, Tim, I haven't done anything like this in a long time, but below (after my signature) is a note from my FW printing notes file. Keep in mind that everything from the colon on is a remark. I don't know why I did it that way now. I am not sure exactly what you are trying to accomplish, ...
by James Bott
Tue Jun 23, 2020 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 761

Re: Dolphin to FW MySql/Maria upgrade ...

... resultXBROWSER aResult  Thanks for pointing out. We appreciate for bringing out any other issues that you may come across while migrating. Notes: METHODS Query() and RowSet() are synonimous. Same sql statement when executed with oCn:Execute() returns results as an array. Please also indicate ...
by nageswaragunupudi
Mon Jun 15, 2020 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dolphin to FW MySql/Maria upgrade (Solved) ...
Replies: 6
Views: 1154

Re: xBrowse and SQLRDD bug

... This is the result: https://imagizer.imageshack.com/img922/9870/4D02Ac.gif Notes: VScrollbar works as expected when the dbf is in natural order (not set to an index) and no filter is set. I am unable to understand why this ...
by nageswaragunupudi
Thu Jun 11, 2020 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and SQLRDD bug
Replies: 18
Views: 2463

Re: List all functions and classes in FWH library

... of FWH that does not support lSeekBar of XBrowse, please comment out the line ":lSeekBar := .t." 4. Build with buildh.bat or buildx.bat. Notes: Some functions displayed by the program may be functions that are internally used and not intended to be used directly in the applications and ...
by Marc Venken
Wed Mar 18, 2020 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: List all functions and classes in FWH library
Replies: 13
Views: 3440

Re: Export To Word

James, In today's software market place, people like to do "mark ups" and notes on reports. We are not "editing" anything within the software. Instead, they are taking output and adding to it in individual situations. In the case of one client, ...
by TimStone
Thu Feb 06, 2020 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Export To Word
Replies: 11
Views: 1932

Re: Mobile App Development

Hello Shridhar, I'm taking notes here https://winhotel.space/harbourino/html/index.html while learning mod harbor, javascript, and html. In the section form-handle-fields I wrote down how I read the data from the dbf file, ...
by Otto
Fri Jan 17, 2020 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 5390

Re: Mapi Outlook .. send mail silently

... not send it until you hit the send button. In my case, I have the system send automatic emails in the middle of the night. These include thank you notes and service reminders. Currently I have to use SMTP for this process, but we would love to have it go through the MAPI client so both the outgoing, ...
by TimStone
Fri Dec 13, 2019 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mapi Outlook .. send mail silently
Replies: 15
Views: 2547

Re: xbrowse with double row

I found this in my notes, apparently from an old forum message. I don't remember if I ever tried it. To get multiple lines per record: oCol:bStrData := { || oCust:name + CRLF + oCust:street } oBrw:nDataLines := 2 oBrw:nRowHeight := ...
by James Bott
Wed Sep 18, 2019 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse with double row
Replies: 3
Views: 668

Re: Mr. Rao. REQUERY FWH Nativa.

... [lLock] )  This method reads all fields from the database and offers for edit. When saved, the rowset in the memory is updated. Notes: 1) The table must have a primary key. 2) The query should include the primary key. Sample code: #include "fivewin.ch"function Main()  ...
by nageswaragunupudi
Thu Sep 12, 2019 4:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao. REQUERY FWH Nativa.
Replies: 1
Views: 590

Re: Manu Exposito's pearls

... 2006-12-15 16:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * general PCODE cleanup and address most of TODO/FIXME notes in source code: ! removed all strtok() functions ---------------------- 2011-09-20 13:56 UTC+0200 Viktor Szakats (vszakats.net/harbour) * contrib/hbqt/qtcore/hbqt_pointer.cpp ...
by xmanuel
Wed Aug 14, 2019 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manu Exposito's pearls
Replies: 12
Views: 3044

best mod_harbour examples

... 4. Genesis: RAD for the web using mod_harbour https://harbour.fourtech.es/modharbour_samples/genesis/index.prg 5. Notes: https://harbour.fourtech.es/modharbour_samples/apps/mvc_notes/
by Antonio Linares
Tue Jul 30, 2019 12:51 pm
 
Forum: mod_harbour
Topic: best mod_harbour examples
Replies: 1
Views: 729

Re: XBrowse edit only one column

...  XBROWSER oCust   oCust:End()return nil//----------------------------------------------------------------------------//  Notes: 1) Please do not use FIELDS clause. Instead use COLUMNS clause as used in the sample above. XBrowse takes care of assigning the edited values. ...
by nageswaragunupudi
Tue Jun 18, 2019 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse edit only one column
Replies: 26
Views: 3006

Re: Enhancements to print preview

Thank you for sharing Silvio. I'll add it to my notes
by hua
Tue May 14, 2019 3:00 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Enhancements to print preview
Replies: 2
Views: 1124

Re: Convert DBF 2 SQL

... including memo fields. Structure of \fwh\samples\wwonders.dbf: "NAME",  "C", 40, 0"IMAGE", "M", 10, 0"NOTES", "M", 10, 0  The DBF contains two memo fields. Text is stored in the memo field "NOTES". The image itself, which is ...
by nageswaragunupudi
Mon Mar 25, 2019 4:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DBF 2 SQL
Replies: 9
Views: 2568

Re: To Nages : Explain me how I must make this tdatabase

... the listbox (wbrowse), in fact if you remember we had to put a SetoDBF (odbf) or a calias because the tdata did not work, I sent the sources with notes explanatory notes for each group of operations and all the procedures that had to be done
by Silvio.Falconi
Wed Mar 06, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3361
PreviousNext

Return to advanced search