Search found 522 matches: short

Return to advanced search

Documentation for variables - what form should it be?

... developer (including yourself) would understand its purpose - but you DIDN'T want to mess up the variable name, and you didn't want to rely on short comments in your source file, how would you approach it? I'd prefer not to depend on the standard method of documenting the variable inside the ...
by FWExplorer
Sun Feb 28, 2021 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 969

Re: What's the best way to set individual bits, in a bit string

... in the ..\samples and subfolders, yes that's helpful. But nobody - as far as I know - has put together any kind structured tutorial document with short samples and maybe exercises. All we have is reference documentation and samples, which leaves it up a random process, and there's always a chance ...
by FWExplorer
Sun Feb 28, 2021 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 722

Re: How to Curl for text messaging

Thank you very very very much. I hope to see you all this time around the sun. Below is short sample on how to send text messages with Twilio using curl. #include "hbcurl.ch"#define ACCOUNT_SID  "XxxxxxxxXxXXXX" #define AUTH_TOKEN   "Twilio-Acc-Token ...
by reinaldocrespo
Tue Feb 23, 2021 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2383

Re: Imágenes en una DBF

... valuable. At first I used the DBF file with the CDX index. Often there is damage to the index file and the time required to reindex it is also not short. Another problem is the speed of access if the number of records is very large. often the command 'seek' or 'locate for' only finds the nearest ...
by Mulyadi
Thu Feb 18, 2021 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 2155

Re: Transym OCR wrapper functions for Harbour

... years and my mind has been somewhere else for a very long time. If you need help, I can try to find time to go back and review my code. But, in short, I do recommend Transym over Tess. I hope that helps, Reinaldo.
by reinaldocrespo
Wed Feb 17, 2021 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2903

The dollar sign is short for jQuery

Anyone who has already dealt a little with jQuery will have stumbled upon the following call:

jQuery ('a'). attr ('title');

Shorter is nicer - therefore you will normally only see the following spelling (which is synonymous!):

$ ('a'). attr ('title');

The dollar sign is short for jQuery
by Otto
Fri Feb 05, 2021 8:35 am
 
Forum: mod_harbour
Topic: The dollar sign is short for jQuery
Replies: 0
Views: 191

Re: Are there any Treeview samples with associated edit boxes?

... issues are resolving, notwithstanding climate change. Is the name of this - Pim - too generic? Should it be titled 'FWPim' or 'Fim', for short? Support for RichEdit5 from pim.prg: EXE and full source code: https://github.com/FiveTechSoft/FWH_tools/blob/master/pim.zip https://github.com/FiveTechSoft/screenshots/blob/master/pimrtf.jpg?raw=true
by FWExplorer
Sun Nov 29, 2020 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 5007

Re:

... printers capable of duplex printing. Following are the possible values. Value Meaning DMDUP_SIMPLEX Normal (nonduplex) printing. DMDUP_HORIZONTAL Short-edge binding, that is, the long edge of the page is horizontal. DMDUP_VERTICAL Long-edge binding, that is, the long edge of the page is vertical. ...
by Silvio.Falconi
Fri Nov 06, 2020 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Duplex printing
Replies: 7
Views: 1725

Re: New Password problem

... it for extended periods of time. We are talking about a business that depends on their workstations all day long, not someone who logs in for a short period of time to handle reservations or checkins.
by TimStone
Thu Oct 01, 2020 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Password problem
Replies: 23
Views: 3502

Re: sql server guardar y mostrar imagen

... ):Value := HB_STRTOHEX( MEMOREAD( "c:\fwh\bitmaps\olga1.jpg" ) )oRs:Update()  Method-2: Short and simpler code, for lazy people like me. oRs   := FW_OpenRecordSet( oCn, cTable )oRs:AddNew( { "NAME", "PHOTO" ...
by nageswaragunupudi
Mon Sep 21, 2020 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sql server guardar y mostrar imagen
Replies: 10
Views: 1751

Step By Step mod Harbour Language For Beginners With Example

Dear friends, I am searching for friends who help to work on a tutorial. Here a short introduction to the project. The source code is ready in the mod harbour samples but we need a manual for the beginners. *************************************************************************************************************** ...
by Otto
Sat Sep 19, 2020 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Step By Step mod Harbour Language For Beginners With Example
Replies: 3
Views: 744

Re: Wrong Tooltip

Silvio, 1. add ONE tab to the longest text add 2 tabs to the short text in case the result shows different spaces maybe 3 tabs are needed if the difference is to big between short and long text ( have a look at sample 2 ) from vkey.ch #define VK_TAB 9 ...
by Silvio.Falconi
Mon Mar 30, 2020 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrong Tooltip
Replies: 9
Views: 1485

Re: Wrong Tooltip

Silvio, 1. add ONE tab to the longest text add 2 tabs to the short text in case the result shows different spaces maybe 3 tabs are needed if the difference is to big between short and long text ( have a look at sample 2 ) from vkey.ch #define VK_TAB 9 ...
by ukoenig
Sat Mar 28, 2020 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrong Tooltip
Replies: 9
Views: 1485

Re: Wrong Tooltip

... http://www.pflegeplus.com/IMAGES/Tooltip2.jpg another test with mixed long and short text DEFINE BUTTON OF oBar ACTION MsgInfo( "Two" ) ;TOOLTIP "One" + Chr( VK_TAB ) + Chr( VK_TAB ) ...
by ukoenig
Sat Mar 28, 2020 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrong Tooltip
Replies: 9
Views: 1485

Re: Fivewin OLE with Outlook

... on a computer. For migration scenarios, we realized that there may be a need to have multiple versions of Office on the same computer for a short period of time. We recommend that you uninstall the previous version of Office shortly after you have migrated to the latest version of Office. ...
by karinha
Mon Mar 23, 2020 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OLE with Outlook
Replies: 7
Views: 1180
PreviousNext

Return to advanced search