Search found 20 matches: continuation

Return to advanced search

Re: Announcing DrXlsx 1.0 by Charles Kwon

In continuation: German Umlauts (also all accented characters of West European languages) are encoded differently in ANSI and UTF8. I posted more details in your other posting. All English characters and also all non-accented ...
by nageswaragunupudi
Sun Aug 27, 2023 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3870

Re: Talk.to chat in ActiveX

In continuation of an email. I ask you that because I'm currently working on converting a bootstrap template into a dynamic web site. The data all come from DBF files. I have just started with the mega menu. Maybe you could ...
by Otto
Wed Feb 03, 2021 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talk.to chat in ActiveX
Replies: 19
Views: 1453

Re: chenge on line a combo

... continuation of my previous post
I like your design very much.
Best regards,
Otto
by Otto
Fri Nov 13, 2020 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change on line a combo
Replies: 24
Views: 5336

Re: Problem with Get in RibbonBar

...     endif   endif.../...return nil//--------------------------------------------------------------------//  2) As a continuation of Antonio's magnificent example Since the problem is related to the movement of the mouse , as seen in case 1) , then #include "FiveWin.ch"#include ...
by cnavarro
Fri May 04, 2018 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Get in RibbonBar
Replies: 13
Views: 2203

Re: Show colsize togetter with colnames on rightclick

In continuation to my above posting, we can extend the logic to generate mini code. Create a browse, swap columns, resize columns as you like and then call oBrw:bRClicked := { || MEMOEDIT( QuickCode( oBrw ) } This the function ...
by nageswaragunupudi
Sat Jan 21, 2017 10:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show colsize togetter with colnames on rightclick
Replies: 7
Views: 1201

Re: Introducing FiveTech's fivedit

... - Implemented style Hotspot: only with inside string or comment line Local cCad := "This a string |#www.google.es#| continuation" Local cCad := "Hello" // This a comment |#www.google.es#| others questions - Automatically adds methods, datas, functions ...
by cnavarro
Tue Dec 06, 2016 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107335

Re: Mejoras para scintilla

... - Implemented style Hotspot: only with inside string or comment line Local cCad := "This a string |#www.google.es#| continuation" Local cCad := "Hello" // This a comment |#www.google.es#| others questions - Automatically adds methods, datas, functions ...
by cnavarro
Tue Dec 06, 2016 5:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839504

Re: ADO & SQL INSERT Statement

... the rows are shorter than the minimum buffer size. Inserting with a Cursor The code in the previous example prepares an insert cursor for use. The continuation, as the following example shows, demonstrates how the cursor can be used. For simplicity, this example assumes that a function named next_cust ...
by avista
Thu Jul 31, 2014 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO & SQL INSERT Statement
Replies: 9
Views: 2219

Re: How can recompile FW libraries?

... function TABSPAINT Warning W8065 tabstool.c 142: Call to function 'MoveTo' with no prototype in function TABSPAINT Warning W8010 tcbfuncs.c 127: Continuation character \ found in // comment in function TCDRAWCELL Warning W8010 tcbfuncs.c 130: Continuation character \ found in // comment in function ...
by mosh1
Mon Oct 10, 2011 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can recompile FW libraries?
Replies: 23
Views: 5581

Memory is overwritten after calling functions in DLL

Hi Antonio and all FWH gurus, This post is a continuation from this thread . I've now managed to build a much reduced, sorta self-contained sample :). I agree with Roberto Parisi that it looks like a case of memory that got overwritten as with ...
by hua
Wed Oct 05, 2011 6:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory is overwritten after calling functions in DLL
Replies: 4
Views: 1196

Re: To Antonio : Preview in FWH 10.12

... rpreview.prg. Probably, if that is our wish, FWH may provide for more customization of the buttons and bar possible in the next release. In continuation to my above post, let me correct myself. It is possible to remove the two or all buttons and substitute with our own buttons. Sample code: ...
by nageswaragunupudi
Sun Feb 13, 2011 10:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio : Preview in FWH 10.12
Replies: 40
Views: 7044

This is in continuation with my above posted problem http://img91.imageshack.us/img91/893/erroriz2.jpg I get error when I close the window containing the xBrowse. (IT tries to run the function VALID CloseOpenDBFs(mOpenDbfArr) ...
by anserkk
Tue Sep 09, 2008 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Unable to pass private var to Window's Valid clause
Replies: 5
Views: 1127

Hi Antonio Linares Thank you. But. 'Process BAR' It makes from the (FWH + Habour OR FWH + xHabour). If it is like that and 'MMP_INIT()' continuation after executing 'g_num' the change comes over and process it will embody the bar to put out, it isn't ? Reply the execution is over now and completely ...
by yunbg1
Thu Mar 13, 2008 2:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The method which is delivered a variable 'i'.
Replies: 10
Views: 1640

In continuation These features also are not in txbrowse 17.- Synchronization through code blocks with other browses using "TSBrowse" method SyncChild(). We can do this in bchange block of xbrowse. 18.- Filters based on indexes ...
by nageswaragunupudi
Fri Feb 08, 2008 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBROWSE Class OF MANUEL MERCADO
Replies: 24
Views: 8790

Sorry. I understand now.
The syntax is hb_inline ( ... ) {
or
hb_inline( .. ) ; (semicolon is for continuation of { on the next line.
{

this solved the issue.
by nageswaragunupudi
Sat Jun 16, 2007 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_inline() not working in xharbour from fivewin
Replies: 3
Views: 870
Next

Return to advanced search

cron