Search found 43 matches: partly

Return to advanced search

Hi, I think I have partly solved the my second problem. I can align all the button in dialog box using ClassName()="TBUTTON". Can I select the my obtnOK and obtnCancel variables. Also I want to put a line above buttons. any suggestions. ...
by Horizon
Wed Aug 06, 2008 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treview Help
Replies: 12
Views: 3412

Harvey, RE: Browse problem Your code is very hard to read partly because you are using both database objects and alias referencing in the same code. The xtranslates make it even harder to read. What is the point of these? Take a look at the setoDBF() ...
by James Bott
Wed Aug 06, 2008 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help in migrating to 32 bits. Strange thing happening!
Replies: 16
Views: 3394

... so to me deriving directly from TData or an equivalent by subclassing is potentially a problem in the long run. Also some entities are persisted partly as a table entry partly in other ways (eg a MEDICALREPORT which is a word processing document). > I am not clear on what you are saying above, ...
by xProgrammer
Mon Apr 14, 2008 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864

... so to me deriving directly from TData or an equivalent by subclassing is potentially a problem in the long run. Also some entities are persisted partly as a table entry partly in other ways (eg a MEDICALREPORT which is a word processing document). I am not clear on what you are saying above, ...
by James Bott
Thu Apr 10, 2008 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864

... so to me deriving directly from TData or an equivalent by subclassing is potentially a problem in the long run. Also some entities are persisted partly as a table entry partly in other ways (eg a MEDICALREPORT which is a word processing document). I understand that changing the data backend with ...
by xProgrammer
Thu Apr 10, 2008 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864

... DATAFILE that opened the PT_PATIENT datafile as a property so whilst it isn't a subclass it has many of the benefits. This was a deliberate choice partly to ease data back end migration. >xDATAFILE Class follows. You probably need to see some of the other objects to see how it fits together. ...
by James Bott
Thu Apr 10, 2008 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864

... DATAFILE that opened the PT_PATIENT datafile as a property so whilst it isn't a subclass it has many of the benefits. This was a deliberate choice partly to ease data back end migration. xDATAFILE Class follows. You probably need to see some of the other objects to see how it fits together. /****************************************************************************** ...
by xProgrammer
Thu Apr 10, 2008 4:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864

A Question Abot DIALOGs

... CENTERED So dlgPATIENT points to an object of class TDialog. I want to use that TDialog object many times. But it seems that dlgPATIENT:End() partly destroys it, because if I try to reuse it later with: ACTIVATE DIALOG dlgPATIENT CENTERED The screen will often come up the second time but not ...
by xProgrammer
Tue Apr 08, 2008 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864

... for us to press Esc. Now press Esc. Edit writes '0' for numeric and blank for Character fields. Case-3 ------------ In Case-2, invoke edit, enter partly and click on any other cell or click outside the window. Even an invalid value is written. As it is, it is not safe to use the inline edit features ...
by nageswaragunupudi
Sat Nov 24, 2007 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse -array - how to add, del and select an item?
Replies: 10
Views: 1981

... 2000), and transfers control to the program interpreter or the e_entry address of the original executable. The UPX stub is about 1700 bytes long, partly written in assembler and only uses kernel syscalls. It is not linked against any libc.Specific drawbacks: - For linux/elf386 and linux/sh386 ...
by karinha
Fri Oct 19, 2007 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: proteger exe contra debuggers y cracks
Replies: 16
Views: 6738

Will do - but I still suspect buildx.sh

Hi Antonio I am redoing everything - partly because of misunderstanding about ubuntu install, but I was logged on as a user (I believe) although I had used su to be able to execute and root was the directory it put files into. That may be all ...
by xProgrammer
Sat Jul 28, 2007 12:50 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Porting to (what flavour of) Linux
Replies: 18
Views: 6751

Hi, Thanks for the hint it partly solved my problem. But there`s something that I don`t understand. If VK_MENU test the ALT key, Why VK_CONTROL test the CTRL and ALT keys. I wrote this small piece of code for testing: if GetKeyState(VK_MENU) ...
by Gilbert
Tue Feb 20, 2007 5:54 pm
 
Forum: FiveWin for CA-Clipper
Topic: KeyState
Replies: 6
Views: 2331

Browsing arrays

... to browse and how many columns it includes. So I want the function to determine this by itself and display all the elements and columns. So far I partly solved the problem execpt for oLbx:bLine where I have no idea of how I can display all columns. Any ideas Regards, :!:
by Gilbert
Tue Nov 07, 2006 12:36 am
 
Forum: FiveWin for CA-Clipper
Topic: Browsing arrays
Replies: 4
Views: 1443
Previous

Return to advanced search