Search found 393 matches: giving

Return to advanced search

Re: Automated Outlook e-mail and sending plain text

Antonio

Thank you .. would you mind giving me a quick example of the plain text conversion ??

Rick Lipkin
by Rick Lipkin
Tue Oct 19, 2021 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated Outlook e-mail and sending plain text
Replies: 3
Views: 385

Re: HTML reports - live preview inside VS Code

... Until now you can give the size of the table, and the data per field. It is in a very, very, very early stage of development. The purpose is also giving the column width, row height, border-type, the font-style, color,... of each cell. Also to merging cells,.... #INCLUDE "fivewin.CH"function ...
by Marc Vanzegbroeck
Mon Aug 02, 2021 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML reports - live preview inside VS Code
Replies: 8
Views: 1061

Re: Error on search a record on dbf with tdatabase

... two days are available then you change the check_out day to the last day of the addon period (two days in this case). Done. you talked to me about giving the customer the alternatives, that is another matter that I have already solved, here it is about something else if I use the function published ...
by Silvio.Falconi
Wed Jul 07, 2021 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1583

Re: Problem with date - I not understood

... of income and this will happen for every reservation period. (will become a lot of money) If he still insists on having 1 day not calculated and giving it for free.... so be it. but you have done what is espected, giving him the option.
by Marc Venken
Sun Jun 20, 2021 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with date - I not understood
Replies: 4
Views: 676

Re: Installation of mod_harbour as module or fastcgi handler

... all these kind of problems disappear. The only thing that is not working with Fastcgi are the ole calls and the connection with Excel that is giving error with some commands. Thanks a lot for your great work. Massimo
by Massimo Linossi
Sun May 30, 2021 7:14 am
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2919

Re: Xbrowse - Select sort indexes

... Looking at the include, I thought maybe. oLbx1:aSort := { ,,,ealord, eprcom, eprvli } might work, but aSort is not a DATA in the class. Thanks for giving me some clarity on this.
by TimStone
Mon May 17, 2021 10:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse - Select sort indexes
Replies: 9
Views: 1003

Re: pedido para versiones futuras

Can you please send me one simple and small pellesC rc ( not res ) file giving you the problem?
It would be nice if you can also send a small prg file using the dialog.

my email
nageswaragunupudi [at] gmail [dot] com
by nageswaragunupudi
Sun Apr 18, 2021 7:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: pedido para versiones futuras
Replies: 9
Views: 1315

Error on Editvars with FW 20.02 ?

Hello, Can someone test if the funcion/command editvars is giving a error ? Application =========== Path and name: C:\fwharb\samples\testreport.exe (32 bits) Size: 4,225,024 bytes Compiler version: Harbour 3.2.0dev (r2008190002) FiveWin version: FWH 21.02 ...
by Marc Venken
Mon Apr 05, 2021 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Editvars with FW 20.02 ?
Replies: 3
Views: 693

Re: Can FW also read a intire online webshop ?

This seems to be the part of code that would be needed in order to read the webshop, but it is giving no data.

https://www.maveco-webshop.be/bedrijfsk ... ek/?page=2

If I copy this code into Chrome, then it shows data, but into the program I see zero
by Marc Venken
Sat Mar 13, 2021 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can FW also read a intire online webshop ?
Replies: 14
Views: 1741

Re: problems after update to MacOs 11.1 (Big Sur)

your app now it doesn't show the message it does not run on macosx 10.13 .in fact it runs , but it comes out immediately without giving any error.
¿?. I have no idea what could be happening.
If you want, you can send the whole project so I can compile it here to see if it works.
Cheers.
by mastintin
Tue Jan 26, 2021 10:15 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: problems after update to MacOs 11.1 (Big Sur)
Replies: 11
Views: 2340

Re: Multiple array is giving me problems (SOLVED)

Dear Enrico,

You are right
by Antonio Linares
Mon Dec 14, 2020 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple array is giving me problems (SOLVED)
Replies: 11
Views: 833

Re: Multiple array is giving me problems (SOLVED)

Yes, but please try this sample. It doesn't write the value to the field.

Code: Select all  Expand view
#include "Fivewin.ch"


FUNCTION MAIN()

    USE CUSTOMER

    ? last

    last := "TEST"

    ? last

    RETURN NIL


EMG
by Enrico Maria Giordano
Mon Dec 14, 2020 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple array is giving me problems (SOLVED)
Replies: 11
Views: 833

Re: Multiple array is giving me problems (SOLVED)

Enrico,

? fieldname

shows the field contents if exists
by Antonio Linares
Mon Dec 14, 2020 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple array is giving me problems (SOLVED)
Replies: 11
Views: 833

Re: Multiple array is giving me problems

Antonio Linares wrote:Enrico,

It works because the alias is specified. Remove the alias and it will fail.


No, without the alias it won't work (= or := is the same) because it's referring to a MEMVAR variable and not to the DBF field.

EMG
by Enrico Maria Giordano
Mon Dec 14, 2020 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple array is giving me problems (SOLVED)
Replies: 11
Views: 833

Re: Multiple array is giving me problems

Antonio Linares wrote:Marc,

It fails because the field "hexcode" is type char and you are assigning it a nil value:

aadd( aMail ,{ cdd, If( cHex == nil, "", cHex ) } )


Indeed... This solved my problem and i think other problems I had before also. Never thinking of a NIL value..

Thank You !!
by Marc Venken
Mon Dec 14, 2020 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple array is giving me problems (SOLVED)
Replies: 11
Views: 833
PreviousNext

Return to advanced search

cron