Search found 513 matches: expression

Return to advanced search

Re: Mr Rao :SetFilter no funciona

... Gracias por su atencion This is a bug in our library. We regret for this. Also thank you for bringing this to our notice. Works well if the Like Expression contains only numbers and alphabets but not chars like -, +, etc. We are fixing this bug and testing now. If the expression does not contain ...
by nageswaragunupudi
Sat Mar 23, 2024 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2416

Re: Expertos en expresiones regulares

Armando, mira se ayuda: https://docs.netapp.com/us-en/oncommand-insight/config-admin/regular-expression-examples.html#example-14 https://www3.ntu.edu.sg/home/ehchua/programming/howto/Regexe.html http://www.hmgforum.com/viewtopic.php?t=3382 ...
by karinha
Thu Mar 14, 2024 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Expertos en expresiones regulares (SOLUCIONADO)
Replies: 7
Views: 1334

Re: xBrowse with UrlLink

... I don't feel impressed and as I have already written everyone has the right and freedom of expression, but dear sir it seems strange to me that you too, like someone else in this forum, when I insert a specific topic, immediately a topic with ...
by Silvio.Falconi
Wed Feb 28, 2024 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 194

Re: Problemas con ordenamiento de datos.

hi,

Code: Select all  Expand view
(domicilio  )+Alltrim  (piso  )+Alltrim  (depto  )

a Index Expression must be "same Length" so ALLTRIM() are NOT working "in" a Index :!:

---

it seem me that your YEAR use only 2 Digit ?
than try
Code: Select all  Expand view
SET EPOCHE TO YEAR(DATE()) -50
by Jimmy
Fri Feb 23, 2024 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con ordenamiento de datos.
Replies: 4
Views: 196

Re: add a line in the print report

... unusable Do you want to find a solution for fivewin and print html? I didn't ask, when I ask then you can answer I don't want to limit freedom of expression but this is not just a disease now you are obsessed with html as you were obsessed with ER but I have shown you that ER is leaking everywhere ...
by Silvio.Falconi
Tue Dec 12, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 545

Re: random sentences generator

... learning new things every day.") Tokenizer("The sky is blue and the sun is shining.") Tokenizer("Music is a form of artistic expression.") Tokenizer("Chocolate is a sweet made from cocoa.") Tokenizer("The Earth is the third planet in the solar system and ...
by Otto
Thu Nov 30, 2023 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 713

Re: need Help with oBro:bSeek

... the cuurent record pointer. c.) what about ADO ? Whether ADO or other sources like Mysql, postgre, etc. XBrowse derives the field name from the expression and stores the right information in oCol:cSortOrder. On header click, xbrowse uses this information to switch the sort order and it also ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Re: Error sending email

... and if I pass (.f.) -non-modal mode- the error appears immediately after displayng the dialog, so the param seems to behave as expected Syntax: expression. Display( _Modal_ ) Parameters: Modal Optional Variant True to make the window modal. The default value is False. Roberto
by chiaiese
Fri Aug 11, 2023 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 772

Re: XBROWSE ERROR

Dear Rao Sir ,

May I request to get sample for the Old Style ?
Well, if you dont want this, the old traditional ways is always available to you.
Use a Get to get the seek expression, then you perform the seek yourself and refresh the browse


Thanks
Shridhar
by shrifw
Tue Aug 08, 2023 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ERROR
Replies: 5
Views: 386

Re: XBROWSE ERROR

... a key, the seek/filter is performed. Many users like this feature, But if you reject this feature and use a Get and ask the user to enter a seek expression first, then do you use this feature. To experience the behavior of "incremental" seek/filter please XBROWSER oRs AUTOSORT and then ...
by nageswaragunupudi
Tue Aug 08, 2023 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ERROR
Replies: 5
Views: 386

Re: Search by format

That's not how I asked the question. :(
I am interested in a regular expression for a date of this format «06» April 2023 (months may be different)
by Natter
Wed Aug 02, 2023 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search by format
Replies: 7
Views: 436

Re: Search by format

how to include regular expression unicode characters (for example: « » ) ?
by Natter
Wed Aug 02, 2023 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search by format
Replies: 7
Views: 436

Re: AEVAL() : Get Value of FIELD using FieldGet(i)

... übergeben und eine Zuweisung an den ersten Codeblockparameter wird auch im entsprechenden Arrayelement durchgeführt. <lAssign> The logical expression <lAssign> determines whether an assignment to the passed array element may take place within the code block. If <lAssign> is ...
by Jimmy
Wed May 24, 2023 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AEVAL() : Get Value of FIELD using FieldGet(i)
Replies: 4
Views: 182

Re: XBROWSE Column Question

... get FIELD Name "only" I suggest this function, which can handle index key of any complexity. If more than one field is used in the key expression, it returns the field name which occurs first in the key. function FieldInKey( cKey )   local aStruct := DBSTRUCT()  ...
by nageswaragunupudi
Wed May 10, 2023 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 876

Re: XBROWSE : Seek(), OrdwildSeek() and "increment"

... oBrw:cSeek ;         SIZE 100,10 PIXEL UPDATE OF oDlg ;         COLOR CLR_RED,CLR_YELLOW  When the xbrowse does incremental seek / filter, the expression entered by the user is displayed in the Say. Though we do not recommend, the above can be a GET control also.
by nageswaragunupudi
Sat May 06, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : Seek(), OrdwildSeek() and "increment"
Replies: 3
Views: 278
Next

Return to advanced search