Search found 725 matches: auto

Return to advanced search

Re: Browse Json

... see the data in the Json, it is basically an array where each element contains a hash which has the three fields returned from the "for json auto" call. But can I pass the object created from the hb_JsonDecode function and display it in TCBrowse. I played around with setting oBrw:cAlias ...
by byron.hopp
Thu Jan 11, 2024 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 806

Browse Json

I am using Microsoft Sql 2016 calling this query:
select keyno,name,abbr from hospital for json auto

It returns JSON which I use HB_JsonDecode(cJson,@oJson)

oJson is an array of hashes.

Can I browse this, if so how do I set it up.

Thanks,
by byron.hopp
Thu Jan 11, 2024 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 806

Re: Filtrar consulta de tdolphin

Carlos:

Las tablas TEMPORAY se auto-eliminan al momento de salir del PRG que las crea.

Saludos
by Armando
Tue Sep 26, 2023 4:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filtrar consulta de tdolphin
Replies: 15
Views: 773

Re: Cut & Paste limit

Just like Maurizio said :


If you use RC verify check GET parameter Auto horz scroll = Yes

Philippe
by Jack
Tue Sep 12, 2023 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 520

Re: Cut & Paste limit

Tim ,

Dialogs are created with RC , DLL or use commands @ GET ?

If you use RC verify check GET parameter Auto horz scroll = Yes

Maurizio
by Maurizio
Thu Sep 07, 2023 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 520

Re: Incluyendo el SQLRDD

... before dbUseArea() or dbCreate(). This function is also very useful when we want to open tables not created by SQLRDD, but we can use another auto sequenced numeric column for this purpose. › Examples SR_RecnoName( "CAMPO1" ) USE TABELA1 // will use the field COMPO01 as recno(). ...
by carlos vargas
Fri Aug 25, 2023 1:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2308

Re: Reporto error en FWDBG

Estimado Gustavo,

Que código estas usando para mostrar esos datos ?

Si pudieses proporcionar un PRG pequeño y auto contenido que reproduzca el error, ayudaria
by Antonio Linares
Wed Aug 09, 2023 8:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reporto error en FWDBG
Replies: 2
Views: 130

Re: XBROWSE ERROR

... do you use this feature. To experience the behavior of "incremental" seek/filter please XBROWSER oRs AUTOSORT and then play with the auto "incremental" seeks and filters. Well, if you dont want this, the old traditional ways is always available to you. Use a Get to get the ...
by nageswaragunupudi
Tue Aug 08, 2023 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ERROR
Replies: 5
Views: 369

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... can have multiple columns also) btw. how can i make FIELD "id" as READ-ONLY when "edit" :?: You do not have to do anything. Auto-increment fields are always treated as ReadOnly both by XBrowse and DataRow.
by nageswaragunupudi
Sat Aug 05, 2023 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 706

Re: New FTDN July/Julio (FWH 23.07)

... la ayuda para una aplicación es una tarea tediosa, por lo que hemos implementado una forma realmente sencilla de hacerlo utilizando FWH: SetAutoHelp( lOnOff, lEditable ) // lEditable es .T. por defecto simplemente llama a esa función al principio de tu aplicación, y pulsa F1 en cualquier ...
by Antonio Linares
Sat Jul 29, 2023 9:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 938

New FTDN July/Julio (FWH 23.07)

... other datatypes * New: We know that it is a tedious task to write help for an app, so we have implemented a real simple way to do it using FWH: SetAutoHelp( lOnOff, lEditable ) // lEditable is .T. by default just call that function at the beginning of your app, and press F1 on any control of your ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 938

Re: FW: Funcionalidad para Mysql y Mariadb

Hola.-
Cuando se ejecuta la aplicacion genera varios archivos
ib_logfile1
ib_logfile0
ibdata1
auto


existe algun parámetro para que no genere esos archivos o los elimine al terminar a aplicacion?

gracias.
by goosfancito
Wed Jul 26, 2023 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW: Funcionalidad para Mysql y Mariadb
Replies: 20
Views: 1828

Re: "id" for PRIMARY KEY ?

Jimmy I create my own primary keys that way I control when a table is appended .. if you use auto increment an attacker could force an table append or "Inject" records into your tables and the database doesn't care .. the primary keys are generated automatically ...
by nageswaragunupudi
Tue Jul 25, 2023 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "id" for PRIMARY KEY ?
Replies: 9
Views: 473

Re: "id" for PRIMARY KEY ?

Jimmy I create my own primary keys that way I control when a table is appended .. if you use auto increment an attacker could force an table append or "Inject" records into your tables and the database doesn't care .. the primary keys are generated automatically ...
by Rick Lipkin
Tue Jul 25, 2023 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "id" for PRIMARY KEY ?
Replies: 9
Views: 473
Next

Return to advanced search