Search found 402 matches: shall

Searched query: shall

by anserkk
Thu Jan 19, 2023 8:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: ChromeDriver - WebDriver for Chrome
Replies: 5
Views: 1580

Re: ChromeDriver - WebDriver for Chrome

... the DLL

The same code in Vbscript is working ie
Set oSel = CreateObject("Selenium.ChromeDriver")

oSel.Get "https://accounts.google.com/ServiceLogin"
oSel.FindElementById("identifierId").SendKeys "MyEmailId@gmail.com"



You can use FWH WebView to do Web browser automation.
Shall try that.
by nageswaragunupudi
Tue Apr 06, 2021 1:17 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ventajas de usar Array con TXBrowse
Replies: 3
Views: 553

Re: Ventajas de usar Array con TXBrowse

... question is why many use fixes to fill the TXBrowse with data and manipulate it with options to enter / edit / delete instead of going directly to the table/database ... this is a good practice?

I do not clearly understand your question.
I shall be glad if you can explain more elaborately.
Thanks.
by csincuir
Tue Mar 09, 2021 12:44 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 6730

Re: Memory Leak - Richedit

... leakage but there is no real leakage. The bug is only in maintaining the internal count of resources by FWH. This is fixed in 2102.

Anyway, I shall be glad if you let me see your latest program (by email).

Hola Rao,
Gracias de nuevo por tu respuesta.
Si, en mi aplicación ya no utilizo la ...
by nageswaragunupudi
Mon Mar 08, 2021 5:00 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 6730

Re: Memory Leak - Richedit

... As we also explained above, copying bitmap to clipboard is resulting in an apparent resource leakage but there is no real leakage. The bug is only in maintaining the internal count of resources by FWH. This is fixed in 2102.

Anyway, I shall be glad if you let me see your latest program (by email).
by nageswaragunupudi
Thu Feb 13, 2020 2:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: urgent bugs lastest FWH and SQLRDD
Replies: 12
Views: 3398

Re: urgent bugs lastest FWH and SQLRDD

We are unable to decide what changes are to be made because we do not have SQLRDD for testing at our end.
We shall be thankful if you can please provide us a modified method SetRDD() with changes applicable only for SQLRDD and we will incorporate the changes in the next release.
Whatever changes ...
by cnavarro
Sat Jan 18, 2020 12:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 6302

Re: Mobile App Development

... certain function in the Mobile App.

Could you please guide what would be best and quickest way to develop Mobile App. Thanks in advance...!

Shall I go for mod_harbour OR any other solution ?
My friend . I have a tips for your just send me a email.

Why don't you explain it here?
Surely it ...
by Busmatic_wpb
Fri Jan 17, 2020 11:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 6302

Re: Mobile App Development

... asking to develop small Mobile App to perform certain function in the Mobile App.

Could you please guide what would be best and quickest way to develop Mobile App. Thanks in advance...!

Shall I go for mod_harbour OR any other solution ?
My friend . I have a tips for your just send me a email.
by shri_fwh
Tue Jan 14, 2020 12:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 6302

Mobile App Development

... and Maridb for main application development.

Client also asking to develop small Mobile App to perform certain function in the Mobile App.

Could you please guide what would be best and quickest way to develop Mobile App. Thanks in advance...!

Shall I go for mod_harbour OR any other solution ?
by TimStone
Fri Dec 20, 2019 9:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Old DOS to new Windows = Conversion thoughts
Replies: 15
Views: 2806

Re: Old DOS to new Windows = Conversion thoughts

... on a screen. Every sample that is posted here uses that syntax, and yet for me I must be missing some very key element.

Consider a grid. If I use @ 2,5 SAY "Hello", we shall consider that location to be row 2 of the grid. If I use @2,30 GET cVariable, then it displays on the grid at row 1.5.

Why ?
by TimStone
Tue Dec 10, 2019 11:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mapi Outlook .. send mail silently
Replies: 15
Views: 3392

Re: Mapi Outlook .. send mail silently

Rick,

I wanted to do the same thing. MAPI is an excellent solution, but when we have a series of automated emails, that is just not an option to click on every one of them.

I looked for the option a while back, but could not find one. I shall try to look again.

Tim
by Jonathan Hodder
Wed Oct 16, 2019 2:49 am
Forum: mod_harbour
Topic: TrustedNew-SelfSignedCertificate
Replies: 3
Views: 1008

Re: TrustedNew-SelfSignedCertificate

Yes i follow your posts. Still getting up to speed on this.

No doubt I shall ask further questions on Slack at time progresses

All the best
Jonathan
by anserkk
Tue Aug 20, 2019 4:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: A question for Mr. Rao
Replies: 8
Views: 1187

Re: A question for Mr. Rao

You said that it is working fine if you try 127.0.0.1 instead of localhost, right ?

Can I get the exact error message that you get when you try to connect to localhost ?

There are few possibilities for this issue, based on the error we shall try to identify the problem
by shri_fwh
Thu Aug 08, 2019 5:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: How Create an Array from .CSV file ?
Replies: 8
Views: 1601

Re: How Create an Array from .CSV file ?

Dear Rao Sir ,

Simple and Excellent solution ...! Thanks a lot ...!

Just one question on the variable cCsv ,

Shall I use below method to read entire .CSV file and copy data into cCsv variable or any other function/logic ? please guide for the same.

local cCSVFile := "purcbill.csv"local cCsv ...
by nageswaragunupudi
Thu Jun 13, 2019 9:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: AscW() function
Replies: 24
Views: 2880

Re: AscW() function

... There is no problem either with Harbour or xHarbour.
Till now there is no need to use HB_UTF8ASC().
But, if and when the need arises, what shall we do? There will be many users of older versions of xHarbour. Looks like we need to force them to upgrade xHarbour.

But what about xharbour.com ...
by TimStone
Fri Apr 26, 2019 5:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 4821

Re: To Nages : Explain me how I must make this tdatabase

... of my faith in the work these men have done, but in addition I do try to reinforce that with my comments from time to time. And with this said, I shall relax with a glass of wine and then a good nights sleep. May you have continued success with your programming work, and I do encourage all of you ...