Search found 78 matches: indicating

Return to advanced search

Re: Browse of my ADO Class

... cannot define your codeblocks in XBrowse, must indicate that Mr. Rao must have had some reason for doing so, and I think I am not wrong in indicating that since the sources (dbfs, array, ADO, hash, etc.) available to us in the use of this wonderful tool are so wide, it is normal that by ...
by cnavarro
Mon Sep 30, 2024 5:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 43
Views: 2086

How to Work with FIVEWIN and Web Side by Side - An Easy Way

... I have also implemented a heartbeat function, which means the online application periodically checks if the heartbeat of FIVEWIN.EXE is present, indicating that it is running and functioning properly. The desktop application regularly creates a file, and the online application checks how old ...
by Otto
Tue Aug 27, 2024 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 1679

Re: COPY TO not following SET DEFAULT TO

Hi Enrico, There is nothing in the docs indicating that it should follow SET DEFAULT TO path. And, by the way, there was no significant changes in the xHarbour source code related to that command: https://github.com/xHarbour-org/xharbour/blob/main/ChangeLog ...
by hua
Mon Jun 24, 2024 2:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COPY TO not following SET DEFAULT TO in xHb (solved)
Replies: 17
Views: 1333

Re: COPY TO not following SET DEFAULT TO

... at my environment since I don't see others reporting it Anyone has any idea on how to find what's going on? Thanks There is nothing in the docs indicating that it should follow SET DEFAULT TO path. And, by the way, there was no significant changes in the xHarbour source code related to that ...
by Enrico Maria Giordano
Fri Jun 21, 2024 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COPY TO not following SET DEFAULT TO in xHb (solved)
Replies: 17
Views: 1333

Why You Should Stick with DBF or Access Databases for Now

... will ultimately prevail In the current landscape of database technologies, there is a fierce competition between SQL and NoSQL, with trends indicating that data storage, including images, is becoming more integrated, and file systems are increasingly functioning as databases. Why small businesses ...
by Otto
Sun Jun 16, 2024 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why You Should Stick with DBF or Access Databases for Now
Replies: 5
Views: 602

Re: Mod Harbour installation -

... activity of new questions and answers has also decreased. Between November 2022 and December 2022, there was an 11% drop in undeleted questions, indicating a shift in user preferences towards AI tools (Meta Stack Exchange). In May 2023, Stack Overflow had about 5.6 million visitors per day and ...
by Otto
Sat Jun 08, 2024 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mod Harbour installation -
Replies: 16
Views: 1319

Re: Send Emails from Fivewin application

Hello, Although it is not exactly the discussion that is being discussed, it does have to do with sending emails on Fivewin. I must send an email indicating "Delivery Acknowledgment", I use CDO and I can't find (AI either) how to do it using CDOSYS. They have told me that it is done with ...
by FiveWiDi
Wed May 15, 2024 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 5177

xbrowse (likely a custom table) whose contents change dynam

... Response Preparation: hData['error']: Indicates whether an error occurred (in this case, 'false'). hData['posted']: A success message indicating the data was posted successfully. hData['hspeed']: The time taken to execute the function in milliseconds. hData['response'] and hData['data']: ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 839

Re: Another for Btnbmp

... The programmer has to use colors/gradients to indicate which button has focus. I provide you a sample program, suppressing drawing of border while indicating the focused button with colors. I used some simple colors for demonstration, but you can use your own colors/gradients according to your ...
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 7529

Re: Another for Btnbmp

... The programmer has to use colors/gradients to indicate which button has focus. I provide you a sample program, suppressing drawing of border while indicating the focused button with colors. I used some simple colors for demonstration, but you can use your own colors/gradients according to your ...
by nageswaragunupudi
Mon Mar 25, 2024 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 7529

Re: Mark field as required

... the desired effect. What effect? Well, some Gets were mandatory for the user to fill in and so those Gets are marked with a little triangle indicating their obligation when they are empty. It is true that this system is not valid for radio button or check button. The changes to the TGet ...
by paquitohm
Sun Feb 04, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 3154

Re: Classe TGif

... should start with a byte containing the size of the sub-block, followed by the actual data bytes. The last sub-block should have a size of zero, indicating the end of the image data It should have one or more graphic control extensions that specify the animation parameters of each image in the ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 2302

Re: Calculate total pages

... a unique ID, possibly for the invoice. 3. **Preparation for Printing:** - `CursorWait()`: Possibly changes the cursor to a waiting state, indicating processing. - `DeleteDC(oDevice:hDC)`: Deletes the current Device Context (DC) of the device. - `oDevice := NIL`: Clears the device object. ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 7922

Re: Distancia de Levenshtein

... factor for Insert operations defaults to 1. It can be changed to a numeric value between 0 and 255. Return The function returns a numeric value indicating the similarity of two character strings. Description The function calculates the Levenshtein distance which indicates the similarity of two ...
by nageswaragunupudi
Wed Jul 19, 2023 6:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Distancia de Levenshtein
Replies: 5
Views: 497

Re: Mark field as required

Hello

I would like something similar, indicating that the field has to be filled in, as Indicated in red with (*)

Look
Image

or this way

Image
by INFORMAISVRB
Thu Jul 06, 2023 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 3154
Next

Return to advanced search