Search found 81 matches: levels

Return to advanced search

Re: Passing variables by reference in nested functions

There is no limit to the number of levels. I slightly modified your first program to demonstrate this. #include "fivewin.ch"function Main()   local xTotal, oTotal, oDlg   xTotal := 10.00   DEFINE DIALOG oDlg   @ 10,10 GET ...
by nageswaragunupudi
Thu May 24, 2012 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Passing variables by reference in nested functions
Replies: 12
Views: 3555

Re: DLL

... : warning C4013: 'WideToAnsi' undefined; assuming extern returning int rfid156.prg(216) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int ' rfid156.prg(217) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int ' rfid156.prg(218) : warning ...
by kok joek hoa
Thu May 24, 2012 4:32 pm
 
Forum: FiveWin for Pocket PC
Topic: DLL
Replies: 59
Views: 99672

Error al crear tDolphin con MS VC 10 ++

... : see declaration of 'BOOL' c:\hb3\include\clipdefs.h(118) : error C2040: 'HANDLE' : 'HB_VMHANDLE' differs in levels of indirection from 'void *' Alguna Idea, Gracias
by Adolfo
Tue Oct 11, 2011 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al crear tDolphin con MS VC 10 ++
Replies: 6
Views: 1162

Re: A new Class TGantt

... Structure (WBS) which is basically an outline format. Tasks at the lowest level have start and end dates (or dependencies) and tasks at the higher levels start when the first subtask starts and end when the last subtask ends. These upper level items (not really tasks) may or may not have a bar ...
by James Bott
Wed Oct 05, 2011 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A new Class TGantt
Replies: 11
Views: 4041

Re: oTree for xBrowse sample...

... with multiple level.. I hope you have a similar example. Kind regards, Frances The logic for construction of trees is similar for any number of levels. Can you explain a situation where you are looking for a solution?
by nageswaragunupudi
Sun Jan 30, 2011 2:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oTree for xBrowse sample...
Replies: 22
Views: 5400

Download Harbour

... C4013: 'HB_TCHAR_CONVTO' undefined; assuming extern returning int sms.prg(44) : warning C4047: 'initializing' : 'unsigned short *' differs in levels of indirection from 'int ' sms.prg(45) : warning C4047: 'initializing' : 'unsigned short *' differs in levels of indirection from 'int ' sms.prg(53) ...
by rasptty
Mon Jan 03, 2011 12:41 am
 
Forum: FiveWin for Pocket PC
Topic: Download Harbour
Replies: 0
Views: 460

Re: oTree for xBrowse sample...

Dear Mr. RAO,


Thanks so much for a great sample...

We can define number of levels by code..

What if the user wish to create level after level of tree using xbrowse? Is that possible with xbrowse (RDD)?


Regards,
Frances


HAPPY NEW YEAR!!!
by fraxzi
Tue Dec 28, 2010 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oTree for xBrowse sample...
Replies: 22
Views: 5400

Re: oTree for xBrowse sample...

... DATAreturn nil//----------------------------------------------------------------------------// You can use the above logic to create any number of levels http://img811.imageshack.us/img811/46/xbtree2.jpg
by nageswaragunupudi
Fri Dec 24, 2010 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oTree for xBrowse sample...
Replies: 22
Views: 5400

Re: Tree

Dear Mr. Antonio, How can I make a tree with more than 2 levels using xbrowse? like: AK | +--Tarzana | +-----another level under Tarzana | +---- another level under under Tarzana Best regards, Frances Frances, Detlef, Here you have a working example: ...
by fraxzi
Fri Dec 24, 2010 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oTree for xBrowse sample...
Replies: 22
Views: 5400

Re: Office version

... versions but that will require you to check for every possible combination of service pack and hotfix as the file versions change at service pack levels. From a most basic stance, you can decide that if a computer has Microsoft Excel version 12 installed, it is running Office 12. Frequently such ...
by ukoenig
Tue Nov 30, 2010 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Office version
Replies: 8
Views: 2074

sample of tree with checkbox

How I can make a test with treeview and checkbox with data from dbf ? On dbf I have 3 field level numeric 3 // ultil 3 levels menu caracters 30 show 1 logic sample : 001 customers .t. // first level of first menu 011 facturas .t. // second level of first menu 111 report client .t. ...
by Silvio
Fri Nov 26, 2010 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sample of tree with checkbox
Replies: 1
Views: 495

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... + contrib/hbqt/qtcore/qth/QMetaType.qth + Added: classes to manage QMetaObject() and allied. Still not on compilable levels. 2010-09-30 01:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/g/TQFormLayout.prg * contrib/hbqt/qtgui/g/TQGraphicsItem.prg ...
by Pritpal Bedi
Mon Oct 11, 2010 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 100203

Re: Question about XBROWSE

... Since cmFilter() calls rlNewQuery(), this function will also return the level of optimization achieved by the last call to cmFilter(). The three levels of optimization possible are (see examples below for more information): Fully Optimizable which means that the condition was fully resolved by ...
by Gale FORd
Tue Sep 28, 2010 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about XBROWSE
Replies: 32
Views: 7967

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... class is split in two to manage graphic objects more efficiently. + Implemented: Reports Manager - all graphics items drawn on .prg levels. This implementation has cleans all c++ code responsible to draw graphics primitives, and hance greatly reducing the c++ dependancy. More c++ ...
by Pritpal Bedi
Tue Sep 07, 2010 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 100203

Re: The new Apple TV

... from a previous complete computer using a Tiger OS, artifitially limited, to be now an ipad without a screen. The change means limitations in all levels, specially for the programming level. With the previous AppleTV we could run applications developed with FiveMac easily. With the new AppleTV ...
by Antonio Linares
Fri Sep 03, 2010 12:22 pm
 
Forum: Off Topic / Otros temas
Topic: The new Apple TV
Replies: 3
Views: 691
PreviousNext

Return to advanced search