Search found 83 matches: img924

Return to advanced search

Re: Playing with XBROWSE

... MyDialog( oRec ) }  When programmers uses his own dialog, he can use his own colors. https://imagizer.imageshack.com/img924/9961/CpK74s.gif
by nageswaragunupudi
Fri Apr 07, 2023 2:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Playing with XBROWSE
Replies: 6
Views: 497

Re: Xbrowse changing columns online ( ReArrangeCols)

... "CODE" }, .t., .f., .f. )   endif   oBrw:SetFocus()return nil  https://imagizer.imageshack.com/img924/4884/WVqVUe.gif Sorry Nages, here not run ok when I put it into my app I have the combobox for the Search on the xbrowse and it link to tab ...
by Silvio.Falconi
Tue Jan 31, 2023 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse changing columns online ( ReArrangeCols)
Replies: 3
Views: 475

Re: Xbrowse changing columns online ( ReArrangeCols)

... }, .t., .f., .f. )   endif   oBrw:SetFocus()return nil  https://imagizer.imageshack.com/img924/4884/WVqVUe.gif
by nageswaragunupudi
Mon Jan 30, 2023 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse changing columns online ( ReArrangeCols)
Replies: 3
Views: 475

Re: Fighting Xbrowse and lozing !!!

... > nLen ); n := 1; endif      next   next   CLOSE IMGreturn nil https://imagizer.imageshack.com/img924/6343/zm8Wnt.gif Incorporating this logic into your application will greatly enhance the speed of image cell painting.
by nageswaragunupudi
Fri Dec 30, 2022 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1779

Conectando FiveWin / xHarbour con ChatGPT OpenAI

Connecting FiveWin / xHarbour with OpenAI API :D https://imagizer.imageshack.com/img924/2139/lWXKSS.jpg #include "FiveWin.ch"#define EM_LIMITTEXT 197Function Main()   LOCAL oDlg, oGet1, cVar1 := "Hola OpenAI, cómo estás ? Me llamo ...
by Cgallegoa
Wed Dec 07, 2022 5:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectando FiveWin / xHarbour con ChatGPT OpenAI
Replies: 12
Views: 1198

Re: chatGPT writes and executes Harbour code !!!

Connecting FiveWin / xHarbour with OpenAI API :D https://imagizer.imageshack.com/img924/2139/lWXKSS.jpg #include "FiveWin.ch"#define EM_LIMITTEXT 197Function Main()   LOCAL oDlg, oGet1, cVar1 := "Hola OpenAI, cómo estás ? Me llamo ...
by Cgallegoa
Wed Dec 07, 2022 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 3018

Re: MENUITEM RESOURCE transparency ?

... start appearing and that too without transperency. This happens with Menus without any 20?? style. https://imagizer.imageshack.com/img924/4264/kcdV3s.gif
by nageswaragunupudi
Tue Nov 08, 2022 2:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1378

Re: Display thumbnails of pdfs

... We will get back you on thumbnails a bit later. This is how Windows Explorer displays previews: https://imagizer.imageshack.com/img924/8236/fkDpwi.gif Our application mimics windows explorer this way: https://imagizer.imageshack.com/img922/690/c3lPxR.gif Click ...
by nageswaragunupudi
Wed Nov 02, 2022 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2499

Re: Get numerico problema al editar

... 100,40 PIXEL ACTION (MsgInfo( n ),oDlg:End())   ACTIVATE DIALOG oDlg CENTERED  https://imagizer.imageshack.com/img924/3028/gogMqp.gif
by nageswaragunupudi
Sun Oct 09, 2022 7:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get numerico problema al editar
Replies: 4
Views: 455

Re: Transparent window

... ACTION oDlg:End()      return nil      >   ACTIVATE DIALOG oDlg CENTERED ;return nil  https://imagizer.imageshack.com/img924/9263/cIHDW9.gif
by nageswaragunupudi
Fri Sep 16, 2022 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent window
Replies: 11
Views: 815

Re: about RESIZE

...        :Refresh()      END   nextreturn nil https://imagizer.imageshack.com/img924/9095/l0ckxe.gif
by nageswaragunupudi
Thu Jul 28, 2022 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: about RESIZE
Replies: 7
Views: 504

Re: Problema con xBrowse

...  END   ACTIVATE DIALOG oDlg CENTERED   oRs:Close()   oCn:Close()return nil  https://imagizer.imageshack.com/img924/5985/Hxp7hj.gif Please copy the program to your fwh\samples folder and build and run with buildh.bat or buildx.bat without any changes and ...
by nageswaragunupudi
Sat Apr 30, 2022 4:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con xBrowse (SOLUCIONADO)
Replies: 11
Views: 1205

Re: Fwteam - Xbrowse too slow

... "DBFCDX"   XBROWSER ALIAS() SHOW RECID SETUP ( oBrw:lVThumbTrack := .t. )  https://imagizer.imageshack.com/img924/4069/SrH9zK.gif Xbrowse is NOT SLOW. You have to know how to write your programs optimally. perhaps is my pc I tried the same code
by Silvio.Falconi
Wed Apr 13, 2022 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1236

Re: Fwteam - Xbrowse too slow

...  XBROWSER ALIAS() SHOW RECID SETUP ( oBrw:lVThumbTrack := .t. )  https://imagizer.imageshack.com/img924/4069/SrH9zK.gif Xbrowse is NOT SLOW. You have to know how to write your programs optimally.
by nageswaragunupudi
Wed Apr 13, 2022 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1236

Re: Xbrowse Error

nageswaragunupudi wrote:
Silvio.Falconi wrote:Nages,
with big archive not run ok


100,000 records DBF

Image


try with the dbfs I sent you this morning
by Silvio.Falconi
Sat Apr 09, 2022 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Error
Replies: 13
Views: 922
PreviousNext

Return to advanced search