Search found 49 matches: notation

Return to advanced search

Hungarian Notation Article

Hello,

have somebody Hungarian Notation article from Antonio Linares?

regards

Marcelo
by Marcelo Via Giglio
Tue Mar 08, 2011 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hungarian Notation Article
Replies: 0
Views: 274

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

... - Deleted: unused methods. * contrib/hbqt/qtcore/hbqt_hbqslots.cpp * contrib/hbqt/qtcore/hbqt_hbqslots.h - Deleted: unused methods. ! Fixed: wrong notations: "QModel" => "QModelIndex" Signal/Slots are now bare sleek and scalable. 2010-10-23 11:02 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) ...
by Pritpal Bedi
Tue Oct 26, 2010 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 100204

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

... Qt provides a uniform way to retreive/locate resources. When next action is carried on such obtained path, it is converted to OS specific notation. So you need not to worry how Qt or hbIDE handles it. BTW in what next action you are using the above path ?
by Pritpal Bedi
Sat Jul 24, 2010 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 100204

Re: convert 13 weeks of data to calendar months

... an array, all of the above code can be written as below. It is also not good practice to assign data of the wrong type to variables with Hungarian notation (e.g. assigning date types to variables begining with "c" then changing the type). The problem with doing this is that you never ...
by James Bott
Mon Jul 19, 2010 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert 13 weeks of data to calendar months
Replies: 12
Views: 4079

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

... ! More fix to previous. Now the visibility of source behavior is Ok. * contrib/hbide/ideeditor.prg ! Changed: numeric to character events notation. * contrib/hbide/idesaveload.prg ! Minor. 2010-07-07 23:20 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbide.prg ! Fixed: ...
by Pritpal Bedi
Thu Jul 08, 2010 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 100204

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

... It implements r14697. 2010-06-06 10:55 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idetools.prg ! Changed: macro notation for "Tools and Utilities" to confirm to hbMK2 standards. {source_fullname} => ${source_fullname} {source_name} => ${source_name} ...
by Pritpal Bedi
Sun Jun 06, 2010 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 100204

Windows 7 and Vista => RUNDLL32 - Shortcuts

... be used in Batch-, Commandline-Mode or inside Your Application with WINEXEC( Rundll32 ????? ) The following Table shows the different calls. The notation must be exactly as shown : ( sample : Rundll32 shell32.dll,Control_RunDLL hotplug.dll). Windows Vista and Windows 7 Shortcuts Wireless Networks ...
by ukoenig
Wed Jun 02, 2010 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 and Vista => RUNDLL32 - Shortcuts
Replies: 0
Views: 1374

Re: Estructura para auditoria interna

... supported for both SQL and navigational update operations. Throughout this documentation the update operations will be specified using uppercase notation (for example, INSERT), but this does not imply an SQL-only limitation. When a trigger is "fired" it contains some state information, ...
by Marcelo Via Giglio
Fri Apr 16, 2010 3:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Estructura para auditoria interna
Replies: 11
Views: 2223

Re: How do you deal with your users?

... are very good. I write regularly, just short notes, maybe 2 or 3 sentences stating some change or bug fix. I do it to a news.txt file using html notation. The file is accessed by the webpage when the user clicks on what's new menu option. Any time I program anything or fix anything, or change ...
by reinaldocrespo
Wed Oct 28, 2009 11:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do you deal with your users?
Replies: 19
Views: 5058

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

... Format index Some index values: 0 => Standard 11 => Per cent 37 => Date 41 => Hour 60 => Scientific notation 70 => Fraction 99 => Boolean 100 => Text 105 => Personal 106 => Currency But there's a lot more to find out :)) com.sun.star.util.NumberFormat.DEFINED ...
by anserkk
Tue Jan 27, 2009 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 13150

Otto, I am working on your code. Please do an effort to respect the "Hungarian notation" :-) and the FiveWin coding style, thanks #include "FiveWin.ch" //----------------------------------------------------------------------------// function Main() ...
by Antonio Linares
Sun Aug 03, 2008 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pickdate part 2 – a control class in development
Replies: 39
Views: 11518

Rene, one more (sorry), and to use set default to ...., if i use unc notation in this clause , works? thanks
by norberto
Tue Oct 09, 2007 12:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ads connection without drive mapping
Replies: 5
Views: 1281

Nop: In your source code add: AdsRightsCheck(.F.) And open you database using the UNC notation: USE \\servername\share\folder\dbf. Sample: USE \\googleserver\samples\adsdemos\customer.dbf and, you need a .INI file, ADS.INI file with the following section: [server] ...
by R.F.
Fri Sep 21, 2007 11:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ads connection without drive mapping
Replies: 5
Views: 1281

... a bogus value while the xHarbour function retruns -1 if it cannot read the serial number. Since the VOL command cannot read the serial using UNC notation may be the reason why these 2 functions can't do it either.
by Ken Wantz
Thu May 24, 2007 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nSerialHD with UNC-Notation?
Replies: 4
Views: 1776

Dietmar,

>but this one does not help, cause it requires the drive letter.
>We need the serial number of a file-server-HD using the UNC-notation

Did you try it? It works for me using "\\compaq\c"

Regards,
James
by James Bott
Tue May 22, 2007 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nSerialHD with UNC-Notation?
Replies: 4
Views: 1776
PreviousNext

Return to advanced search