Search found 2963 matches: insert

Return to advanced search

Re: Question about performance RowSet

when i have a button to "insert' a new record, is there other way editing data without RowSet object? Please try this and let us know.   oData := TArrayData():New( oCn, "select * from <tablename> limit 1" ...
by nageswaragunupudi
Sat Mar 16, 2024 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4042

Question about performance RowSet

... when I need to obtain data from several tables for editing in multiple browsers becomes very large. For example, when i have a button to "insert' a new record, is there other way editing data without RowSet object? Thanks in advance.
by Eroni
Thu Mar 14, 2024 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4042

Re: ButtonBmp problem with FWH2402

...     = lGDIPreturn ::Super:Redefine( nId, bAction, oWnd, nHelpId, cMsg, lUpdate, bWhen,;                       bValid, cPrompt, lCancel )  Insert this line ::lUnicode  = oWnd:lUnicode as indicted below: METHOD ReDefine( nId, bAction, oWnd, nHelpId, cMsg,;                 lUpdate, bWhen, ...
by richard-service
Thu Mar 07, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5270

Re: ButtonBmp problem with FWH2402

...     = lGDIPreturn ::Super:Redefine( nId, bAction, oWnd, nHelpId, cMsg, lUpdate, bWhen,;                       bValid, cPrompt, lCancel )  Insert this line ::lUnicode  = oWnd:lUnicode as indicted below: METHOD ReDefine( nId, bAction, oWnd, nHelpId, cMsg,;                 lUpdate, bWhen, ...
by nageswaragunupudi
Thu Mar 07, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5270

Re: To Nageswrao Del Objs on TscrollPanel

... two buttons I cannot delete printer button https://i.postimg.cc/NFWzkLT2/2.png then I have another situation the final user can insert items directly on tpanel, only on another dialog can delete the btnbmp these items are quick links to recall some application procedures, so ...
by Silvio.Falconi
Mon Mar 04, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 671

Re: Por qué el error en este SELECT?

Amigos: Les comparto mi experiencia en este tema: 1.- Creo una tabla con la estructura descrita en este hilo 2.- Con NaviCat hago un INSERT con SELECT desde una tabla de una versión anterior de mi aplicación. 3.- Al crear el xBrowse lo crea bien pero al pedir mostrar registros de un año ...
by Armando
Mon Mar 04, 2024 3:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué el error en este SELECT?
Replies: 9
Views: 296

Re: xBrowse with UrlLink

... 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 the same subject is inserted or something similar related to my previous topic. I repeat, everyone ...
by Silvio.Falconi
Wed Feb 28, 2024 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 195

Re: Add a new taskPanel on Explorerbar ( on line)

I think we would need a new method directly in the texplorerbar class to insert taskpanel in x position
I sent to Linares my Idea for two new methods
by Silvio.Falconi
Tue Feb 27, 2024 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 220

Add a new taskPanel on Explorerbar ( on line)

At init I have https://i.postimg.cc/jddnRVhH/second.png and I wish insert a taskpanel after the first taskpanel on line ( I wish the final user can add the second Panel on line) https://i.postimg.cc/fTDWNxD1/second.jpg I not Found ...
by Silvio.Falconi
Sun Feb 25, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 220

UrlLnk with Popup menu

Is it possible to insert a popup menu at the bottom of a UrlLnk control? I tried but it showed the menu far from url lnk On TexplorerBar I insert a link local bClick := { | o | addMenu() } oPanel4:AddLink( "testlink", bClick, ...
by Silvio.Falconi
Fri Feb 23, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UrlLnk with Popup menu
Replies: 4
Views: 248

Re: Count xbrowse records

... is there a function in Xbrowse to calculate how many records are visible in xbrowse? I explain to you: at the bottom of the Xbrowse I want to insert two buttons to move the records and I want them to be activated only if the record count exceeds the actual display of the Xbrowse @ 148, 320 ...
by Silvio.Falconi
Fri Feb 23, 2024 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 254

Data exchange between PC and Android device on the same loca

... headers by default. I have also not been able to compile the uhttpd that is included in: harbor\core\extras\httpsrv and maybe from there use the insert header functions that I see in the sources. But I still don't even know if I'm going down that path right. Get uhttpd to respond in some way ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 801

Re: creating a new function HtmlToRtf()

... install pandoc and call it with shellexec("C:\html>pandoc tabelle.html -o tabelle.rtf"). Then, to the code you get in tabelle.rtf, insert your RTF header: {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1031{\fonttbl{\f0\fnil\fcharset0 Arial;}} {*\generator Riched20 10.0.19041}\viewkind4\uc1 ...
by Silvio.Falconi
Fri Feb 16, 2024 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 287

Re: leggere test,hrb

Dear Silvio, > Can I load a Hrb file (or more) where I insert some procedure or functions, from a fwh prg without use Harbour.exe ? yes > Can you make a test here to compile ? Please review hrb.prg and hrbext.prg in Harbour/tests folder Antonio, ...
by Silvio.Falconi
Fri Feb 16, 2024 10:01 am
 
Forum: All products support
Topic: leggere test,hrb
Replies: 9
Views: 6910

Re: creating a new function HtmlToRtf()

... install pandoc and call it with shellexec("C:\html>pandoc tabelle.html -o tabelle.rtf"). Then, to the code you get in tabelle.rtf, insert your RTF header: {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1031{\fonttbl{\f0\fnil\fcharset0 Arial;}} {*\generator Riched20 10.0.19041}\viewkind4\uc1 ...
by Otto
Thu Feb 15, 2024 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 287
PreviousNext

Return to advanced search