Search found 62 matches: recommendation

Return to advanced search

Re: SQL connection

This is our recommendation: function TestMsSql()   local oCn, cSql, oRs                                       // server      // db     // user   // pwd   oCn := FW_OpenAdoConnection( "MSSQL,208.91.198.196,gnraore3_,fwhmsdemo,fwh@2000#", ...
by nageswaragunupudi
Wed Jan 31, 2024 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 547

Re: Filtrar consulta de tdolphin

...     :aCols[ 08 ]:cFooterPicture:= "999,999,999.99"      :aCols[ 09 ]:cFooterPicture:= "999,999,999.99" Our recommendation is NOT to write any code, which is not essential. In other words, do not specify picture clauses at all in xbrowse. Keep this one line ...
by nageswaragunupudi
Tue Sep 26, 2023 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filtrar consulta de tdolphin
Replies: 15
Views: 815

Re: PREVIEW Guardar nombre

... emf file If you give file name "\folder\name.jpg/png", the preview is saved as a an image file. Also, let us know your FWH version. Our recommendation will depend on your version. May we also know what is the purpose for which you want to save as emf? If we know the purpose, may be we ...
by nageswaragunupudi
Thu Apr 20, 2023 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PREVIEW Guardar nombre
Replies: 5
Views: 439

Re: Una mas de TXBrowse

En el siguiente código no logro que aparezca el BMP Bus16, es un EDIT_GET_BUTTON Recommendation: WITH OBJECT :Material//     :cOrder          := "A" // XBROWSE uses this internally     :cEditPicture  := ...
by nageswaragunupudi
Wed Apr 05, 2023 2:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una mas de TXBrowse
Replies: 7
Views: 634

Re: EXPORTAR DATOS DESDE FW A PRESTASHOP

... of settings, in case it's a configuration issue. But, I am very afraid, that I will end up buying a module. Thank you for your comments and your recommendation. Jesús Marín (Valencia) Spain
by JESUS MARIN
Sat Jan 07, 2023 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXPORTAR DATOS FW A PRESTASHOP [SOLUCIONADO PROBLEMA IMAGEN]
Replies: 32
Views: 2696

Re: txbrowse totals and edit modes

... We (FWH Team) recommends use of COLUMNS clause. In that case, xbrowse itself internally generate the correct codeblocks. Please implement our recommendation (this is official recommendation of FWH) using COLUMNS clause as shown in my previous post.
by nageswaragunupudi
Thu Feb 17, 2022 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654

Re: Ayuda Imprimir Liquidacion de Sueldo

... Tambien puedes poner imagenes        @ 0.5,.5 PRINT TO oPrn IMAGE "logo.jpg" SIZE 6, 1 CM    ENDPAGEENDPRINTRETURN nil  Yes. This is our recommendation. These commands work for FWH1709. cmSay() is obsolete. We can use the commands to print multi-line text also in a given rectangle, aligned ...
by nageswaragunupudi
Tue Apr 06, 2021 2:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Imprimir Liquidacion de Sueldo
Replies: 18
Views: 3322

Re: error con adoimportfromdbf

Mr. rao, thank you, i'll try your recommendation Another question, seeing the table that you imported, i notice the column id but my dbf doesn't have that field? Excellent photo of the penguin seeing the camera! This worked for me without ...
by artu01
Sat Aug 22, 2020 4:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error con adoimportfromdbf
Replies: 4
Views: 695

Re: How to print PDF file without GUI?

Dear Master Rao,

I change as your recommendation, it is still showing Acrobat Reader.
nageswaragunupudi wrote:Please try
Code: Select all  Expand view
shellexecute( 0 , "print" , wfile, nil, nil, 0 )

Image
by dutch
Thu Feb 27, 2020 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 3057

Re: Close Activated Dialog by oWnd:oTimer

Dear Uwe,

I got the solution as your recommendation, it works fine now. The lOpen will be .F. in the Main procedure (Home) after return from sub-dialog.

Thanks for an idea.
Dutch
by dutch
Tue Feb 11, 2020 4:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Close Activated Dialog by oWnd:oTimer
Replies: 4
Views: 939

Re: New FWH 19.03

I would like to assure you that when you, or Antonio, ( and others ) make a recommendation, I ALWAYS try them first. You will see in almost all cases, I respond that your solution worked. This is the one exception. Also, I always explore the source code first, ...
by TimStone
Wed Apr 10, 2019 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 4928

Re: checkbox on xBrowse with surplus info

... do not use SetArray( aData ). Calling SetArray() after the browse is prepared ( by Adjust() method) may have undesirable effects like this. This recommendation applies to other methods like SetRDD(), etc.
by nageswaragunupudi
Wed Oct 10, 2018 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox on xBrowse with surplus info
Replies: 3
Views: 1011

Re: MariaDB RS AppendBlank

We recommend not to edit directly oRs:Fields. This is our recommendation when editing /appending records when not in XBrowse. For editing current record: oRs:Edit() For appending Record : oRs:Edit( .t. ) By default, this will display FWH default dialog. ...
by nageswaragunupudi
Wed Sep 12, 2018 12:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB RS AppendBlank (SOLVED)
Replies: 12
Views: 1660

Re: Editor / IDE recommendation please

patdriscoll wrote:Thank you gents. Both excellent choices.

Cheers,

Pat


Pat, If you decide to use FivEdit and find a problem in the installation or its use, do not hesitate to contact me
by cnavarro
Sun Aug 26, 2018 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editor / IDE recommendation please
Replies: 5
Views: 1030

Re: Editor / IDE recommendation please

Thank you gents. Both excellent choices.

Cheers,

Pat
by patdriscoll
Fri Aug 24, 2018 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editor / IDE recommendation please
Replies: 5
Views: 1030
Next

Return to advanced search