Hi Antonio, Thank you for your prompt response as always...
Upon KeyPress [Enter] a function is called and each column is editable, HEditCol() is called to get input from user...
The function called to edit column is HEditCol()
Example of Input/editing of Column 3
xDesc is the Input Variable ...
Search found 99 matches
- Thu Aug 22, 2024 4:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ListBox Input Field Scrolling........
- Replies: 2
- Views: 1707
- Thu Aug 22, 2024 9:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ListBox Input Field Scrolling........
- Replies: 2
- Views: 1707
Re: ListBox Input Field Scrolling........
Need an update on this.....
I have a Listbox defined, in which the user inputs data in text..
The listbox is TWBrowse
The variable filed size is 90 characters
Is it possible to have the input text scroll horizontally to get the complete text?
In ListBox....
Thank & Regards...
I have a Listbox defined, in which the user inputs data in text..
The listbox is TWBrowse
The variable filed size is 90 characters
Is it possible to have the input text scroll horizontally to get the complete text?
In ListBox....
Thank & Regards...
- Fri Apr 15, 2022 9:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ListBox Input Field Scrolling........
- Replies: 2
- Views: 1707
Re: ListBox Input Field Scrolling........
The class used in the RES dialog file is TWBrowse...
Source...
REDEFINE LISTBOX oBrw ;
FIELDS aAcc_No[ nItem ] ,;
P6_Mast->(DbSeek(Trim(PadCode1(aAcc_No[ nItem ]))),P6_Mast->Acc_Name) ,;
aAcc_Desc[ nItem ] ,;
If(!Empty(aTrn_AmtD[ nItem ]),TransForm(aTrn_AmtD[ nItem ],'99,999,999,999.99 ...
Source...
REDEFINE LISTBOX oBrw ;
FIELDS aAcc_No[ nItem ] ,;
P6_Mast->(DbSeek(Trim(PadCode1(aAcc_No[ nItem ]))),P6_Mast->Acc_Name) ,;
aAcc_Desc[ nItem ] ,;
If(!Empty(aTrn_AmtD[ nItem ]),TransForm(aTrn_AmtD[ nItem ],'99,999,999,999.99 ...
- Fri Apr 15, 2022 8:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ListBox Input Field Scrolling........
- Replies: 2
- Views: 1707
ListBox Input Field Scrolling........
I have a Listbox defined, in which the user inputs data in text..
The variable size is 90 characters, the input field is 40 characters.
Is it possible to have the input text scroll horizontally to get the complete text?
In ListBox....
The blue input field is in focus and the user input to scroll ...
The variable size is 90 characters, the input field is 40 characters.
Is it possible to have the input text scroll horizontally to get the complete text?
In ListBox....
The blue input field is in focus and the user input to scroll ...
- Sat Aug 07, 2021 11:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Re: Limitation while adding PRG to mylib.lib (RESOLVED)
- Replies: 2
- Views: 431
Re: Limitation while adding PRG to mylib.lib (RESOLVED)
Hi Navarro,
Thanks a lot.
Yes by changing the flag from /P64 to /P128....all module prgs have been compiled...
All good to go..
Thnx, Regards..
Thanks a lot.
Yes by changing the flag from /P64 to /P128....all module prgs have been compiled...
All good to go..
Thnx, Regards..
- Sat Aug 07, 2021 10:07 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Re: Limitation while adding PRG to mylib.lib (RESOLVED)
- Replies: 2
- Views: 431
Re: Limitation while adding PRG to mylib.lib (RESOLVED)
Hi all,
Has anyone experience where one is unable to add more PRG's to test.mak and added to mylib.lib before compiling. Is there any limitaion on the size of mylib.lib or the number of prgs that one can add....
Once I add a new prg to my mak file is recveive this msg when compiling ...
Has anyone experience where one is unable to add more PRG's to test.mak and added to mylib.lib before compiling. Is there any limitaion on the size of mylib.lib or the number of prgs that one can add....
Once I add a new prg to my mak file is recveive this msg when compiling ...
- Sat Jun 12, 2021 6:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Send EMail Within FW Appplication (RESOLVED)
- Replies: 18
- Views: 4068
Re: Send EMail Within FW Appplication (RESOLVED)
Dear All,
The sample provided by Mr.Cesar Gomez, was just perfect. Was exactly what I wanted, after a few modifications as per my needs. It worked perfectly. Thank You Cesar Gomez.
Thank you Massimo Linossi, but the site you provided MialBee, does not have a trial version and is not license-free ...
The sample provided by Mr.Cesar Gomez, was just perfect. Was exactly what I wanted, after a few modifications as per my needs. It worked perfectly. Thank You Cesar Gomez.
Thank you Massimo Linossi, but the site you provided MialBee, does not have a trial version and is not license-free ...
- Fri Jun 11, 2021 7:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Send EMail Within FW Appplication (RESOLVED)
- Replies: 18
- Views: 4068
Re: Send EMail Within FW Appplication....
Thank You,
James & Santos..
Will check..both solutions...and will get back to you..
Kind Regards..
James & Santos..
Will check..both solutions...and will get back to you..
Kind Regards..
- Wed Jun 09, 2021 2:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Send EMail Within FW Appplication (RESOLVED)
- Replies: 18
- Views: 4068
Re: Send EMail Within FW Appplication....
Thanks Karinha,
Yes, I will appreciate it very much if you can send, me the link of rmail.prg for testing purposes...
As I feel I am doing all my settings right with google security.
amriazkhan@gmail.com
Regards
Yes, I will appreciate it very much if you can send, me the link of rmail.prg for testing purposes...
As I feel I am doing all my settings right with google security.
amriazkhan@gmail.com
Regards
- Tue Jun 08, 2021 7:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Send EMail Within FW Appplication (RESOLVED)
- Replies: 18
- Views: 4068
Re: Send EMail Within FW Appplication....
Thanks ....for your support.
I have tried many ways...to send an email from my application....but it does not respond...
Part of the function is listed below...from this forum..
******************************************************************************************************
STATIC FUNCTION ...
I have tried many ways...to send an email from my application....but it does not respond...
Part of the function is listed below...from this forum..
******************************************************************************************************
STATIC FUNCTION ...
- Tue Jun 08, 2021 5:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Send EMail Within FW Appplication (RESOLVED)
- Replies: 18
- Views: 4068
Re: Send EMail Within FW Appplication....
Still no luck with sending email via gmail.com...
- Tue Jun 08, 2021 4:17 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Send EMail Within FW Appplication (RESOLVED)
- Replies: 18
- Views: 4068
Re: Send EMail Within FW Appplication....
Yes, Thank you for your prompt reply..
I already have set these as in my Gmail account....
Allow Less Secure Apps - is ON
2-step verification - DISABLED
I am passing all parameters to sendmail()
SENDMAIL( cFrom, cServer, cTo, cSubject, cMessage, aAttach, cSender, cUser, cPassword, aCc, lHtml ...
I already have set these as in my Gmail account....
Allow Less Secure Apps - is ON
2-step verification - DISABLED
I am passing all parameters to sendmail()
SENDMAIL( cFrom, cServer, cTo, cSubject, cMessage, aAttach, cSender, cUser, cPassword, aCc, lHtml ...
- Tue Jun 08, 2021 11:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Send EMail Within FW Appplication (RESOLVED)
- Replies: 18
- Views: 4068
Send EMail Within FW Appplication (RESOLVED)
Hi All,
A client has asked to send a payslip via email to all employees from the payroll module. This requires sending the email from Gmail to Gmail users. All employees have an email address in their profile, get tagged for an email.
I have tried some examples from this forum and also tested ...
A client has asked to send a payslip via email to all employees from the payroll module. This requires sending the email from Gmail to Gmail users. All employees have an email address in their profile, get tagged for an email.
I have tried some examples from this forum and also tested ...
- Thu Apr 08, 2021 7:48 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Re: SMS To Customer - Upon Order Delivery
- Replies: 14
- Views: 2185
Re: SMS To Customer - Upon Order Delivery
Thank You Ramesh Sb., for your prompt reply..
I have checked using your function on my local Windows 7 64 Bit Laptop..The SMS is sent and received with this msginfo()
( Failed Calling - 'MSXML2.ServerXmlHttp' )
I have also checked on the clients server ...The SMS does not send providing the same ...
I have checked using your function on my local Windows 7 64 Bit Laptop..The SMS is sent and received with this msginfo()
( Failed Calling - 'MSXML2.ServerXmlHttp' )
I have also checked on the clients server ...The SMS does not send providing the same ...
- Wed Apr 07, 2021 7:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Re: SMS To Customer - Upon Order Delivery
- Replies: 14
- Views: 2185
Re: SMS To Customer - Upon Order Delivery
Ramesh Sb.,
After updating a test version on my client's MS Server, the Send SMS did not work and the application hung up GPF.
I updated on a Microsoft Windows Server 2008 R2 Enterprise
Version: 6.1.7601 Service Pack 1 Build 7601
Am I missing anything..??
After updating a test version on my client's MS Server, the Send SMS did not work and the application hung up GPF.
I updated on a Microsoft Windows Server 2008 R2 Enterprise
Version: 6.1.7601 Service Pack 1 Build 7601
Am I missing anything..??