Search found 74 matches: removes

Return to advanced search

Re: Light a Icon on Msgitem

... I see lots of applications with those warning icons, but never flashing. I think to do that you would have to create a function that displays, removes, displays, removes the icon. That would certainly be a load on the CPU to constantly refresh the dialog to display it in a flash. Icons, by ...
by Silvio.Falconi
Thu Nov 10, 2022 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Light a Icon on Msgitem - Resolved -
Replies: 5
Views: 288

Re: Light a Icon on Msgitem

... I see lots of applications with those warning icons, but never flashing. I think to do that you would have to create a function that displays, removes, displays, removes the icon. That would certainly be a load on the CPU to constantly refresh the dialog to display it in a flash. Icons, by ...
by TimStone
Wed Nov 09, 2022 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Light a Icon on Msgitem - Resolved -
Replies: 5
Views: 288

Re: Search for a number on xbrowse and highlight it

... doing it wrong. the same thing happens when the "N +" button is selected, the procedure looks for the same numbers and colors them but removes the color from the other numbers already selected previously.
by Silvio.Falconi
Wed Oct 12, 2022 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search for a number on xbrowse and highlight it
Replies: 9
Views: 620

Re: Get real date from the Internet

This version removes all the warnings with MSVC 2022 and also works with Borland !!! #include "FiveWin.ch"function Main()   MsgInfo( Now() )return nil#pragma BEGINDUMP#ifdef _CRT_SECURE_NO_WARNINGS#undef ...
by Horizon
Mon Oct 03, 2022 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4466

Re: Get real date from the Internet

This version removes all the warnings with MSVC 2022 and also works with Borland !!! #include "FiveWin.ch"function Main()   MsgInfo( Now() )return nil#pragma BEGINDUMP#ifdef _CRT_SECURE_NO_WARNINGS#undef ...
by Antonio Linares
Thu Sep 29, 2022 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4466

Re: HTML report sample

... source code. You can easily design the form with WORD. If I use WORD for the first draft, then I open the HTML file with OpenOffice. OpenOffice removes all WORD-specific tags. Then the source code looks like this. https://mybergland.com/fwforum/openofficesource.jpg I also have a ...
by Otto
Mon Jul 26, 2021 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML report sample
Replies: 12
Views: 1545

New FTDN April/Abril 2021 (FWH 21.04)

... all scopes SetScope( uVal ) // Set both top and bottom scopes to uVal SetScope( uTop, uBot ) // TopScope uTop and Bottom Scope uBot // NIL value removes that scope After setting the scope, if the current record is out of scope, record pointer is moved to the nearest record within the scope. - ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1960

Re: Open 3 SQL tables

this removes the change of order, but not the visual effects

Please let me know the FWH version you are using.
by nageswaragunupudi
Thu Feb 18, 2021 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open 3 SQL tables
Replies: 9
Views: 858

Re: Open 3 SQL tables

... when clicked and also the arrow indicating the sorting, is it possible? Use oBrw:aCols[1]:bLClickHeader := {|r,c,f,o| nil} this removes the change of order, but not the visual effects Thanks
by ctoas
Tue Feb 16, 2021 11:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open 3 SQL tables
Replies: 9
Views: 858

Re: illegal copy protection

... to do the processing, and their credit card fees are significantly higher than what I get through my bank. However, their system does work, and removes you from any oversight problems. Tim
by TimStone
Thu Jan 21, 2021 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 996

Re: ERROR FWMARIADB, Mr. Rao. URGENTE!

However, we recommend you taking full advantage of FWH Marialib methods. Please try this sample to achieve the same results, but this approach removes the complexity of writing our own queries. #include "fivewin.ch"function Main()   local oCn, oRs, cSql, cTable  ...
by nageswaragunupudi
Fri Aug 14, 2020 4:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR FWMARIADB, Mr. Rao. URGENTE!
Replies: 6
Views: 773

xHarbour and hash functions

... Adds entries from the source hash table to the destination hash table hb_HDefault() Returns/sets a default value for a hash table. hb_HDel() Removes a key/value pair from a hash table hb_HDelAt() Removes an entry from a hash table based on its index position hb_HEval() Evaluate a code block ...
by Otto
Fri May 29, 2020 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour and hash functions
Replies: 2
Views: 749

New FTDN April/Abril 2020 (FWH 20.04)

... by Push() and Pop() Methods: New( [u1,u2,...,uN] ) --> Self Push( u, [u2, u3, ..., uN] ) --> Self Pop() --> Last item on the stack and removes from the stack Peek() --> Last item on the stack without removing Peek( -n ) --> -nth item from last Clear() --> Self. Clears the stack ...
by Antonio Linares
Sun May 03, 2020 12:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2196

Re: Get Numeric

... right aligned, even during edit. Digits entered are inserted at the right most position and the text shifted to the left. Delete key or back key removes the last digit and moves the remaining text to the right.
by nageswaragunupudi
Mon Mar 02, 2020 4:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get Numeric
Replies: 4
Views: 927

Re: mistake

Error: Unknown or unregistered symbol
operation: __DBGENTRY


you need to run samples/debugoff.prg one or two times until this error goes away

HB_PRGFLAGS is set to -B and debugoff.prg removes this flag from the environment
by Antonio Linares
Sat Nov 02, 2019 9:12 pm
 
Forum: mod_harbour
Topic: mistake
Replies: 9
Views: 1629
Next

Return to advanced search