Good evening,
Why xbrowse not getting focus after entering the date?
Solved using WS_TABSTOP in RC file
using CONTROL "Custom control", 4001, "TXBROWSE", WS_TABSTOP
Regards
#include "fivewin.ch"
#include "dtpicker.ch"
#include "xbrowse.ch"
function Voucher(oWndVchr,oWndMain,oRsVchr,oCn ...
Search found 16 matches
- Sun Aug 18, 2024 1:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SOLVED. XBROWSE FOCUS PROBLEM FRM RESOURCE
- Replies: 1
- Views: 966
- Sat Aug 10, 2024 4:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To. Mr.Rao
- Replies: 4
- Views: 1232
Re: To. Mr.Rao
Dear Rameshbabu.
Thanks for the nice message.
Mr.Rao's contribution for our programming community
is remarkable. He is encyclopedia for fivewin.
Mr.Yunus,
#include "fivewin.ch"
function main()
local BDayWishes
FW_setunicode(.t.)
BDayWishes := { ;
"Wishing you a day filled with love and ...
Thanks for the nice message.
Mr.Rao's contribution for our programming community
is remarkable. He is encyclopedia for fivewin.
Mr.Yunus,
#include "fivewin.ch"
function main()
local BDayWishes
FW_setunicode(.t.)
BDayWishes := { ;
"Wishing you a day filled with love and ...
- Sat Aug 10, 2024 7:31 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: To. Mr.Rao
- Replies: 4
- Views: 1232
To. Mr.Rao
Dear Mr.Rao
#include "fivewin.ch"
function main()
local BDayWishes
FW_setunicode(.t.)
BDayWishes := { ;
"Wishing you a day filled with love and joy. Happy Birthday!",;
"Feliz cumpleaños! Espero que disfrutes tu día",;
"Feliz Aniversário!",;
"जन्मदिन की हार्दिक शुभकामनाएँ!",;
"May your year ...
#include "fivewin.ch"
function main()
local BDayWishes
FW_setunicode(.t.)
BDayWishes := { ;
"Wishing you a day filled with love and joy. Happy Birthday!",;
"Feliz cumpleaños! Espero que disfrutes tu día",;
"Feliz Aniversário!",;
"जन्मदिन की हार्दिक शुभकामनाएँ!",;
"May your year ...
- Sun Aug 04, 2024 5:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Not solved. Xbrowse total debit credit in footer
- Replies: 0
- Views: 670
Not solved. Xbrowse total debit credit in footer
Dear Mr.Rao
I am trying to create program for voucher entry. I am using one field named type for credit and debit.
How to display Total Credit and Total debit i footer. in one footer
https://imgur.com/ndJ70L6
CREATE TABLE IF NOT EXISTS `voucher` (
`vch_id` int(11) NOT NULL AUTO_INCREMENT ...
I am trying to create program for voucher entry. I am using one field named type for credit and debit.
How to display Total Credit and Total debit i footer. in one footer
https://imgur.com/ndJ70L6
CREATE TABLE IF NOT EXISTS `voucher` (
`vch_id` int(11) NOT NULL AUTO_INCREMENT ...
- Sat Aug 03, 2024 1:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: (SOLVED) TO MR.RAO (Error BASE/1004 No export
- Replies: 2
- Views: 720
SOLVED. TO MR.RAO (Error BASE/1004)
Dear Mr.Rao
Thanks for your guide. there was error to pass parameter to function. so oRs was NIL
Regards
This is how your should understand the error.log
This means oRs is NIL. And obviously NIL has not exported method.
It is for you to figure out why the oRs is NIL at the time of execution ...
Thanks for your guide. there was error to pass parameter to function. so oRs was NIL
Regards
This is how your should understand the error.log
This means oRs is NIL. And obviously NIL has not exported method.
It is for you to figure out why the oRs is NIL at the time of execution ...
- Wed Jul 31, 2024 3:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: (SOLVED) TO MR.RAO (Error BASE/1004 No export
- Replies: 2
- Views: 720
(SOLVED) TO MR.RAO (Error BASE/1004 No export
Dear Mr.Rao
I am trying to create programe for ledger creation.
I am getting followoing error while click on EDIT buttonbar
Error description: Error BASE/1004 No exported method: EDITBASERECORD
Args:
[ 1] = U
[ 2] = U
[ 3] = L .F.
[ 4] = B {|| ... }
[ 5] = O TXBROWSE
[ 6] = L .T.
Stack ...
I am trying to create programe for ledger creation.
I am getting followoing error while click on EDIT buttonbar
Error description: Error BASE/1004 No exported method: EDITBASERECORD
Args:
[ 1] = U
[ 2] = U
[ 3] = L .F.
[ 4] = B {|| ... }
[ 5] = O TXBROWSE
[ 6] = L .T.
Stack ...
- Mon Jul 29, 2024 6:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to ? TABS ON MDICHILD WINDOW. SOLVED
- Replies: 5
- Views: 623
Re: how to ? TABS ON MDICHILD WINDOW (Tab on Bottom) ?
Dear Karinha,
Thanks to pointing out me in right direction.
Regards
Yunus
Thanks to pointing out me in right direction.
Regards
Yunus
karinha wrote:C:\FWH\SAMPLES\ALASKA.PRG
Regards, saludos.
- Mon Jul 29, 2024 4:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to ? TABS ON MDICHILD WINDOW. SOLVED
- Replies: 5
- Views: 623
Re: how to ? TABS ON MDICHILD WINDOW (Bottom)
Dear Sir Antonio
I mean Bottom Tabs.
Regards
Yunus
I mean Bottom Tabs.
Regards
Yunus
- Sun Jul 28, 2024 5:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to ? TABS ON MDICHILD WINDOW. SOLVED
- Replies: 5
- Views: 623
how to ? TABS ON MDICHILD WINDOW. SOLVED
Dear All,
How to add TABS on MDICHILD window ? I am using example mariainv for this but without success
Regards
Yunus
How to add TABS on MDICHILD window ? I am using example mariainv for this but without success
Regards
Yunus
- Sat Jul 27, 2024 6:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: strange behavior on double clicking to msgbar
- Replies: 2
- Views: 358
Re: strange behavior on double clicking to msgbar (solved)
Dear RHLAWEK
Thanks that worked for me.
Regards
Yunus.
Thanks that worked for me.
Regards
Yunus.
Postby rhlawek » Fri Jul 26, 2024 11:24 pm
viewtopic.php?f=3&t=41779&p=250378&sid=67c453d337eb9c0a39e8c47799a50bba#p250378
- Fri Jul 26, 2024 1:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: strange behavior on double clicking to msgbar
- Replies: 2
- Views: 358
strange behavior on double clicking to msgbar
Good evening All,
I found strange behavior when double click on msgbar it shows memory used detail Windows Title. is this behavior normal ?
I found strange behavior when double click on msgbar it shows memory used detail Windows Title. is this behavior normal ?
- Fri Jul 19, 2024 5:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need Help guide for my program.
- Replies: 38
- Views: 3045
Re: Need Help giide for my program
+1
Hello friends,
To AI support
Way back when I was a little boy, the industry just started selling electric stoves to households.
I still remember the conversations about how housewives claimed that you couldn't really cook with electric stoves.
But today, it's standard. I have truly witnessed ...
Hello friends,
To AI support
Way back when I was a little boy, the industry just started selling electric stoves to households.
I still remember the conversations about how housewives claimed that you couldn't really cook with electric stoves.
But today, it's standard. I have truly witnessed ...
- Fri Jul 19, 2024 6:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need Help guide for my program.
- Replies: 38
- Views: 3045
Re: Need Help giide for my program
Dear Mr.Otto
Yes it is me. That program was created by Mr.Antonio and Mr.Rao on my request to learn Fivewin.
Regards
Yunus
Yes it is me. That program was created by Mr.Antonio and Mr.Rao on my request to learn Fivewin.
Regards
Yunus
- Fri Jul 19, 2024 1:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need Help guide for my program.
- Replies: 38
- Views: 3045
Need Help guide for my program.
Good morning
For Jewellery business. We may received Payments (Cash Rs, Old Gold, Old Silver) against
1. Order (Amts must display below order after making invoice for that order amts paid should display below the invoice)
2. Advance payment withour order.
3. Against Bill. (Payment amt must ...
For Jewellery business. We may received Payments (Cash Rs, Old Gold, Old Silver) against
1. Order (Amts must display below order after making invoice for that order amts paid should display below the invoice)
2. Advance payment withour order.
3. Against Bill. (Payment amt must ...
- Thu Jul 18, 2024 7:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to design programe for jewelry order ? (K.A. Rao)
- Replies: 2
- Views: 459
How to design programe for jewelry order ? (K.A. Rao)
Dear Mr.Rao
Good afternoon
After long gap of 5 years with programming. I am planning to develop accounting program for my jewellery business with Fivewin and Mariadb.
For Order of Jewelry
Customer may Give Cash, Old Gold, Old silver against Gold jewelry order
or
Customer give advance cash, old ...
Good afternoon
After long gap of 5 years with programming. I am planning to develop accounting program for my jewellery business with Fivewin and Mariadb.
For Order of Jewelry
Customer may Give Cash, Old Gold, Old silver against Gold jewelry order
or
Customer give advance cash, old ...