Search found 67 matches: cat

Return to advanced search

Re: function urlLoad( cUrl )

There are many ways to skin the cat. :-)
by Enrico Maria Giordano
Sat Feb 17, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1655

Re: link between PRG and RC

https://i.imgur.com/quHCEc0.png https://i.imgur.com/D9gWqWd.png i use xmate or hbmk2 in harbour. :-) for the msvc version of my app i use xmate. for example, this is the .hbp project HBMK2 for fwh+mingw+harbour -hbexe -oprestamos32g -workdir=obj\ -compr -info -inc -t...
by carlos vargas
Tue Jan 30, 2024 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1650

Re: ADO / Excel / XBROWSE / FWAdoStruct() / Edit()

hi, i have found this You need ADOX to do it. This is how you would create the excel file Dim cat As ADOX.CatalogDim tbl As ADOX.TableDim col As ADOX.ColumnSet cat = New ADOX.Catalogcat.ActiveConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source="& ...
by Jimmy
Mon Aug 14, 2023 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO / Excel / XBROWSE / FWAdoStruct() / Edit()
Replies: 8
Views: 258

Re: DBF to CSV - converter 3.1 ( Update )

... op aanvraag,,12,120,V 11105100,rundsplit geel gev. gestr.kap,Prijs op aanvraag,,12,120,V 11105400,splitl. handschoen 7cm ecru kap cat 2,Prijs op aanvraag,,12,120,V 11105800,splitlederen hs rood rode kap CAT.II,Prijs op aanvraag,,12,120,V 11106200,splitl. handsch. met palmversterk ...
by Marc Venken
Wed Aug 07, 2019 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to CSV - converter 3.1 ( Update )
Replies: 50
Views: 13230

Problem with filter

... but I set it on different function I can set before 1. for Mounth sample month(MV->data) == i and then 2. for category sample RTrim( MV->Cat)== RTrim(aCat[i]) I wish insert all into a CFilter string and use it with MV->(DbSetFilter(cFilter ))
by Silvio.Falconi
Wed Dec 26, 2018 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with filter
Replies: 0
Views: 384

Re: Responsive desktop design

I believe there is a class named tLayout, that can be used as you describe, I remember I used it once on a test, but it didn't do everything I wanted... My solution was to hardcode everything... No more RESOURCES It does takes a lot of work and it takes a lot of control while programming, especially...
by Bayron
Thu Oct 25, 2018 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Responsive desktop design
Replies: 19
Views: 5857

To Arthuro Tamayo

Estimado Sr. Arthuro, vi su mensaje a la clase tdwg y quería preguntarle si el problema está relacionado con la biblioteca de Opendwg (toolkit) u otra cosa. Si el problema está relacionado con la biblioteca Open Dwg, puedo decirle que tengo estas fuentes en formato C ++ compatibles con borland c ++ ...
by Silvio.Falconi
Wed Apr 18, 2018 10:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: To Arthuro Tamayo
Replies: 2
Views: 736

Re: xBrowse + EDIT_GET

Based on the samples below, I made a small program that create's the browse I want, But the update of field (Cat_Pos = position) is not done. There is something missing, most likely with the primary keys not included ? For : PS_category_product I see id_category id_product For : PS_product_lang id_p...
by Marc Venken
Tue Mar 20, 2018 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + EDIT_GET
Replies: 14
Views: 1684

Problemas para enviar mails con TSMTP()

... Ver nota al final. Es decir, si no se podía averiguar el nombre del servidor de correo a partir de la IP, entraba en error. De "smtp.rebuts.cat" puedo conocer su IP "46.16.61.50", pero de la IP no puedo conocer "smtp.rebuts.cat". Consultado el servico de hosting ...
by FiveWiDi
Wed Dec 13, 2017 10:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas para enviar mails con TSMTP()
Replies: 0
Views: 576

Problemas al enviar a @hotmail.com

... de fivewin (si no equivoco). ********************************* EDITO, amplío información: Resulta que el servidor de mi mail es: smtp.rebuts.cat Si realizo GetHostByName(smtp.rebuts.cat), me devuelve la IP 46.16.61.50 Ahora bien, si realizo GetHostByAddress(46.16.61.50), me devuelve una cadena ...
by FiveWiDi
Sun Dec 03, 2017 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al enviar a @hotmail.com
Replies: 3
Views: 944

Re: Tech support...

I had to do so much effort to get the cat out of the desktop
The cat was convinced that I had found the new home for him
now the cat is sleeping near the desktop hoping I'll open it on one side .... :shock:
by Silvio.Falconi
Thu Aug 03, 2017 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tech support...
Replies: 4
Views: 1013

Re: FWH y Mysql. Los nuevos escenarios...

... abren al mundo información para ser consumida Por ejemplo, podemos consultar como datos abiertos, los puntos de acceso a la wifi pública entre un catálogo de más de 400 Datasets, solamente en el ayuntamiento de Barcelona http://opendata-ajuntament.barcelona.cat/data/es/dataset Por ...
by quim
Tue Jul 04, 2017 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH y Mysql. Los nuevos escenarios...
Replies: 19
Views: 5821

Re: Unattended e-mails via Outlook 365

... the port is 25, not 587 https://clicdatacoder.wordpress.com/2012/07/13/sending-smtp-mail-via-office-365-exchange-using-cdo-message-and-other-applications/ Dim objCDO Set objCDO = CreateObject("CDO.Message") objCDO.Configuration.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver") ...
by Rick Lipkin
Thu Jan 05, 2017 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unattended e-mails via Outlook 365
Replies: 5
Views: 2760

PROGRAMA DE REDE LENTO

... en otras dos pcs de win 8 Abrir una ventana con 1500 registros fue lentisimo, entonces solicite que tres maquinas estuviesen cableadas con cable cat. 6 y conectadas a un switch de 4 puertos la velocidad mejoro poquisimo con decirle que tarda 40 seg en abrir una ventana con 1900 reg. aprox El ...
by artu01
Mon Sep 05, 2016 7:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROGRAMA DE REDE LENTO
Replies: 8
Views: 1577
Next

Return to advanced search