Search found 3853 matches: object

Return to advanced search

Re: Advantage Database Server

... that PgDBE does not run well on a single core, which may be a limitation of its design or the underlying system architecture. You noted that using object-oriented programming (OOP) syntax may make it easier to migrate to a different backend or database engine.
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3702

FWH 2310 Active X problem ?

I use the Codejock Calendar within my application ... it's an active x object. It has worked beautifully. ( The actual code is in the FWH Samples directory ). I rebuilt the entire application yesterday with FWH 2310 and now when calling the program, it fails ...
by TimStone
Fri Nov 03, 2023 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2310 Active X problem ?
Replies: 13
Views: 509

New FTDN October/Octubre 2023 (FWH 23.10)

... buttons. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43698&sid=b7b15700ca553af24af5480cdf26182f * XBROWSE: - Using column objects datas as plural, before creation of any columns gives runtime. This is resulting in runtime error when SetRDD() (from ver.2307) is called prior ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3909

Re: TGet() - UTF8 encoding fails [Unsolved]

I noticed that all hexcodes in your example are ANSI and that there are NO UTF8 2-byte hexcodes!

Probably the encoding is already changed to ANSI before the TGet() was activated!?

Maybe it is the text object to display the hexcode directly?

I'll test it tomorrow 8)
by frose
Wed Oct 11, 2023 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1736

Re: who use PostgreSQL with Fivewin ?

hi, thx for Answer My friend Manu Exposito, creator of the MariaDB, SQLite, etc. HDO access library, among other libs, has created a mini object-oriented library to access Postgre. If you want to try it, it's free, it's in [url] https://forum.modharbour.app/viewtopic.php?f=20&t=526 [/url] ...
by Jimmy
Sun Oct 01, 2023 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1044

Re: who use PostgreSQL with Fivewin ?

... Way" as PgDBE Hi jimmy My friend Manu Exposito, creator of the MariaDB, SQLite, etc. HDO access library, among other libs, has created a mini object-oriented library to access Postgre. If you want to try it, it's free, it's in [url] https://forum.modharbour.app/viewtopic.php?f=20&t=526 ...
by jvtecheto
Sat Sep 30, 2023 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1044

Error alCompilar con xhb10272_xcc

... Me General en C, pero al convertir a .obj da este error Generating C source output to '.\obj_proy\objemp_xh\PXPClases.c'... Generating object output to '.\obj_proy\objemp_xh\PXPClases.obj'... .\obj_proy\objemp_xh\PXPClases.c(22310): fatal error #1043: Input buffer overflow. \HARBOURX_V\xhb10272_xcc\bin\xhb ...
by ruben Dario
Wed Sep 27, 2023 8:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error alCompilar con xhb10272_xcc
Replies: 2
Views: 162

Re: bDragBegin and bDropOver problem *Fixed*

Dear Francisco, I confuse the FWH version. It works on FWH1901 but still problem with FWH2304. I found something that the GET or SAY Object will allow ::bDropOver, if the object is below the TFOLDER. If SAY or GET will disallow when OBJECT is above the TFOLDER (Resource). I'm still find ...
by dutch
Sat Sep 23, 2023 4:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 27
Views: 4095

Re: How to make TFOLDEREX in FLAT style?

... disable folder tab and enable is the same. I test TFOLDEREX is show different (that I need). I just need TFOLDER that show disable tab as disable object as TFOLDEREX. https://i.postimg.cc/FRd9G3b3/1695373819611.jpg Dear Dutch, Please provide a screenshot with the folderex look ...
by dutch
Sat Sep 23, 2023 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 639

Re: FIVEWIN power - a room planer video

... a modification to the already existing Tplan class with the possibility of dividing the days into two AM and PM. someone gave me an example of an object class, only that it doesn't work and has several problems so I can't use it and I can't modify it
by Silvio.Falconi
Tue Sep 19, 2023 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11103

Re: Request : new PostgreSQL OLEDb-Provider

but "save" seems not work

Try inline edit.

Any valid ADO recordset is recognized as RecordSet.

To start with just use
Code: Select all  Expand view
XBROWSER oRs FASTEDIT


Try to add CursorLocation of connection object also as adUseClient.'
by nageswaragunupudi
Tue Sep 19, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 727

Re: Request : new PostgreSQL OLEDb-Provider

If you want to see all properties of any connection object:
Code: Select all  Expand view
oCn := FW_OpenAdoConnection( <your-connectionstring>, .t. )
if oCn == nil
   ? "Fail"
else
   XBOWSER oCn  // this shows all properties
   // other works
   oCn:Close()
endif
by nageswaragunupudi
Mon Sep 11, 2023 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 727

Re: FW 23.07 Xbrowse, oCol:Cargo is NIL

If you are referring to Cargo of XBrowse's Column object, there is no change.
You can still use it for your own data.

Please let us know what kind of problem you are facing.
by nageswaragunupudi
Sun Sep 10, 2023 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 23.07 Xbrowse, oCol:Cargo is NIL
Replies: 4
Views: 255

Editar celdas en xbrowse

... ; " dbo.Marcas ON s.Marca = dbo.Marcas.Numero " Como puedo hacer una edición por celdas de los campos de la base Stock intente con: WITH OBJECT oLbx:Costo :bOnPostEdit := { | o, x, k | oRSSTK:Fields( "costo" ):Value := x } //PostEdit( o, x, k ) } // EditaCelda( oaufactu, 1, ...
by jpcavagnaro
Thu Aug 31, 2023 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editar celdas en xbrowse
Replies: 7
Views: 561

error TXBROWSE:CARGOS

... ; Sizes 250, 250, 250 ; ALIAS AliasRA autosort FASTEDIT LINES CELL font ofontBR // BACKGROUND aGrad HORIZONTAL colorxbrw( oRApertur, .f. ) WITH OBJECT oRApertur:Nombre :bOnPostEdit := { | o, x, k | RApertur->nombre := x } //PostEdit( o, x, k ) } // EditaCelda( oaufactu, 1, x, k, lFirstEdit ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 282
PreviousNext

Return to advanced search