Search found 328 matches: obtain

Return to advanced search

Question about performance RowSet

... field1, field2 to my table where field3 = 'x' " ) // 0.21 seconds   that's right? This difference in accumulated time when I need to obtain data from several tables for editing in multiple browsers becomes very large. For example, when i have a button to "insert' a new record, ...
by Eroni
Thu Mar 14, 2024 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4006

MAPI Outlook HTML TEXT

Hi, using this instruction from my fivewin program I obtain a perfect message If I use Thunderbird or David Infocenter If I use Outlook no I don't see the formatted text in the body but I see it as if it were normal text DEFINE MAIL oMail ; SUBJECT ...
by MarcoBoschi
Mon Feb 26, 2024 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Outlook HTML TEXT
Replies: 10
Views: 503

PRINT oPrn NAME cTitle PREVIEW

... usual pdfcreator instruction set oPdf = CREATEOBJECT( "PDFCreator.JobQueue" ) oPdf:Initialize() Have I to need to edit rpreview.prg to obtain this goals?
by MarcoBoschi
Mon Dec 11, 2023 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT oPrn NAME cTitle PREVIEW
Replies: 2
Views: 295

DTPicker

Hi,
If I have this instruction

REDEFINE DTPicker oData VAR dData ID 103 UPDATE OF oDlg
How can I obtain the data in the format "martedi 21 novembre 2023"
i.e. the same string that appears on the screen?


May thanks
by MarcoBoschi
Tue Nov 21, 2023 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPicker
Replies: 2
Views: 416

Re: DBF . Commit

Actually, we can obtain all this information with greater ease using the FileSystemObject.

Dear Mr. Rao,

Thank you so much. This is a very useful function and it's working well. This function detects data changes even if there was no commit.

Best regards,
Otto
by Otto
Mon Oct 23, 2023 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2323

Re: DBF . Commit

... need built-in functions that can detect the actual data status. And this status is the cache status. Like the EXPLORER Perhaps it's possible to obtain these for Fivewin. OT: It's such a pity that only a few still use DBF here. Especially with mod harbour, DBF files are optimal. It's like on ...
by Otto
Mon Oct 23, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2323

Re: DBF . Commit

... and time information in C++ similarly to how Windows Explorer does, you can use the Windows API. The GetFileAttributesEx function can be used to obtain extended file attributes, including the size, and the FileTimeToLocalFileTime. Best regards, Otto https://mybergland.com/fwforum/pstime.jpg
by Otto
Sun Oct 22, 2023 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2323

Re: Error p/generar EXE usando UHTTPD2 en Windows

... landing pages or pages full of photos we need simple screen to give data , send the server transaccts with dabatase ( dbf, sql , nosql etc) and obtain the request 3 (4 ) years ago appears a light in the path with Don Antonio de Linares with your mod_harbour I , of course we are trying this wontherfull ...
by wilsongamboa
Sun Aug 06, 2023 2:42 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1915

Prompt Editor for ChatGPT

... recreated a screenshot from here so that it doesn't look like a demo but rather demonstrates that with good prompts from ChatGPT, you can actually obtain a finished program or module. I took the screenshot from above and provided 3 prompts to ChatGPT. I haven't made any changes to the code of ChatGPT, ...
by Otto
Tue Jun 27, 2023 5:32 pm
 
Forum: mod_harbour
Topic: Prompt Editor for ChatGPT
Replies: 0
Views: 765

Re: Problem with xBrowse

Mr. Rao:

Could you please add the HDR_SUC column and with LEFT JOIN access the BRANCHES table to obtain the name of the branch
and display it in the BROWSE?

In an input movement the HDR_SUC column must be null

With best regards
by Armando
Wed May 31, 2023 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2155

Re: ampersand

Hi Marc,
It is possible that I want to obtain the impossible.
I want to use the existing name of some records in one file (by doing a do while procedure) to use/call them as existing fieldname in an other file....
Kind regards
José
by jds
Wed Mar 29, 2023 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ampersand
Replies: 13
Views: 1134

Custom error handling

... in a log file for subsequent analyses. I tried to override ERRORSYS procedure or to define a custom ERRORBLOCK but in both way I was not able to obtain the log file. Could someone point out what is the correct way to create custom error handling in mod_harbour to achieve a server side logging ...
by berpa
Wed Mar 08, 2023 11:07 am
 
Forum: mod_harbour
Topic: Custom error handling
Replies: 0
Views: 302

Re: Save Desktop into a file

Many thanks
my goal is to obtain every hour the screenshot of a program that is always in execution in a pc
Marco
by MarcoBoschi
Fri Mar 03, 2023 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save Desktop into a
Replies: 7
Views: 725

Decode JSON - revisited

...     With other web responses I Decode the result ( into a hash ), and then use HB_HGET( ) to obtain the results. // Obtain and save the results   -or-   Parse the results by linehb_JsonDecode( cRetData, @hChgData )XBROWSER HASHTREE( ...
by TimStone
Wed Feb 15, 2023 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decode JSON - revisited
Replies: 3
Views: 330

Re: How to obtain plain text from a RTF control?

hua wrote:Which DATA or METHOD in a rtf class should be used to get the content in plain text (without changing the actual content)?
TIA


Have you tried using oRichEdit:GetText() ?
by Antonio Linares
Wed Dec 28, 2022 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to obtain plain text from a RTF control?
Replies: 8
Views: 409
Next

Return to advanced search