Search found 45 matches: observe

Return to advanced search

Re: Mr. Rao, refresh a Tree

... nil  https://imagizer.imageshack.com/img923/1736/bUceg5.gif Please build and run this sample as it is. In particular, please observe how to simplify the Edit Dialog and how to save changes. Next we will see how to implement Append and Delete also.
by nageswaragunupudi
Tue Feb 13, 2024 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 556

webview: toggle-switch replaceing TSwitch

... you see an object containing a WebView2. Inside this WebView2, there is an HTML form and a table. On the right side is an XBrowse. You can observe how WebView2 updates the XBrowse. I use XBrowse to display the events coming from JavaScript to Fivewin. I am trying to follow the 'fetch syntax' ...
by Otto
Fri Feb 09, 2024 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webview: toggle-switch replaceing TSwitch
Replies: 1
Views: 127

Re: Printing RTF 22.03

... multi-line text across pages, we do not need the outdated method of using memoline()s. oPrn:SayText() will automatically help, if you closely observe the code. But right now, this is not possible with RTF text. We understand your issue. As I said we are working on this issue. This is highly ...
by nageswaragunupudi
Tue Apr 12, 2022 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 550

Problem with date - I not understood

... 30 June the reservation interval (20.06 -14.08) is 11 days the column 5 is a code that determines the type of season 02 is low 01 is high you can observe in column 3 the total of the days if you do a little math the total is 56 the customer insists that the days are actually 55 because he used ...
by Silvio.Falconi
Sun Jun 20, 2021 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with date - I not understood
Replies: 4
Views: 647

Utilizar SqlServer

Necesito empezar a trabajar con este motor de Bases de Datos, alguien podria indicarme como,
hace un tiempo, en el foro se anunciaba ADO, que despues no vi lo observe mas, en la actualidad
utilizo Advantage, pero me estan pidiendo que cambie, desde ya muchas gracias.

Juan Carlos Fossati
by CarlosFossati
Wed Jun 21, 2017 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Utilizar SqlServer
Replies: 2
Views: 695

Re: A Very Strange Problem

The problem only occurs on other machines so I can't replicate it.

I'm using Harbour / MSVC 2015. I don't know if it happens with other builds. That is the place I observe it.

Tim
by TimStone
Thu Dec 29, 2016 10:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Very Strange Problem
Replies: 10
Views: 2621

Re: XBrowse, how to turn on lines?

I did not observe it either. Yes others and me included did not test your exact code nor examined it closely or one of us would have found the mistake.

Yes, very important point to note is that oBrw:CreateFromCode() should be the last statement after specifying all settings.
by nageswaragunupudi
Thu Apr 28, 2016 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse, how to turn on lines?
Replies: 24
Views: 4427

Re: field length and space in MySql *Fixed*

... and while saving, they are automatically trimmed and saved. This behavior is provided so that programmers can program like xbase for Gets and yet observe the best industry practices for maintaining the tables.
by nageswaragunupudi
Wed Jul 08, 2015 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: field length and space in MySql *Fixed*
Replies: 9
Views: 1424

Re: Propiedades y cursores de un Recordset

... con el tipo de campo, no obstante pongo aqui el código donde abro los recordset y paso los datos a una dbf y luego de la dbf al recordset. Observe que hay dos funciones INFO() e INFO2() La primera es para verificar las propiedades del Recordset y la segunda los datos de cada campo del recordset. ...
by Pedro
Tue Jun 30, 2015 9:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Propiedades y cursores de un Recordset
Replies: 2
Views: 606

Re: Avances con FiveTouch

... los metodos, ahora me falta conocer las data. He estado investigando el Browse, ya logre conocer cual es la linea donde se posiciona el browse. Observe que browse administra con comandos SQL QSqlQuery // Indices del oBrw:currentIndex(1):DATA oBrw:currentIndex(1):row() // Indica Numero de la ...
by jnavas
Sat Apr 04, 2015 10:05 am
 
Forum: FiveTouch
Topic: Avances con FiveTouch
Replies: 16
Views: 7187

Re: Avances con FiveTouch

... los metodos, ahora me falta conocer las data. He estado investigando el Browse, ya logre conocer cual es la linea donde se posiciona el browse. Observe que browse administra con comandos SQL QSqlQuery // Indices del oBrw:currentIndex(1):DATA oBrw:currentIndex(1):row() // Indica Numero de la ...
by jnavas
Sat Apr 04, 2015 9:46 am
 
Forum: FiveTouch
Topic: Avances con FiveTouch
Replies: 16
Views: 7187

Re: Creating a LIB or DLL

Antonio, Bom dia! Ainda não desisti!, observe o código abaixo que funciona a passagem por referência, teria como utilizar técnica com HBDLLSTRING5 ? hLib := hb_libLoad( "DllMinGw.dll" )c:="test1"x:=hb_DynCall( ...
by asimoes
Thu Oct 09, 2014 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34844

Re: En tiempo de compilacion...

... will happen but IMHO in most cases it will create problems so probably refusing such expressions is the best choice. In optional clauses you can observe one Clipper bug I do not want to replicate. When Clipper PP finds '[' then it will take all other tokens until first unquoted ']'. If it finds ...
by Antonio Linares
Tue Aug 26, 2014 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1535

Re: Resizing Controls

... Move() the btnbmps in proportion to the expanding dialog. Compile my sample and pull the lower right hand corner of the dialog over and down and observe the movement of the folder and its contents. Again, I think the answer to the buttons is in the Move() method and not SetSize(). Rick Lipkin
by Rick Lipkin
Tue Dec 24, 2013 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizing Controls
Replies: 10
Views: 3005

Re: Forum is often very slow

Enrico,

Yes, I have also noticed it sometimes. Sometimes is fine and some others get slow.

If this behavior continues I will contact the hosting tech support. So I appreciate if we all observe it, thanks :-)
by Antonio Linares
Thu May 16, 2013 9:33 am
 
Forum: Off Topic / Otros temas
Topic: Forum is often very slow
Replies: 13
Views: 1772
Next

Return to advanced search