Search found 408 matches: break

Return to advanced search

Re: How to include hbCurl?

... API and curl in a command line environment. The issue appears to be with the way you're formatting the JSON data in your curl command. Let's break down the correct format and structure for your curl command to add tags to a member. Here's the general format you need to follow based on Mailchimp's ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2934

Re: Data exchange between PC and Android device on the same loca

... if (file_exists( $filename . "tx" )) { echo "lock file exists" . "<br>"; } else { echo "break:" . $filename . "<br>"; $link = true; break; } } echo "The number is: $x <br>"; $x++; } } Then the PHP program ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 782

Different Processing of Escape Characters in Mod Harbour

Hello everyone, I am working with Mod Harbour and have noticed that in my JavaScript code \\n causes a line break, while \n leads to an error. Is this a known behavior in Mod Harbour, or could there be another reason for it? Has anyone had similar experiences or can give me a ...
by Otto
Wed Jan 31, 2024 4:10 am
 
Forum: mod_harbour
Topic: Different Processing of Escape Characters in Mod Harbour
Replies: 5
Views: 489

Re: WebView2 Essentials: Guides, Tips & Resources

... in a desktop application. The class seems to be written in a language that resembles Harbour, a Clipper-compatible programming language. Let's break down the class and its methods: Class: TWebView This class appears to manage a web view control within a desktop application. Data Members: hWebView: ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

file ID in the Windows file system

... copy on the new volume. **General Considerations:** - **Permissions and Links**: Be aware that moving files can sometimes affect permissions or break links and shortcuts that pointed to the original file, particularly when moving across volumes. Ensure any necessary permissions are reconfigured ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: Help splitting up a character address string

... have lost my ability to substring an Address field into seperate cStreet, cCity, cState and cZip variables ... here is a address field I want to break out into the above fields cAddress := "258 Shoreline Drive, Columbia, SC 29212" Please help me with the code to breakout the CStreet ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 596

Re: Help splitting up a character address string

... my old dBase\Harbour help file for the correct use of AT() and RAT() but I finially wrote a function I can use to take a full address field and break it into Street, City,State and Zip .. here is the code : // test.prg#INCLUDE "FIVEWIN.CH"Function Main()Local cAddress,cStreet,cCity,cState,cZip,nAt,nRat,nLen,nDiff,nRat1,nDiff1cAddress ...
by Rick Lipkin
Wed Nov 15, 2023 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 596

Help splitting up a character address string

... have lost my ability to substring an Address field into seperate cStreet, cCity, cState and cZip variables ... here is a address field I want to break out into the above fields cAddress := "258 Shoreline Drive, Columbia, SC 29212" Please help me with the code to breakout the CStreet ...
by Rick Lipkin
Tue Nov 14, 2023 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 596

Re: DBF . Commit

... The only problems which can appear are in OS or FS, i.e. the infamous opportunistic locks is MSDN networks which may completely break applications using concurrently the same files and synced by file range and file access locks. This is the most common reason of problems in concurrent ...
by Carles
Mon Oct 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2324

Re: TFileXLS

Hi Natter,

Enter text, by programming, with a line break.

regards
by oliveiros junior
Fri Sep 29, 2023 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFileXLS
Replies: 4
Views: 444

Re: TFileXLS

What means ?
break within a cell


Change cell properties or programmatically enter text with a line break ?
by Natter
Fri Sep 29, 2023 5:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFileXLS
Replies: 4
Views: 444

TFileXLS

Hey guys, This is a query about TFileXLS. How do I force the text to break within a cell. +------------------------------+------------------------------+-------------------------------------+ | XXXXXXXXXXXXXXXXXX | ............................. |.................................... ...
by oliveiros junior
Fri Sep 29, 2023 1:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFileXLS
Replies: 4
Views: 444

Re: xHarbour.org updated!

... LOCAL oUrl, oCli,lOk DEFAULT cUrl := "https://www.bcv.org.ve" BEGIN SEQUENCE oUrl = TUrl():New( cUrl ) IF EMPTY( oUrl ) BREAK ENDIF oCli = TIPClientHttp():New( oUrl ) IF EMPTY( oCli ) BREAK ENDIF IF !oCli:Open( oUrl ) BREAK ENDIF WHILE .T. cString := oCli:Read() IF Empty(cString) ...
by wartiaga
Mon Sep 18, 2023 7:22 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37439

Re: Announcing DrXlsx 1.0 by Charles Kwon

... i "think" it have to do that ADO "read/write" while XLSwriter "read" all to RAM before "write" when "break" ADO there is a *.XLSB but nothing when XLSwriter "crash" --- using a 64 Bit Apps ADO it is funny that my 64 Bit MSVC App work ...
by CharlesKwon
Sun Aug 27, 2023 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3853

Re: Announcing DrXlsx 1.0 by Charles Kwon

... i "think" it have to do that ADO "read/write" while XLSwriter "read" all to RAM before "write" when "break" ADO there is a *.XLSB but nothing when XLSwriter "crash" --- using a 64 Bit Apps ADO it is funny that my 64 Bit MSVC App work ...
by Jimmy
Sun Aug 27, 2023 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3853
Next

Return to advanced search