Search found 63 matches: leading

Return to advanced search

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Re: Borland makefile for Harbour + FWH + BCC7

Ok, I found the problem. I had just cut and pasted the file from the above thread. But I forgot that all the leading spaces had to be tabs, not spaces. After changing to tabs it is working. If anyone is interested, there is some good documentation about using MAKE files here: ...
by James Bott
Tue Mar 28, 2017 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland makefile for Harbour + FWH + BCC7
Replies: 22
Views: 5660
Next

Return to advanced search