Search found 177 matches: followed

Return to advanced search

Re: COMBOBOX

Dear Mr. Stone, thank you very much for the explanation and for pointing me to these great sources of information. I followed the steps and things are starting to get a bit clearer for me already :-) Thank you all for your patience and sorry for floating the forum with maybe too ...
by Ruth
Wed Feb 28, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 293

Re: Different Processing of Escape Characters in Mod Harbour

Dear Otto,
I think \n leads to an error because the backslash is an escape character in javascript.
according to chatgpt :-) ... when used in a string, the \ expects to be followed by another character to form the escape sequence.
So \\n is needed in this case I suppose.
kind regards
ruth
by Ruth
Wed Jan 31, 2024 1:38 pm
 
Forum: mod_harbour
Topic: Different Processing of Escape Characters in Mod Harbour
Replies: 5
Views: 487

Re: Classe TGif

... define the dimensions and properties of each image in the file. The image descriptor should start with a byte containing the ASCII character “,”, followed by the following fields: image left position, image top position, image width, image height, local color table flag, interlace flag, sort flag, ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1651

Planner

... a summary: Broadly speaking, in this case, the CSS and HTML are generated on the backend (server) and then the HTML code is processed first, followed by the processing of the CSS. This is the usual workflow in web development. I am so glad that I created the planner using only HTML and JavaScript. ...
by Otto
Mon Oct 30, 2023 8:56 pm
 
Forum: mod_harbour
Topic: Planner
Replies: 0
Views: 460

Re: FIVEWIN power - a room planer video

... a summary: Broadly speaking, in this case, the CSS and HTML are generated on the backend (server) and then the HTML code is processed first, followed by the processing of the CSS. This is the usual workflow in web development. I am so glad that I created the planner using only HTML and JavaScript. ...
by Otto
Mon Oct 30, 2023 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11044

Re: returning a wchar_t variable back to harbour function

Yes, Mr. Rao, it does work.

I followed the header file down into getfile.c and saw how it is being done and why it works. It is a good learning experience for me.

Thank you very much,
by reinaldocrespo
Wed May 24, 2023 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: returning a wchar_t variable back to harbour function
Replies: 4
Views: 263

Re: Compilar o core.prg UHttpd

Dear Antonio, There is a similar post here on the forum, I followed the steps.. but I couldn't o make. \sis\fsql901\lib\libmysql.lib      +\sis\fsql901\lib\mysqlclient.lib   +\sis\fsql901\lib\sisrevH.lib,      +  sisrevHM.exe,                      +sisrevHM.map, ...
by Ari
Sun Apr 30, 2023 5:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 551

Re: How to create a PRIVATE variable owned by the caller?

... [[:= <initializer>], ... ] Arguments <identifier> is the name of a private variable or array to create. If the <identifier> is followed by square brackets ([ ]), an array is created and assigned to the <identifier>. When the <identifier> specification indicates an ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 776

Re: SMS Text messaging

I have followed up on this. As everyone indicates, SENDING the SMS is not a problem. It is pretty simple. Where I have a problem is getting the reply to a text message. So far, the companies I have focused on are assuming we ...
by TimStone
Fri Nov 04, 2022 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1687

Re: Installing on Paralles for Mac

... In essence, using my aging iMac, with Parallels running Windows 11, I have one seamless desktop experience. Some of my clients who have followed a similar path do so because of the ease it involves.
by TimStone
Thu Sep 01, 2022 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Installing on Paralles for Mac
Replies: 15
Views: 743

Re: Xbrowse bBargetAction and the filtering function for it

... + oCol:cExpr + " ) = '" + uVal + "'"  This will return all records with the field value beginning with "Ref123" followed by any characters. If you want exact comparison: uVal     := Upper( AllTrim( uVal ) )cFilter += "UPPER( ALLTRIM( " ...
by nageswaragunupudi
Sun Jul 03, 2022 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bBargetAction and the filtering function for it
Replies: 4
Views: 833

Re: Consulta Sobre Plantilla Word o Rtf "URGENTE"

... (must equal 0).The information to be included in RTF from a Windows device-independent bitmap is the concatenation of the BITMAPINFO structure followed by the actual pixel data. \wbitmapN Source of the picture is a Windows device-dependent bitmap. The N argument identifies the bitmap type (must ...
by remtec
Wed Jun 22, 2022 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Sobre Plantilla Word o Rtf "URGENTE"
Replies: 19
Views: 1491

Re: Consulta Sobre Plantilla Word o Rtf "URGENTE"

... (must equal 0).The information to be included in RTF from a Windows device-independent bitmap is the concatenation of the BITMAPINFO structure followed by the actual pixel data. \wbitmapN Source of the picture is a Windows device-dependent bitmap. The N argument identifies the bitmap type (must ...
by Antonio Linares
Tue Jun 21, 2022 9:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Sobre Plantilla Word o Rtf "URGENTE"
Replies: 19
Views: 1491

Re: Tdatabase & Filter

... ) OR METHOD-2   oDbf:Exec( <||      SET FILTER TO aContMesi[ MONTH( FIELD->DATE ) ]      return nil      > )  followed by oDbf:GoTop()? oDbf:KeyCount()  Sorry Nages I not understood where I make error error   Error description: Error BASE/1132 ...
by Silvio.Falconi
Mon May 23, 2022 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase & Filter
Replies: 5
Views: 480

Re: Tdatabase & Filter

...   SET FILTER TO aContMesi[ MONTH( FIELD->DATE ) ]      return nil      > )  followed by oDbf:GoTop()? oDbf:KeyCount() 
by nageswaragunupudi
Mon May 23, 2022 2:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase & Filter
Replies: 5
Views: 480
Next

Return to advanced search