Search found 84 matches: mechanism

Return to advanced search

Re: Saving OuterHTML using Await Implementation with TWebView

... - This loop will exit either when the desired result is achieved or after a certain time has passed (`nSecond`), whichever happens first. - This mechanism ensures that the program waits for the web content to be available but doesn't get stuck indefinitely if the content isn't found. 6. **Asynchronous ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1622

Re: Saving OuterHTML using Await Implementation with TWebView

... - This loop will exit either when the desired result is achieved or after a certain time has passed (`nSecond`), whichever happens first. - This mechanism ensures that the program waits for the web content to be available but doesn't get stuck indefinitely if the content isn't found. 6. **Asynchronous ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1622

Re: Small Question about Word and FWH

... to check the state of the document in jWord. Here's a general outline of the steps involved: a. Use a suitable inter-process communication mechanism supported by your programming language or platform, such as named pipes, sockets, or shared memory, to establish communication between Application ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1149

Re: updating an archive

... comparing the various days: Tuesday day 2 of the week Thursday day 4 of the week Saturday day 6 of the week for example to make you understand the mechanism: last draw in archive 12.11.2022 is a Saturday if I did the check today 14.11.2022 (Monday day 1 of the week) the procedure should not return ...
by Silvio.Falconi
Mon Nov 14, 2022 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: updating an archive
Replies: 9
Views: 601

Re: Closing Circles

Martin, I think you always have to check which mechanism you use on a case-by-case basis. What do you have on the frontend? bootstrap table? We did some test when starting with mod harbour 2 years ago. Please give more details. Best regards, Otto ...
by Otto
Tue Oct 11, 2022 3:16 pm
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1319

Re: ADS - The future is <sadly> now so where do you go ?

Tim ADO and Sql ( ms sql server, ms access ) is the database mechanism I have used for over 10 years .. 32 and 64 bit are both supported and is perfectly integrated into FiveWin .. the only difference is that you have to think of ADO in terms of an Objected ...
by Rick Lipkin
Wed Apr 20, 2022 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2777

Re: Drag and drop on GET

Thank you Mr Rao.

this mechanism is what i want and i have unpacked the TGET class but it doesn't work.

Once again, thank you so much.

Regards...
by Mulyadi
Wed Mar 30, 2022 12:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag and drop on GET
Replies: 4
Views: 590

Re: TXBrwColumn aEditListTxt

... in Mr. Rao. Columns 2 and 3 are not only listboxes but also editable. If users make a false entry in col 3 it should be possible to repeat the mechanism to click again the same value in col 2 to correct the value in col 3. And no, it's a dbf to edit. You should not keep column 3 editable. Set ...
by nageswaragunupudi
Wed Mar 02, 2022 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn aEditListTxt
Replies: 11
Views: 536

Re: TXBrwColumn aEditListTxt

Thanks for jumping in Mr. Rao.
Columns 2 and 3 are not only listboxes but also editable.
If users make a false entry in col 3 it should be possible to repeat the mechanism to click again the same value in col 2 to correct the value in col 3.
And no, it's a dbf to edit.
by Detlef
Wed Mar 02, 2022 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn aEditListTxt
Replies: 11
Views: 536

Re: ActiveX - CREATEOBJECT and singleton pattern

... it either. It's just that there's no registry setting that says "always serves the same object." In fact, the standard COM instance mechanism requires that a truly new object be returned each time you call it (this mechanism is used internally by new operators and CreateInstance ...
by metro2
Mon Nov 15, 2021 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX - CREATEOBJECT and singleton pattern
Replies: 21
Views: 1599

Re: SMS To Customer - Upon Order Delivery

... remains open. If ten SMS are sent, ten explorers are open. The service provider has told me that the explorer page should not open and the sending mechanism is transparent. Is there a method to send the SMS without the web page opening..?? I am using the following : ShellExecute( oCust:hWnd, "open", ...
by RiazKhan
Tue Apr 06, 2021 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1531

Re: Passing a variable to javescript

Dear Otto,

> Should we program a mechanism that a functions does not execute on loading the page at first

It will always execute on loading the page at first only

If you want to execute Harbour code later on, then you need to call the server again using Ajax (jquery)
by Antonio Linares
Mon Nov 04, 2019 11:09 am
 
Forum: mod_harbour
Topic: Passing a variable to javescript
Replies: 3
Views: 433

Re: Passing a variable to javescript

Dear Antonio,
this is only a sample. Sometimes you have very functions with many lines. Should we program a mechanism that a functions does not execute on loading the page at first.
And it yes how can this be done.
Best regards
Otto
by Otto
Sun Nov 03, 2019 1:47 pm
 
Forum: mod_harbour
Topic: Passing a variable to javescript
Replies: 3
Views: 433

Re: Mechanism for locking records in a DBF file

Hi, File locks are not stored anywhere. They are kept in memory by the filesystem in the server OS. The dbf headers are always of the same size, they cannot change size because that is not easy to handle among several users. In normal files, a file lock in a given region doesnt allows other users to...
by Carlos Mora
Sat Apr 20, 2019 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mechanism for locking records in a DBF file
Replies: 1
Views: 533
Next

Return to advanced search