Search found 64 matches: leading

Return to advanced search

Re: Mod Harbour installation -

... (DEVCLASS). These trends suggest that many developers now use ChatGPT and similar tools to quickly get answers to their programming questions, leading to a decline in the traditional use of forums like Stack Overflow.
by Otto
Sat Jun 08, 2024 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mod Harbour installation -
Replies: 16
Views: 1309

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

... applications involves technological compromises and economic constraints. The cost of updates, for example for TSwitch, can outweigh the benefits, leading to a difficult balance between innovation and financial feasibility. I'm not very familiar with this, but I think one would need to reprogram ...
by Otto
Fri Feb 09, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 1719

Re: A Call for New Ideas and Web Integration

... which can impair our ability to focus on others and show genuine interest. Notifications can constantly confront us with the activities of others, leading to envy and dissatisfaction. Notifications received during a conversation can interrupt it and divert attention. Best regards Otto
by Otto
Mon Dec 11, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Call for New Ideas and Web Integration
Replies: 7
Views: 950

Re: Gmail Less Secure apps Less than outlook 2016 will not work

... ever online was 1163 on Fri Jul 09, 2021 2:34 am Probably it is related to some keywords in the posts. The following text uses keywords that are leading Google search today. I am curious if this will be visible in the user numbers. Best regards, Otto ***************** In total there are 15 users ...
by Otto
Mon Jun 20, 2022 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gmail Less Secure apps Less than outlook 2016 will not work
Replies: 7
Views: 838

Re: conversion of a string

... and do a replace with another string using this function. cString:= StrTran(cString," ,", ",") The above looks for any leading spaces followed by a comma and replaces them with just the comma. I would preprocess the entire database using this to clean up user data entry ...
by James Bott
Fri Jan 21, 2022 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: conversion of a string
Replies: 2
Views: 315

Re: Picture Clause to force Lower Case

... Y Formats logicals as "Y" or "N" ! Converts alphabetic characters to uppercase $ Adds a dollar sign in place of a leading space in a number * Adds an asterisk in place of a leading space in a number . Specifies a decimal point position , Specifies a comma position ...
by Marc Venken
Fri Feb 26, 2021 10:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture Clause to force Lower Case
Replies: 6
Views: 673

Re: UE Studio Config - Harbour 3.0, MSVC, FWH

... VAR == 0 RETURN .F. //> there will be a break in the function here ENDIF RETURN .T. Example 04 is correct FUNCTION MYFUNC () // start without leading spaces +++ IF VAR == 0 // With spaces ++++++ RETURN .F. //> All returns with spaces are ignored +++ ENDIF RETURN .T. // No leading spaces ...
by Giovany Vecchi
Thu Jan 16, 2020 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio Config - Harbour 3.0, MSVC, FWH
Replies: 52
Views: 19996

Re: Possibilities of PiCTURE

... Y Formats logicals as "Y" or "N" ! Converts alphabetic characters to uppercase $ Adds a dollar sign in place of a leading space in a number * Adds an asterisk in place of a leading space in a number . Specifies a decimal point position , Specifies a comma position
by nageswaragunupudi
Sat Dec 28, 2019 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possibilities of PiCTURE (solved)
Replies: 2
Views: 524

New FTDN June/Junio 2019 (FWH 19.06)

... will be exported with the heading "AMOUNT". - Text and decimal numbers are formatted. As a result, char fields with all numbers with leading zeros are not exported as numbers but as text only. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37425 - Excel does not accept ...
by Antonio Linares
Thu Jul 11, 2019 6:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 3879

Re: Problem with Tplan : Cargo Error

Silivo,

What Nages was referring to was the error message in a previous message of yours (above), shows the path without the leading period. Maybe you set it in your code somewhere which overrode your INI file?
by James Bott
Tue Jul 02, 2019 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Tplan : Cargo Error
Replies: 26
Views: 3910

Re: xbrowse listbox

Günther, I have a Listbox in xbrowse with items leading a,b,c,... Now i will press z.B. c,... , the cursor turns to the third item and the i will automatically evaluate the bPostedit and leave the listbox to next cell! the solution You are looking ...
by ukoenig
Mon Apr 22, 2019 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse listbox
Replies: 5
Views: 817

xbrowse listbox

I have a Listbox in xbrowse with items leading a,b,c,...
Now i will press z.B. c,... , the cursor turns to the third item and then i will automatically evaluate the bPostedit and leave the listbox to next cell!
Have anyone a solution for this?
by byte-one
Mon Apr 22, 2019 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse listbox
Replies: 5
Views: 817

New FTDN November/Noviembre (FWH 17.11)

... - method GoRight(): Speed improved. - static function ArrayCalcWidths() changed as method. - Text data is being Ltrimmed while painting. Now the leading spaces in text are retained. - New: DATA cBtnTooltip in CLASS TXBrwColumn: If specified, used as tooltip for listbox/edit button tooltip. - ...
by Antonio Linares
Mon Nov 27, 2017 7:21 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 17.11)
Replies: 0
Views: 1508

Re: Alignment of column CHAR in Xbrowse

... with strtran([fieldname]," ","0") . However, if this is an existing system this could cause problems if users try to type in leading zeros when searching for item numbers. Or, with an existing system you could just replace all the item numbers in the file with strtran([fieldname]," ...
by James Bott
Wed Jul 26, 2017 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alignment of column CHAR in Xbrowse
Replies: 3
Views: 645

Re: Extract email from string

Yes this works if the leading and trailing char = space, But I have the str !!, so I have to fine-tune the result more. I also get this as result : href="mailto:info@dbm-essen.be">info@dbm-essen.be</a> I will have ...
by Marc Venken
Wed Jun 28, 2017 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extract email from string
Replies: 6
Views: 1225
Next

Return to advanced search