Avista
Thank you for your reply. Actualy I am user of xHarbour and FWH. By mistake I had post this in this forum.
With regards,
Arindam
Search found 44 matches
- Wed Jun 20, 2007 2:09 pm
- Forum: FiveWin for CA-Clipper
- Topic: How to use Enter key on Combobox
- Replies: 2
- Views: 1688
- Wed Jun 20, 2007 2:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How can I use Return key to move next get
- Replies: 2
- Views: 840
How can I use Return key to move next get
Hi Everybody, While I am pressing ENTER on Combobox, Cursor do not move in next get field. If I press Tab bottom, then only Cursor move to next field. How Can I use Enter, to move Cursor to next field. My code is as follows. REDEFINE COMBOBOX oCbx VAR cCuTy ITEMS { "URBAN ", "RURAL &q...
- Wed Jun 20, 2007 4:08 am
- Forum: FiveWin for CA-Clipper
- Topic: How to use Enter key on Combobox
- Replies: 2
- Views: 1688
How to use Enter key on Combobox
Hi Everybody, While I am pressing ENTER on Combobox, Cursor do not move in next get field. If I press Tab bottom, then only Cursor move to next field. How Can I use Enter, to move Cursor to next field. My code is as follows. REDEFINE COMBOBOX oCbx VAR cCuTy ITEMS { "URBAN ", "RURAL &q...
- Wed May 23, 2007 3:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Scroll Text Area
- Replies: 3
- Views: 1109
- Wed May 23, 2007 4:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Scroll Text Area
- Replies: 3
- Views: 1109
Scroll Text Area
Hi everybody, If display area is less then the test length, how can I scroll to view or enter the entire text length? For example, due to the insufficient space I can provide maximum 25 char to display the Name field. But length of the name field is 35 char. In such case, if I can provide scroll opt...
- Mon Apr 30, 2007 9:39 am
- Forum: Off Topic / Otros temas
- Topic: Life is wonderful
- Replies: 10
- Views: 4282
- Fri Apr 27, 2007 1:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Strange behavior of ESC KEY
- Replies: 1
- Views: 689
Strange behavior of ESC KEY
Hi Eeverybody, The finding problem is: 1) If I press the ESC key in get field, it is behaved like Enter key. If I check with Lastkey(), the return value is 13, instead of 27. 2) In normal case if I press Enter key, in any get field, the cursor moved to next get field. But if I press ESC key, the ret...
- Tue Apr 24, 2007 8:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Blinking during display
- Replies: 11
- Views: 3755
- Sun Apr 22, 2007 4:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Blinking during display
- Replies: 11
- Views: 3755
James Yes, I want to debug same example which I post earlier. As you have suggested, I have modify my code. It is blank out the Says and remain as controls in oDlg1:aControls for next time use. As a result while I am entering next Client’s Id, then to displaying data from database object, I have to ...
- Thu Apr 19, 2007 8:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Blinking during display
- Replies: 11
- Views: 3755
James, Thanks for your guideline and also for quick look to my code. I am sure this will help me in future during coding But, I am stuck in different part now. I am not updating any data ( As this is only for information system. In very few occasion I am updating the information in Dbf ) in any Dbf,...
- Thu Apr 19, 2007 8:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Blinking during display
- Replies: 11
- Views: 3755
Hi everybody, I think my last post was too lengthy for support. Ok. I need support for the following part only. While I am entering a client’s Id, first it is display previous clients details in @Say area and then current client details. I have erased and removed all Say information from display are...
- Tue Apr 17, 2007 8:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Blinking during display
- Replies: 11
- Views: 3755
Blinking during display
Hi! In my following test code, no of say are more for display the information. My problem is that, while I am entering data during checking and displaying the information, the Say information’s are blinking. The blinking rates are increasing gradually. #include "FiveWin.ch" Static oGet, oS...
- Thu Mar 29, 2007 1:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need support urgently
- Replies: 2
- Views: 953
- Wed Mar 28, 2007 9:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error during Compile
- Replies: 1
- Views: 567
Error during Compile
Hi everybody, I am Creating a .mak file in MSMAKE and compiling my code. During compiling the following error code generating, which is unresolved. error LNK2019: unresolved external symbol _xCCGetLargestConsoleWindowSize referenced in function _hb_gt_SetMode regcode.exe : fatal error LNK1120: 1 unr...
- Sat Mar 24, 2007 3:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need support urgently
- Replies: 2
- Views: 953
Need support urgently
Hi friends! Due to some unavoidable reason, recently I have formate my HD and reload XP SP-2. Now the file format is NTFS. Previously it was FAT32. After doing this changes my all prgs are not working. I have observed some significant changes in file properties part also. While i am trying to open t...