Search found 59 matches: trailing

Return to advanced search

Re: Mr. Rao, more about xBrowse

... DATA nEditTypes in XBrowse, so this message goes to error handler. There it checks if there is any data of a Column class with that name without trailing "s" If exists then the rest of the logic is simple.
by nageswaragunupudi
Wed Aug 23, 2023 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, more about xBrowse
Replies: 11
Views: 556

New FTDN November/Noviembre (FWH 21.11)

... Parameters: 1. cFolder: Name of the folder. Trailing '\' is optional. Path can be full or relative. If the folder does not exist, the folder is created. 2. cFileIco: Icon file or library of icons ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1010

Re: TGet: RIGHT clause problem

To get the effect what we like, ignoring the trailing spaces, please try EDIT control instead of GET control. Please try this sample: #include "Fivewin.ch"function Main()   local oDlg, oFont, oGet1, oGet2   local ...
by nageswaragunupudi
Tue Oct 27, 2020 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet: RIGHT clause problem
Replies: 15
Views: 1278

Re: TGet: RIGHT clause problem

Ok, all is clear now. I missed the trailing spaces, sorry. :-)

EMG
by Enrico Maria Giordano
Mon Oct 26, 2020 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet: RIGHT clause problem
Replies: 15
Views: 1278

Re: TGet: RIGHT clause problem

Both these Gets have ES_RIGHT style and this is how Windows displays text with trailing spaces with this style. Does not "trim" the string and then right-align the trimmed string. However, we can think of an enhancement by trimming the string and right-align ...
by nageswaragunupudi
Mon Oct 26, 2020 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet: RIGHT clause problem
Replies: 15
Views: 1278

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... 5) Creae a folder for creation of the embedded server.(cDataFolder) 6) Use the same command for connection, specifying cDatFolder (with trailing backslash) as HOST and cLangFolder as LANGFOLDER. Important: cDataFolder should contain trailing backslash. Hello; I download de last version ...
by MarioG
Wed May 13, 2020 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 9996

Re: xBrowse anomoly

... annoy some with all characers capitalized, but it is far better than having the field displayed as 7 characters, and then a decimal point, with no trailing data. I've spent days testing to see if I can find any other cause. There is none. I should note that if the data row is shown on the browse, ...
by TimStone
Thu Apr 16, 2020 12:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3546

Re: Testing path existence using UNC format

Both accept UNC path.

When we use IisDir(), trailing slash is optional.
For ISDIRECTORY(), trailing slash should be removed.

I am answering this after testing once again now.
by nageswaragunupudi
Thu Mar 05, 2020 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing path existence using UNC format
Replies: 2
Views: 418

Re: Como borrar Varios Registros utilizando fwhMariaDB

Is codigo VarChar(6) ?

Such behavior can be expected when you save data with trailing spaces.
In any RDBMS like MySql, it is a good practice to save trimmed data.

Please try
DELETE FROM <table> WHERE RTRIM(codigo) = '<yourvalue>'
by nageswaragunupudi
Sat Oct 19, 2019 9:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como borrar Varios Registros utilizando fwhMariaDB
Replies: 2
Views: 437

New FTDN Oct. 2018 (FWH 18.10)

* TDATABASE: - Data was being trimmed while saving to memo fields. Now data is saved along with trailing spaces if any without trimming. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=36178 * Enhanced Active command of Dialog: ACTIVATE DIALOG oDlg AS MDICHILD. ...
by Antonio Linares
Sun Nov 11, 2018 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4234

New FTDN April/Abril 2018 (FWH 18.04)

... still works. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=35587 - Method SetFilter() and Refilter() with Space or trailing spaces as parameters was not working. Now it works when the field is fixed with CHAR field. Example: oRs:SetFilter( "code = ?", { ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2162

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 to work ...
by Marc Venken
Wed Jun 28, 2017 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extract email from string
Replies: 6
Views: 1082

Re: Menuwidth

James Bott wrote:Günther,

Maybe as a workaround you could make the one of the original menu items longer by adding trailing spaces. Make it long enough to handle the replacement menu item.

Just a thought.

James


In that case, better add Chr (9) character

MENUITEM "Prompt 1" + Chr( 9 ) + Chr( 9 ) ...
by cnavarro
Mon Jun 05, 2017 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menuwidth
Replies: 12
Views: 2717

Re: Menuwidth

Günther,

Maybe as a workaround you could make the one of the original menu items longer by adding trailing spaces. Make it long enough to handle the replacement menu item.

Just a thought.

James
by James Bott
Mon Jun 05, 2017 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menuwidth
Replies: 12
Views: 2717

Bcc73

... you Compile .rc's in your link script .. Like Bcc72 the same modification needs to be made to \bcc73\include\windows\sdk\Prsht.h by removing the trailing backslash on line 184. To fix in line 184 of Prsht.h remove the trailing / LPFNPSPCALLBACKW pfnCallback; \ UINT *pcRefParent; // \ <--- ...
by Rick Lipkin
Wed May 17, 2017 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc73
Replies: 18
Views: 5345
Next

Return to advanced search