Search found 40 matches: underscore

Return to advanced search

Re: Xlsxlibhb_ver2

... It is impossible to fix it without the source code. As a stupid test, try to define a dummy "_streams" symbol (note: with only one underscore). Something like this: FUNCTION _STREAMS(); RETURN NIL
by Enrico Maria Giordano
Tue Nov 21, 2023 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9435

Re: call DLL under FiveWin

... tool Microsoft and Borland provides  Now, edit TEST.DEF -which it is an ascii file- and rename the symbols with 10 characters or less with an underscore: LESS10   --->   _LESS10 Then do: IMPLIB.EXE TEST.LIB TEST.DEF   When linking use that .LIB ! Review our \WinApi directory ...
by hua
Tue Aug 02, 2022 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: call DLL under FiveWin
Replies: 7
Views: 745

Re: mariadb

... "SUBSTR( bcodi, 4, 2 ) = '12'" LIKE is case insensitive The percentage ( % ) wildcard matches any string of zero or more characters. The underscore ( _ ) wildcard matches any single character.
by nageswaragunupudi
Sat May 22, 2021 3:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: mariadb
Replies: 7
Views: 902

Re: using regular expressions

by AntoninoP
Fri Aug 21, 2020 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: using regular expressions
Replies: 10
Views: 1266

Re: Problem with memo text printout

... The problem is in the method SayText(). While methods Say(), cmSay() print the & character as expected, the method SayText() converts & as underscore of the next character (default behaviour of DrawTextEx()). This is bug in printer.prg and needs to be fixed. But the problem is not new to ...
by nageswaragunupudi
Sat Feb 15, 2020 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with memo text printout
Replies: 5
Views: 1546

Re: FWH 18.12 - xHarbour.com - Unresolved

Frank,

viewtopic.php?f=17&t=34890&start=0&hilit=xfw

Please add those three symbols (without the underscore) to the def file and rebuild it as explained in the post
by Antonio Linares
Sun Jan 06, 2019 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.12 - xHarbour.com - Unresolved
Replies: 5
Views: 1138

Re: FWH 18.08: Enhancements to strings.prg

... names after the international * language names schemes. It is a 5 character code, having two lowercase letters * indicating the main language, an underscore and two uppercase letters indicating * the subtype of the language. In example: * * British English: en_UK * Italian: it_IT * Swiss Italian: ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5561

Re: Consulta Objetos y Argumentos‏

Estimado Mariano, Por el error parece que está llamando al metodo GET. Cuando se trata de métodos SET_GET, para hacer un SET se depe anteponer el underscore '_' antes del nombre, por lo que yo probaría: oFiscal:_Encabezado(11,"Texto Encabezado") No uso ese OCX pero no se pierde nada con ...
by Carlos Mora
Mon Feb 29, 2016 2:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Objetos y Argumentos‏
Replies: 5
Views: 1906

Re: New FTDN January/Enero 2016 (FWH 16.01)

... if oSay:VarPut() is used. Fixed. January 2016 ============= * XBrowse: - Fix: Bug introduced in 15.11: Character '&' in the text is painted as underscore. Fixed - Fix: SetBackGround() method was resutlting in non-release of brush in some cases. Fixed - Enhancement: When EDIT_LISTBOX is invoked ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2233

New FTDN January/Enero 2016 (FWH 16.01)

January 2016 ============= * XBrowse: - Fix: Bug introduced in 15.11: Character '&' in the text is painted as underscore. Fixed - Fix: SetBackGround() method was resutlting in non-release of brush in some cases. Fixed - Enhancement: When EDIT_LISTBOX is invoked by touch, the ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2233

Re: ADO RDD xHarbour

... check 01_readme.pdf because some things changed a bit. New features: Use path to create sql files and open with same path. slashes are change to underscore sign. This allow to use same tables name in the same database as with database file system folder tree. Use SET ADO TABLENAME WITH PATH ON ...
by AHF
Fri Oct 16, 2015 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452313

Re: Help needed with SOAP Authentication

José Luis,

it is there, please check the first post. The code only requires to add the underscore in the method call.
by Carlos Mora
Thu Sep 18, 2014 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with SOAP Authentication
Replies: 7
Views: 1568

Re: Help needed with SOAP Authentication

... , and the SetProperty was receiving 2 paremeters, then we realized that, to activate the 'Set', the method should be called with an underscore '_' in front of name, so that made the trick, use _ConnectorProperty. Thanks for your support and interest,
by Carlos Mora
Thu Sep 18, 2014 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with SOAP Authentication
Replies: 7
Views: 1568

TRecSet class : FWH 14.07

... oRs:FieldGet( "Salary" ) oRs:FieldPut( "Salary", 40000 ) While using field names containing blanks, we can replace blanks with underscore. Example: Where a field name is "Sale Price", ? oRs:Sale_Price ? oRs:FieldGet( "Sale_Price" ) ? oRs:FieldGet( "Sale ...
by nageswaragunupudi
Tue Jul 29, 2014 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRecSet class : FWH 14.07
Replies: 6
Views: 1715

Re: FWH 13.11 build error

Tim, My mistake. Please test this version. If it is ok for you then I will include it in the FWH sources, thanks Please notice the leading underscore "_" #pragma BEGINDUMP#include <hbapi.h>#include <hbvm.h>void _hb_vmPushSize( LONG l ){   hb_vmPushLong( ...
by Antonio Linares
Sat Jan 04, 2014 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.11 build error
Replies: 10
Views: 1474
Next

Return to advanced search