Search found 76 matches: ending

Return to advanced search

New FTDN July/Julio (FWH 23.07)

... * LinkList: Method Sort( [lAsc], [lRecurse], [nCol] ) enhanced with three new parameters. Param.1 lAsc: .T. or "A" for ascending sort and .F. OR "D" for descending sort. Or, this parameter can be a codeblock also. Default: Ascending sort Param.2 lRecurse: Default ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1062

Shell.Explorer.2 problem

... error has occurred in the script on this page", Error: syntax error. I suspect this has something to do with Microsoft updating Edge and ending support for ActiveX. I tried changing the settings in Edge to allow for Internet Explorer Mode with no luck. Has anyone else seen this problem? ...
by Randal
Mon Jun 26, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 716

Re: New FWH 23.04

... with RTF files on screen, save them properly, but when it comes to printing them, we can't do it. In my output of an invoice, the starting and ending of text is never consistent, although the content remains the same. It is not a problem using regular text, counting the position after each ...
by TimStone
Tue May 02, 2023 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 817

Re: TWebView:Destroy method does not close the window.

...    VALID ( oWebView:Destroy(), SendMessage( oWebView:GetWindow(), WM_CLOSE ), .T. ) and the app keeps ending without any created log, so there is no a GPF I have also tried this:    ACTIVATE WINDOW oWndChild ;       ON RESIZE ...
by Antonio Linares
Fri Jul 29, 2022 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 3065

Re: Save JSON Signature string in Memo for printing

Save the value in the memofield, without the starting and ending Quotes.
At the time of printing:
Code: Select all  Expand view

cImage  := ( cAlias )->MEMO
cImage  := HB_BASE64DECODE( cImage )
@ r, c PRINT TO oPrn IMAGE cImage ............
 
by nageswaragunupudi
Thu Mar 31, 2022 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save JSON Signature string in Memo for printing
Replies: 5
Views: 367

Re: Error in database.prg?

Antonio Linares wrote:Do you have a field named "end" in your DBFs ?

Try to use a different field name


Yes Antonio, in 10 dbfs.
Database is ending the object with End and not End()? Any other solutions to not have to change the dbfs and prgs?
Thank you!
by wartiaga
Wed Feb 16, 2022 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 957

Re: memowrit() file type DOS or UNIX

Dear Antonio, dear Cristobal,
Thank you for your help.
As I need this inside my code, do you think strTans() could work?
>Windows uses CR-LF as the line ending in a text file, while linux uses LF
Best regards,
Otto
by Otto
Mon Feb 14, 2022 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: memowrit() file type DOS or UNIX
Replies: 6
Views: 421

Re: memowrit() file type DOS or UNIX

Dear Otto, From google: The main difference is in the line endings for each. Windows uses CR-LF as the line ending in a text file, while linux uses LF and MacOS uses (used?) CR. The upshot of this is that if you save a script file on Windows it will default ...
by Antonio Linares
Mon Feb 14, 2022 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: memowrit() file type DOS or UNIX
Replies: 6
Views: 421

Re: Metafile error

... remember this: REVIEW YOUR CODE, IT MUST HAVE AN ETERNAL LOOPING WITHIN STARTPAGE... ENDPAGE, OR DUPLICATE ENDPAGE. or calling ENDPRINT without ending with EndPage() (opened a page with StartPage() and not closed with EndPage(), called ENDPRINT directly). Sorry, I have this structure PRINT oPrn ...
by Silvio.Falconi
Tue Oct 26, 2021 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 422

Re: Metafile error

... remember this: REVIEW YOUR CODE, IT MUST HAVE AN ETERNAL LOOPING WITHIN STARTPAGE... ENDPAGE, OR DUPLICATE ENDPAGE. or calling ENDPRINT without ending with EndPage() (opened a page with StartPage() and not closed with EndPage(), called ENDPRINT directly).
by karinha
Mon Oct 25, 2021 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 422

Re: Error on search a record on dbf with tdatabase

... to free that day up, not add a new reservation for that day. So whenever you need to shorten a reservation, by either starting at a later date, or ending at an earlier date, you just change the start date, or the end date to the new date. There is no searching required. Psuedo code: Assumption: ...
by James Bott
Thu Jul 08, 2021 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1528

R.D.P. lock problem

Hi all

Sometimes with the Remote Desktop Program it happens that locked records are
perceived loked when instead with the classic network connection they are unlocked.
Some idea ?
Thank you all and happy ending and happy new year !
by mauri.menabue
Mon Dec 30, 2019 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: R.D.P. lock problem
Replies: 0
Views: 284

Re: mod harbour session js session object

... ) function ReplaceBlocks() does the magic for the "{{ ... }}". In fact this function allows you to use any starting and ending characters to replace blocks: function ReplaceBlocks( cCode, cStartBlock, cEndBlock, cParams, ... )   local nStart, nEnd, cBlock   local ...
by Antonio Linares
Tue Jul 30, 2019 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour session js session object
Replies: 20
Views: 2177

Re: aGetfiles bug

Antonio, not in all cases a insert (Abnormal program termination) is shown, in some cases the program is ending without any report! I cannot reproduce the situation. < 15 files it seems to functioning. This is in hb_out.log Application Internal Error - C:\WGUN\GUN1\gun32.exe ...
by byte-one
Sat Jan 19, 2019 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aGetfiles bug
Replies: 27
Views: 3870

Re: BUG in TToast!?

I will at end of my programm show a TToast-alert with a delay of 5 seconds. But the ending from my program waits not to the end from the TToast. So i pack the code from ending the program in the bReturn-codeblock but no call to this codeblock is executed!
by byte-one
Tue Oct 23, 2018 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG in TToast!?
Replies: 12
Views: 1042
Next

Return to advanced search