Search found 140 matches: tells

Return to advanced search

Re: Does anyone have an Envelope Printing module ?

Tim I had a meeting with my Client last Friday and he is not really so concerned with automating envelopes .. He tells me he just cuts and pastes the address into Word and then prints his envelope and an automated envelope routine would be nice to have but not a requirement .. ...
by Rick Lipkin
Mon Mar 04, 2024 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 364

Re: erase files

... or some other reason. The best way to find out the reason is to if FERASE( cFile ) != 0   ? FERROR()endif FError() tells you the reason why the file is not erased
by nageswaragunupudi
Wed Jan 24, 2024 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1359

Re: How does mod harbour work

... ?> could I set up some error messages somewhere for my common mistakes? so that the programm "tells" me "Error: STR() missing for numeric value..." thanks again for your attention and kind regards ruth Dear Ruth, mod_harbour errors ...
by Antonio Linares
Mon Jan 15, 2024 12:38 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1004

Re: How does mod harbour work

... ?> could I set up some error messages somewhere for my common mistakes? so that the programm "tells" me "Error: STR() missing for numeric value..." thanks again for your attention and kind regards ruth
by Ruth
Mon Jan 15, 2024 9:35 am
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1004

Re: Interesting discussion with ChtGPT

... conclusion. Let's assume you are a new programmer, and are looking for a programming option to build an application for a client. A friend tells you about Harbour/FWH, so you ask this AI system about it, and you get this response. Are you going ahead with obtaining and using these tools ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 887

Festivities of the year

Hello Antonio , I'm looking for a function that tells me if a day is a public holiday or not, (not just Saturday and Sunday) from the windows calendar . I found this function , is it possible to adapt it in fivewin ? #include <windows.h>int ...
by Maurizio
Mon May 08, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Festivities of the year
Replies: 0
Views: 145

Is there a PHP IsSet() in Modharbour

... harbour. Look at this simple sample code below and help me translate the <php> part to <prg> mod harbour. PHP function IsSet() simply tells the script if a value exists in the POST hash like using hb_isHash( h ) .and. hhaskey( h, 'accept' ). Can someone help? <!DOCTYPE html><html>  ...
by reinaldocrespo
Tue Mar 28, 2023 7:18 pm
 
Forum: mod_harbour
Topic: Is there a PHP IsSet() in Modharbour
Replies: 6
Views: 590

Re: Trabajar con dos pantallas

Jimmy: Although I start the application on the second screen, when I ask for the resolution it tells me that it is 2560x1440. It does not read the resolution of the extended screen but that of the main one. Don't worry, programming I'll put the two screens with the same ...
by antolin
Mon Jan 09, 2023 11:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Trabajar con dos pantallas
Replies: 10
Views: 738

Re: My regex fails under Harbour

...  pRegx := HB_RegExComp( "\d" )   ? hb_isregex( pRegx )   //return   HB_IsRegEx( <uExp> ) → <lIsCompRegEx> Tells if <uExp> is a compiled regular expression compiled with HB_RegExComp()
by cnavarro
Fri Nov 04, 2022 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: My regex fails under Harbour
Replies: 6
Views: 560

Re: set spinner on combobox

...   oControls[8]:refresh()return nil Thanks I had already tried ... but there is a problem !! If the procedure tells the tget that bMin: = {|| nValue}, changes the value ok. if the user increases and then decreases it does not return to the minimum number perhaps ...
by Silvio.Falconi
Wed Nov 02, 2022 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: set spinner on combobox
Replies: 7
Views: 421

Re: How write a right name of a field

... for the database object, so it should be something like: oCustomer:ID oCustomer:Name You should not use oDBF as an object name because all that tells you is that it is a database object, but not which database object. And, obviously you can't have multiple database objects open in the same routine ...
by Silvio.Falconi
Fri Apr 29, 2022 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How write a right name of a field
Replies: 6
Views: 479

Re: How write a right name of a field

... for the database object, so it should be something like: oCustomer:ID oCustomer:Name You should not use oDBF as an object name because all that tells you is that it is a database object, but not which database object. And, obviously you can't have multiple database objects open in the same routine ...
by James Bott
Thu Apr 28, 2022 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How write a right name of a field
Replies: 6
Views: 479

Re: 3 state btnbmp

... it from another dialog when I return to the dialog where the btnbmp are they are not colored if I insert a function to refresh all the btnbmp it tells me that it does not find the cargo variable, how can I do to save the status? I try with ACTIVATE DIALOG oDLG ON INIT RefreshBtns(oBtn) Function ...
by Silvio.Falconi
Sun Mar 27, 2022 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 state btnbmp
Replies: 9
Views: 624

OrdCreate with Tdatabase

... &bCode )      NEXT      DbCloseArea()  then when I open a dbf with the cdx (for example with the EMAGDBU program or fwdbu) it tells me that the index file is corrupt  Error occurred at: 22/01/2022, 12:55:39   Error description: Error DBFCDX/1012  Corruption ...
by Silvio.Falconi
Sat Jan 22, 2022 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OrdCreate with Tdatabase
Replies: 2
Views: 219

DBU - 64 bit

... 2022. When building the sample in the 64 bit directory, it won't run. It just stalls. When adding it to an existing application, it builds but tells me it's looking for libmariadb.dll which is located in the same directory as all other application .dlls, plus the .exe file. When I try to register ...
by TimStone
Wed Nov 17, 2021 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBU - 64 bit
Replies: 0
Views: 285
Next

Return to advanced search