Search found 2963 matches: insert

Return to advanced search

Create a Panel width a text

I would like to create a Panel in a dialog with a large border and insert some text the text is given by a memo field variable and depending on the length of the memo the panel must be uniform, i.e. high for how many lines make up the memo type this https://i.postimg.cc/gcyvW3Lt/Immagine.png ...
by Silvio.Falconi
Fri Dec 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3193

Re: Error con FW_OpenRecordSet

Mr. Rao, sigue el mismo error Error description: Error ADODB.Connection/0 S_OK: EXECUTE Args: [ 1] = C INSERT INTO prueba (cliente,Numero) VALUES ( 0, 21) Stack Calls =========== Called from: => TOLEAUTO:EXECUTE( 0 ) Called from: abd4.prg => MAIN( 58 ) en el dbf prudbt ...
by jpcavagnaro
Wed Dec 20, 2023 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error con FW_OpenRecordSet
Replies: 2
Views: 293

Error con FW_OpenRecordSet

Hola, tengo este programa y no entiendo porque me da error el segundo insert: #include "FiveWin.ch" REQUEST HB_LANG_ES function Main() local oCn, oCnM, oRs, aStates LOCAL lShowError := .t. /* dbcreate( ".\prudbt", { { "id" , "n", ...
by jpcavagnaro
Tue Dec 19, 2023 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error con FW_OpenRecordSet
Replies: 2
Views: 293

Insert a TUrlLink into xbrowse

It is possible to insert a popup menu into a normal text field of an xbrowse and transform the text with underlined text, for example: https://i.postimg.cc/85Lrf8Zy/kk.jpg and when the end user hovers over the highlight ...
by Silvio.Falconi
Fri Dec 15, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert a TUrlLink into xbrowse
Replies: 0
Views: 499

Re: Add a line on report from xbrowse (NO HTML)

Nages,

I need to have a function for setup to insert many vars

on your image
I need to insert a line whereis the red arrow
Image
by Silvio.Falconi
Wed Dec 13, 2023 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 278

Add a line on report from xbrowse (NO HTML)

... cTitle, , , ;         { |oRep, oBrw| MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,aCampi ) } )  on MySetup function I insert the Group sintax AAdd(oRep:aGroups,trGroup():New( bCampo2( afields, nGroup,oDbf ),;    //campo           {|| aGroup[nGroup]+" ...
by Silvio.Falconi
Tue Dec 12, 2023 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 278

add a line in the print report

... cTitle, , , ;         { |oRep, oBrw| MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,aCampi ) } )  on MySetup function I insert the Group sintax AAdd(oRep:aGroups,trGroup():New( bCampo2( afields, nGroup,oDbf ),;    //campo           {|| aGroup[nGroup]+" ...
by Silvio.Falconi
Tue Dec 12, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 546

Small buttonbar at x,y

... I can't view the buttons in a ButtonBar? I wish Use the sample samples\barchange.prg, developed by Cristobal Navarro but the buttonbar must be insert down a xbrowse so I use Newat() method barchange.prg with Newat() Method of oBar // developed by Cristobal Navarro#include 'fivewin.ch'#include ...
by Silvio.Falconi
Wed Dec 06, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small buttonbar at x,y
Replies: 7
Views: 748

Re: copy a row of xbrowse

Silvio, insert xBrowse(aCopy) in your functions to see what you copy and msgInfo's. Best regards, Otto I not understood when I copy insert on acopy the row I selected ( all field) change acopy[1] with new codsep MENUITEM "Paste" ...
by Silvio.Falconi
Tue Dec 05, 2023 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5808

Re: copy a row of xbrowse

Silvio, insert xBrowse(aCopy) in your functions to see what you copy and msgInfo's.
Best regards,
Otto
by Otto
Tue Dec 05, 2023 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5808

Re: copy a row of xbrowse

... worked on the same problem in mod harbour. Actually, the solution is exactly the same as with Fivewin. You copy the row as an array (object) and insert it in the 2nd browser. Although it is not welcome here, I post. I think we all have to prepare for the future, and the future is on the web. ...
by Silvio.Falconi
Mon Dec 04, 2023 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5808

Re: copy a row of xbrowse

... worked on the same problem in mod harbour. Actually, the solution is exactly the same as with Fivewin. You copy the row as an array (object) and insert it in the 2nd browser. Although it is not welcome here, I post. I think we all have to prepare for the future, and the future is on the web. ...
by Otto
Mon Dec 04, 2023 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5808

Problem with Numeric get

...  @ 70, 265 GET aGet[4] VAR nHeight OF oDlg SIZE 28, 12 PIXEL FONT oFont PICTURE "999.99" UPDATE  RIGHTTOLEFT make a test insert first 12.3 second 5.5 third 1.5 four 0.5 not run ok and allway the user must return back with the mouse to insert the right numbers
by Silvio.Falconi
Sat Dec 02, 2023 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Numeric get
Replies: 0
Views: 337

Re: Convert a print to Rtf or doc

... WORD document in any case. However, by manipulating the document.xml, you can use WORD as a report generator. You create your report in WORD and insert your own placeholders. We use [NAME] [etc] which is only necessary once when creating the template. When you then run a report, you replace the ...
by Otto
Thu Nov 30, 2023 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3469

Re: Calculate total pages

... to function PrintEnd() in TPrinter.prg Locate these lines   if oPrinter:lMeta      if Empty( oPrinter:cFile ) Insert one line   if oPrinter:lMeta      PageNumber( oPrinter )      if Empty( oPrinter:cFile )  ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5879
PreviousNext

Return to advanced search