Search found 46 matches: underscore

Return to advanced search

Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao

... and sending results to a web client—you don't necessarily need the added layers that SQL brings, especially if all data is local. These points underscore that the context in which SQL was originally designed has shifted. When the data and web server are on the same machine, many of SQL’s traditional ...
by Otto
Thu Sep 19, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 303

Re: lUseHaruPDF - FWH 24.07

Gracias mi querido maestro, Y de las que tienen un underscore "_" (por ejemplo Fivehc64.lib y Fivehc64_.lib entre otras), cuál debo tomar ? La verdad, estoy medio perdido (o perdido completo :oops: ) No te preocupes por ellas, las usamos ...
by Antonio Linares
Mon Sep 16, 2024 6:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lUseHaruPDF - FWH 24.07
Replies: 19
Views: 771

Re: lUseHaruPDF - FWH 24.07

Gracias mi querido maestro,

Y de las que tienen un underscore "_" (por ejemplo Fivehc64.lib y Fivehc64_.lib entre otras), cuál debo tomar ? La verdad, estoy medio perdido (o perdido completo :oops: )
by Cgallegoa
Mon Sep 16, 2024 1:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lUseHaruPDF - FWH 24.07
Replies: 19
Views: 771

Re: lUseHaruPDF - FWH 24.07

Y de las que tienen un underscore "_" (por ejemplo Fivehc64.lib y Fivehc64_.lib entre otras), cuál debo tomar ? La verdad, estoy medio perdido (o perdido completo :oops: )
by Cgallegoa
Mon Sep 16, 2024 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lUseHaruPDF - FWH 24.07
Replies: 19
Views: 771

Re: Searching for a string in the text

... is used to escape the dot, as a dot normally has a special meaning in regex. 3. `\w`: This matches any word character (letters, digits, or underscore). 4. `\.`: Another literal dot. This regex will find patterns like " .a.", " .B.", " .9.", etc. in your text.
by Antonio Linares
Thu Sep 05, 2024 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching for a string in the text
Replies: 6
Views: 677

Re: TDATAROW ERROR : Error BASE/39 Write not allowed

Dear Rao Sir , It is GET Var as shown below , as TDATAROW added underscore "_" prefix ( _MAIN_UOM_NAME ). The RowSet Query returns a record. oItemRs := oApp:oDBConn:RowSet( T_VITEM_REF_COLS_BY_ID( pnItemId ) )  oItemRec := ...
by shrifw
Sun Aug 04, 2024 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDATAROW ERROR : Error BASE/39 Write not allowed
Replies: 12
Views: 2073

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

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

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

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

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

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

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

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

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: 2562
Next

Return to advanced search