Search found 18218 matches: code

Return to advanced search

Re: modharbour.club

... server. However, this is a conceptual error on my part. I think it would be very useful if we could make all the versions—V1, V2.1, CGI—somewhat code compatible or unify the development into a single mod. One thing I think, maybe not for the 60+ generation but for the younger ones, is the need ...
by Otto
Sat May 18, 2024 8:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: modharbour.club
Replies: 4
Views: 415

Re: hb_base64encode() stays empty

... me. I tried with alltrim now - but it seems to make no difference. I think microsoft refuses the long string here maybe... :?: If I put the code I post below it adds an unwanted ! after about 2 1/2 lines of characters for the   "<p>" + alltrim(cImgBase64) + "</p>" ...
by Ruth
Thu May 16, 2024 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64encode() stays empty
Replies: 10
Views: 259

Re: XAMPP through PortableApps.com or Server2Go

... trama  ?> </p></body></html>   ENDTEXTreturn cHtml Descrition: Unknown or unregistered function symbol Operation: AP_ARGS Code: BASE/EG_ARG(1) 6101 Que debo corregir para que funcione en Rx?. Gracias por toda su dedicacion y esmero.
by asesormix
Thu May 16, 2024 12:57 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 13
Views: 11205

At() and Rat() return the same value on a character string

To All ( enrico ) I an using fivewin 2404 and xHarbour build 20240413 .. This code returns the same value xValue := "Amy Halady"cName := alltrim( xValue )msginfo( cName )        // Amy HaladynLen := len( cName )msginfo( nLen ...
by Rick Lipkin
Wed May 15, 2024 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: At() and Rat() return the same value on a character string
Replies: 4
Views: 127

hb_base64encode() stays empty

Dear friends, please could you be so kind as to help me out. Here is a small piece of code that on my systems does not produce output for hb_base64encode() https://mybergland.com/ruth/screenshot3.png // C:\FWH\SAMPLES\RUTHBASE64.PRG#include "FiveWin.ch"#Include ...
by Ruth
Wed May 15, 2024 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64encode() stays empty
Replies: 10
Views: 259

Re: How to make password GET viewable on demand?

... := !oGet3:lPasswordoGet4:lPassword := !oGet4:lPasswordoGet3:Refresh()oGet4:Refresh()RETURN nil  Dear Cesar Gomez Your sample code working fine. Thank you.
by richard-service
Wed May 15, 2024 1:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make password GET viewable on demand?
Replies: 8
Views: 173

Re: How to make password GET viewable on demand?

... with resource also. Please try and provide your feedback. Dear Mr.Rao Yes, You're right. I using the style ES_PASSWORD in the resource. I add your code and working fine. REDEFINE GET oPassWD VAR cPass ID 102 OF oDlg UPDATE CUEBANNER "使用者密碼" ;      ACTION ( oPassWD:lShowPassWord ...
by richard-service
Wed May 15, 2024 1:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make password GET viewable on demand?
Replies: 8
Views: 173

Re: Detectar slato de línea en una variable.

... Carmona) from more than 20 years ago, it is TImprime() and TUtilPrn(). They are used together to format invoices, receipts, receipts, etc. using code. I don't know if it is currently 100% compatible in all its source code with FiveWin (The Full can tell us that), since I use few of its functions. ...
by FiveWiDi
Tue May 14, 2024 7:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar slato de línea en una variable.
Replies: 5
Views: 184

Re: Best use of aSelected in Xbrowse

In case of 1000 selected record, code A will do a FLock and code B will use Xbrowse and I suppose a RLock each record. Better use A for large selections ? Yes, you are right. Code A is efficient and Code B is very inefficient for bulk operations. ...
by nageswaragunupudi
Tue May 14, 2024 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best use of aSelected in Xbrowse
Replies: 1
Views: 81

Re: Send Emails from Fivewin application

Dear Mr. Santos, dear all fivewinners, please can I ask for your experience and help one more time. I am able to send also an image with the code you kindly gave to me by switching from :TextBody to :HTMLBody. Everything works fine as long as the image is somewhere located on a server ... I ...
by Ruth
Tue May 14, 2024 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 983

Best use of aSelected in Xbrowse

...          next      endif  Some questions : In case of 1000 selected record, code A will do a FLock and code B will use Xbrowse and I suppose a RLock each record. Better use A for large selections ? In case that changing a value ...
by Marc Venken
Tue May 14, 2024 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best use of aSelected in Xbrowse
Replies: 1
Views: 81

Re: send an email using the Outlook object

... you suggested: create an HTML file, replace the placeholders within it, and then send the HTML using PHP. In practice, it is more or less the same code as with Outlook. However, for my purpose, it is important that the pictures arrive at the recipient's address opened. Best regards, Otto https://mybergland.com/fwforum/werbungemail.jpg ...
by Silvio.Falconi
Tue May 14, 2024 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 155

Re: send an email using the Outlook object

... you suggested: create an HTML file, replace the placeholders within it, and then send the HTML using PHP. In practice, it is more or less the same code as with Outlook. However, for my purpose, it is important that the pictures arrive at the recipient's address opened. Best regards, Otto https://mybergland.com/fwforum/werbungemail.jpg
by Otto
Tue May 14, 2024 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 155

Re: passing a value through a for..next loop

... in the for next loop to bchange and the value is always the same We need to keep in mind at all times, NOT to use loop variables in building code-blocks inside a loop. Build the code-block in a separate function using the loop variable as one of the parameters of the function. Please search ...
by Silvio.Falconi
Tue May 14, 2024 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 440

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

Hola amigos ! Como puedo solucionar la impresión de un código de barras que saqué de barlib.zip de libre distribución, que tiene el programa go_code.prg y que me da error al querer imprimir al usar la función FILLRECT(). Gracias, como siempre ! Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Buil...
by nageswaragunupudi
Tue May 14, 2024 6:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 485
Next

Return to advanced search