Search found 520 matches: short

Return to advanced search

OT: for the weekend

Hello friends, Our old ASP newspaper web page from 2005 has now moved to mod harbour. Everything works very well. In this short video, you can see what the database looks like and how we fill the data on the website with the help of HASHes. You can also see how easy it is to build the ...
by Otto
Fri Oct 01, 2021 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: for the weekend
Replies: 5
Views: 614

Re: Copying a file

hi,

funny that you don´t want Animation. for short files you will not see it.

what about CopyFileW function from Kernel32.dll
https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-copyfilew
by Jimmy
Sat Sep 11, 2021 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copying a file
Replies: 17
Views: 1249

Re: O.T. Resedit

Marop

Removed kb5004237 and Resedit worked for a short time and then closed ..

Rick Lipkin
by Rick Lipkin
Mon Jul 19, 2021 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. Resedit
Replies: 17
Views: 1412

Re: How to Curl for text messaging

Hello Everyone; I ended up writing a windows service with Harbour. It runs 24/7 sending messages. To receive messages back, I wrote a short modharbour script that catches POST messages, which is how you can catch text messages sent to your number. I'm using Twilio.com to send and receive ...
by reinaldocrespo
Thu Jul 15, 2021 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2289

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file(SOLVED)

... *') typedef HB_VMHANDLE HANDLE; c:\harbour\include/clipdefs.h:100:16: error: typedef redefinition with different types ('USHORT' (aka 'unsigned short') vs 'int') typedef USHORT BOOL; c:\harbour\include/clipdefs.h:78:22: error: typedef redefinition with different types ('unsigned int' vs 'unsigned ...
by Compuin
Sat Jun 26, 2021 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4221

Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... included from c:\bcc7164\include\windows\sdk\wtypes.h:40: c:\bcc7164\include\windows\sdk/wtypesbase.h:145:15: warning: redefinition of typedef 'SHORT' is a C11 feature [-Wtypedef-redefinition] typedef short SHORT; ^ c:\bcc7164\include\windows\sdk\winnt.h:408:15: note: previous definition is ...
by Compuin
Fri Jun 25, 2021 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4221

Re: XBrowse height for rows - RowHeight

... in mind that the web browse control Edge based is in the starting blocks. It will give us a lot of design options in the user interface I made a short test - please see. Best regards, Otto https://mybergland.com/fwforum/webbrowsercontrol.jpg
by Otto
Fri Jun 18, 2021 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse height for rows - RowHeight
Replies: 6
Views: 982

Re: don't open duplicates of an exe

... at all possible, software should just fix the problem and be quiet about it. Thanks for the code Tim. I have a routine, but it is 16 lines long. Short is better.
by James Bott
Thu May 20, 2021 11:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: don't open duplicates of an exe
Replies: 11
Views: 1223

Re: Simulate header report with oprn:Box

... discussing with you why fivewin still does not have a powerful designer that works well to rely on, with which a user can make a model in a very short time without wasting time and with the risk of losing the I work because ER often crashes and you dear Otto lose what you were doing instead C5report ...
by Silvio.Falconi
Fri May 14, 2021 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate header report with oprn:Box
Replies: 9
Views: 900

SVG QRCodes

... for functions and tasks We copy our standard functions to this directory We insert INIT PROCEDURE PrgInit into the projects main file HRB_INDEX2 Short test LET us clean up the main file - HEAD GITHUB_DESCRIPTION Let us look into our samples for dbf2Hash As we do not have anything changed, we ...
by Otto
Thu May 13, 2021 9:31 pm
 
Forum: mod_harbour
Topic: SVG QRCodes
Replies: 0
Views: 241

Re: Speedtest CLIPPER vs. xHarbour - COMMIT

... executed from real Windows application. Of course if you need such information. Probably DOS emulation layer buffers few commit requests in some short time period, f.e. 1 sec. and then send them as one. But I only guess. Anyhow it's not Harbour problem. Harbour only sends commit request for open ...
by Antonio Linares
Fri Apr 30, 2021 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest CLIPPER vs. xHarbour - COMMIT
Replies: 20
Views: 5762

Re: Fivewin.ch still says version FWH 20.08

... to first assign the field value to another variable and then call these functions. Fixed now. ... ... The top of the include file looks like /* !short: FiveWin main Header File */ #ifndef _FIVEWIN_CH #define _FIVEWIN_CH #define FWCOPYRIGHT "(c) FiveTech Software, 1993-2019" // :?: 2021 ...
by ukoenig
Sat Apr 03, 2021 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin.ch still says version FWH 20.08
Replies: 3
Views: 610

Re: Make para BCC10

... First, let's look at the directory structure. The root by default is called BCC101. Under this directory you will find: Bin Include Lib Bin Bin is short for binaries. Under this directory you will find all of the command-line tools (as well as RTL dynamic libraries). There are a wide variety of ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1127

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: 952

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: 682
PreviousNext

Return to advanced search