Search found 10064 matches: sample

Return to advanced search

Re: Send Emails from Fivewin application

paquitohm wrote:In my case I send from an outlook account on port 587 using TLS


Sounds interesting. Can you share a sample, please?
by Enrico Maria Giordano
Tue May 14, 2024 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 1657

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... da error de compilación. We need to provide both width and height in the SIZE clause .. SIZE  nWidth, nHeight UNITS INCHES/CM/MM Please give me a sample text and the maximum width and height ( in CM ) you want. In any case, text of a given length requires a minimum width because each character ...
by nageswaragunupudi
Tue May 14, 2024 5:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1046

Re: Send Emails from Fivewin application

sorry, I meant TLS It should work, but I never checked it myself. Do you have any sample (with userid and password) that you can share (at least with me), so I can test it here? In his day I already hit him too many heads to prepare a test now. I came out of that ...
by paquitohm
Tue May 14, 2024 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 1657

Re: Send Emails from Fivewin application

paquitohm wrote:sorry, I meant TLS


It should work, but I never checked it myself. Do you have any sample (with userid and password) that you can share (at least with me), so I can test it here?
by Enrico Maria Giordano
Tue May 14, 2024 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 1657

simulate read of a get

... for a get the end user must insert the data before to continue that is, the procedure must wait for the user to enter the data before proceeding sample @ 1,10 get aGet[1[ VAR nVar SIZE 100,20 of oDlg I tryed with VALID If( nvar=0, ( MsgInfo( "cannot be zero" ), .f. ) ,) but not run ...
by Silvio.Falconi
Tue May 14, 2024 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate read of a get
Replies: 2
Views: 157

Re: How to make password GET viewable on demand?

oGet:lShowPassword := .T. / .F. to display or hide password oGet:lShowPassword := !oGet:lShowPassword to toggle display of password Here is a sample #include "fivewin.ch"function Main()   local oDlg, oGet   local cPw   := Space( 20 )   DEFINE DIALOG oDlg SIZE 300,200 ...
by richard-service
Tue May 14, 2024 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make password GET viewable on demand?
Replies: 8
Views: 289

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... BARCODE TYPE "EAN13" SIZE 4,1 INCHES   ENDPAGE   ENDPRINT   RELEASE FONT oFontreturn nil Please build this sample in the samples folder using buildh.bat or buildx.bat. This is the screen-shot of PDF file generated with HaruPDF: https://imagizer.imageshack.com/v2/xq70/923/j2oygz.png ...
by nageswaragunupudi
Tue May 14, 2024 7:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1046

Re: Transparent Png on MDI Parent

My sample works perfectly with your version.
You need not update.
In fact my sample works with much older versions also ( though not very very old)

Works with all versions of FWH from 2018 onwards
by nageswaragunupudi
Mon May 13, 2024 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 11
Views: 421

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

... passa a value to bchange function I tried to pass nIndex in the for next loop to bchange and the value is always the same I made modifies on you sample https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44513&sid=ca68d176cc14f86e1359d15301a5e80f&sid=c0aafd02f5ba6f3455e4d2dd7f46a2b6#p270092
by Silvio.Falconi
Mon May 13, 2024 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 696

tdtabase and filter

Nages, I modify your sample https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44500&sid=ca68d176cc14f86e1359d15301a5e80f to use with tdatabase and the possiblity to select the state but I have problem to ...
by Silvio.Falconi
Mon May 13, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdtabase and filter
Replies: 0
Views: 62

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

... solution is to create each control in a separate function using the principle of detached locals. Search for detached locals in this forum. The sample provided by Mr. Antonio above is the right way to go. This is a working program using the above principle Build and run this program in fwh samples ...
by Silvio.Falconi
Mon May 13, 2024 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 696

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

This is a interesting sample for filtering.... Mr. Rao, Would you please be so kind to enhance this sample so that there is a second combobox selecting ages like (20 - 40 - 50 etc) and state like (NY, WY etc) Any small sample with more ...
by Marc Venken
Mon May 13, 2024 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 696

Re: How to make password GET viewable on demand?

oGet:lShowPassword := .T. / .F. to display or hide password oGet:lShowPassword := !oGet:lShowPassword to toggle display of password Here is a sample #include "fivewin.ch"function Main()   local oDlg, oGet   local cPw   := Space( 20 )   DEFINE ...
by nageswaragunupudi
Mon May 13, 2024 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make password GET viewable on demand?
Replies: 8
Views: 289

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

That sample is not reduced and not self-contained.
by Enrico Maria Giordano
Sun May 12, 2024 8:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1046

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

... solution is to create each control in a separate function using the principle of detached locals. Search for detached locals in this forum. The sample provided by Mr. Antonio above is the right way to go. This is a working program using the above principle Build and run this program in fwh samples ...
by nageswaragunupudi
Sun May 12, 2024 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 696
PreviousNext

Return to advanced search

cron