Search found 740 matches: starting

Return to advanced search

Re: At() and Rat() return the same value on a character string

Enrico cName :- "Amy Halady" What I expect nAt := at( " ", cName ) scans forward from left to right so starting with "Amy " so space is the 4th character nRat := rat( " ", cName ) scans backwards from right to left starting with " Hadley" ...
by Enrico Maria Giordano
Thu May 16, 2024 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: At() and Rat() return the same value on a character string
Replies: 4
Views: 194

Re: At() and Rat() return the same value on a character string

Enrico cName :- "Amy Halady" What I expect nAt := at( " ", cName ) scans forward from left to right so starting with "Amy " so space is the 4th character nRat := rat( " ", cName ) scans backwards from right to left starting with " Hadley" ...
by Rick Lipkin
Thu May 16, 2024 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: At() and Rat() return the same value on a character string
Replies: 4
Views: 194

Re: xMate prg files show on top

Silvo

Thank you ... starting the project from scratch was the answer .. was down to my last bottle of Jack Daniels .. best saved for another day !!

Rick Lipkin
by Rick Lipkin
Mon Apr 29, 2024 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xMate prg files show on top
Replies: 2
Views: 119

Re: incremental search on Xbrowse

... get (cseek) and combo to change the field to search and I use multiselectcol I would like to add to the normal ( combobox) search "entries starting with " and "entries containing "
by Silvio.Falconi
Wed Mar 27, 2024 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2227

Re: Does anyone have an Envelope Printing module ?

... Programming Interfaces) instead of ActiveX for integration with Office applications. Microsoft, for example, offers the Office 365 API. We are starting with that now. Best regards, Otto Good morning Master Otto. I'm sure you're right. But I think it's difficult to help Mr. Rick, as I've never ...
by karinha
Sat Mar 02, 2024 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 765

Re: Does anyone have an Envelope Printing module ?

... Programming Interfaces) instead of ActiveX for integration with Office applications. Microsoft, for example, offers the Office 365 API. We are starting with that now. Best regards, Otto
by Otto
Fri Mar 01, 2024 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 765

Re: xBrowse with UrlLink

... a topic with the same subject is inserted or something similar related to my previous topic. I repeat, everyone has freedom of expression but I am starting to support a certain suspicion, that is, an incitement towards me because it has been reiterated over time by various subjects in these forums, ...
by Silvio.Falconi
Wed Feb 28, 2024 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 223

Re: COMBOBOX

... 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 basic questions :oops: ...
by Ruth
Wed Feb 28, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 346

Re: Add a new taskPanel on Explorerbar ( on line)

... method doesn't delete the taskpanels correctly NOTICE panel 1 is always present and is never deleted so when I delete the panels I delete them starting from the second
by Silvio.Falconi
Mon Feb 26, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 231

To Nages : Search on Xbrowse tree

... cases the possibility of searching for a customer through the get control and the oBrw:oSortCbx combobox and also to add on oBrw:oSortCbx { "Starting With", "Containing" } I used customer.dbf and set the index only on this fields FIRST ,LAST, CITY, STATE But for my application ...
by Silvio.Falconi
Thu Feb 15, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Search on Xbrowse tree
Replies: 1
Views: 414

Help. Password/MySQL

good morning; I'm starting on Mod_harbour. I have some doubts? can you help me? 1. FWH[Encrypt/Decrypt] ? because I have an app. Desktop [FHW] I want to maintain compatibility [Hb_decrypt / SX_Decrypt ] -> It is not compatible 2. ...
by lzanardo
Tue Feb 13, 2024 1:31 pm
 
Forum: mod_harbour
Topic: Help. Password/MySQL
Replies: 1
Views: 178

Re: RC to PRG generator

Very good master. It's starting to look good. Muy buen maestro. Está empezando a tener buena pinta. local oBtn1, oBtn2, oBtn3, oBtn4, oBtn5local oGet1, oGet2local oXbrw1local oMtr1DEFINE DIALOG oDlg RESOURCE "BOXBACKUP"REDEFINE ...
by karinha
Mon Feb 12, 2024 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1355

Re: Strange characters going from FWH to Outlook FWH 13.10

Hello,

Until now, I didn't get any answer to my question concerning this problem.
It is starting to be quite urgent.

No solution yet?

Thanks.
by driessen
Sat Feb 10, 2024 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3882

Re: Mr. Rao EOF() BOF() not working wirh RecSet

What about calling oData:MoveFirst() before starting the Do while Loop ?
by anserkk
Fri Feb 02, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao EOF() BOF() not working wirh RecSet
Replies: 3
Views: 436

Re: link between PRG and RC

... to go looking - a hint to *.rc? like in css where you first link the file before you can use its styling opportunities? i am looking forward to starting ... i will "just" change the font first. it says FONT 10, "Segoe UI" please, where can i find all the usable fonts for ...
by Ruth
Tue Jan 30, 2024 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 2007
Next

Return to advanced search