Dear Mr. Rao,
I believe we need your expertise and authority on a HARBOUR dbf matter.
Charly has posted a test. But I think this test is not meaningful because he commits after every data record update.
Is it really necessary to always commit? Don't the database commands fetch the values from the ...
Search found 37 matches: meaningful
Searched query: meaningful
- Fri Oct 20, 2023 11:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF . Commit
- Replies: 39
- Views: 7923
- Wed May 17, 2023 10:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Numeric alignment with oPrn:SayText( )
- Replies: 8
- Views: 1598
Re: Numeric alignment with oPrn:SayText( )
... case may be
>0 & < 1 --> Percentage of width or height
< 0 : Pixels from right or bottom
3. cAlign : Default Vertical and Horizontal Center
Meaningful Combination of L,R,T,B to indicate Left, Right, etc.
4. oFont: Default window font.
- Can include vertical fonts also
- Array of Fonts: If an ...
>0 & < 1 --> Percentage of width or height
< 0 : Pixels from right or bottom
3. cAlign : Default Vertical and Horizontal Center
Meaningful Combination of L,R,T,B to indicate Left, Right, etc.
4. oFont: Default window font.
- Can include vertical fonts also
- Array of Fonts: If an ...
- Fri Apr 29, 2022 8:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How write a right name of a field
- Replies: 6
- Views: 752
Re: How write a right name of a field
... oDBF:ID )
To put data into a field of a database object you just do:
oDBF:ID := cID
oDBF:Name := cName
However you should always use a meaningful name for the database object, so it should be something like:
oCustomer:ID
oCustomer:Name
You should not use oDBF as an object name because all ...
To put data into a field of a database object you just do:
oDBF:ID := cID
oDBF:Name := cName
However you should always use a meaningful name for the database object, so it should be something like:
oCustomer:ID
oCustomer:Name
You should not use oDBF as an object name because all ...
- Thu Apr 28, 2022 6:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How write a right name of a field
- Replies: 6
- Views: 752
Re: How write a right name of a field
... oDBF:ID )
To put data into a field of a database object you just do:
oDBF:ID := cID
oDBF:Name := cName
However you should always use a meaningful name for the database object, so it should be something like:
oCustomer:ID
oCustomer:Name
You should not use oDBF as an object name because all ...
To put data into a field of a database object you just do:
oDBF:ID := cID
oDBF:Name := cName
However you should always use a meaningful name for the database object, so it should be something like:
oCustomer:ID
oCustomer:Name
You should not use oDBF as an object name because all ...
- Wed Feb 02, 2022 9:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT: Thank you for posts
- Replies: 3
- Views: 329
OT: Thank you for posts
Dear Antonio,
maybe it would be a good idea to set the "Thank you for posts" button in PHPBB.
You would then see who is really interested in a topic.
Access hits alone is not meaningful enough.
Best regards,
Otto
maybe it would be a good idea to set the "Thank you for posts" button in PHPBB.
You would then see who is really interested in a topic.
Access hits alone is not meaningful enough.
Best regards,
Otto
- Sat Dec 30, 2017 2:56 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: OT. La que viene
- Replies: 8
- Views: 2326
Re: OT. La que viene
... to use query tools because you have to de-encrypt the data first before you can make sense of the primary keys and data to join and create meaningful queries.
And .. if we create an encryption\de-encryption standard .. the 'bad guys' will just steal the algorithm and apply it to their stolen ...
And .. if we create an encryption\de-encryption standard .. the 'bad guys' will just steal the algorithm and apply it to their stolen ...
- Wed May 31, 2017 10:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tdata still Up to Date ?
- Replies: 25
- Views: 6506
Re: Tdata still Up to Date ?
... the database classes as appropriate.
In the end, everything was organized in easy to track .prg files, it was easy to document, and using meaningful names, the code was easy to view and understand.
The reason you use this instead of Functions is simple. A class can inherit from another class ...
In the end, everything was organized in easy to track .prg files, it was easy to document, and using meaningful names, the code was easy to view and understand.
The reason you use this instead of Functions is simple. A class can inherit from another class ...
- Wed Nov 30, 2016 12:07 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN November/Noviembre 2016 (FWH 16.11)
- Replies: 4
- Views: 4174
New FTDN November/Noviembre 2016 (FWH 16.11)
... case may be
>0 & < 1 --> Percentage of width or height
< 0 : Pixels from right or bottom
3. cAlign : Default Vertical and Horizontal Center
Meaningful Combination of L,R,T,B to indicate Left, Right, etc.
4. oFont: Default window font.
- Can include vertical fonts also
- Array of Fonts: If an ...
>0 & < 1 --> Percentage of width or height
< 0 : Pixels from right or bottom
3. cAlign : Default Vertical and Horizontal Center
Meaningful Combination of L,R,T,B to indicate Left, Right, etc.
4. oFont: Default window font.
- Can include vertical fonts also
- Array of Fonts: If an ...
- Tue Jul 05, 2016 10:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Unicode Text Input
- Replies: 0
- Views: 697
Unicode Text Input
... the fixed length in bytes. Trucation of a utf8 string at arbitrary position makes it invalid and results in garbage. FWH manages to retain the meaningful part of the input.
RDBMSs like MySql, MsSql are different. When we create a column of width n, ( VARCHAR(n) in MySql with utf8 character set or ...
RDBMSs like MySql, MsSql are different. When we create a column of width n, ( VARCHAR(n) in MySql with utf8 character set or ...
- Sun May 22, 2016 6:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Universal Windows Platform + Harbour + FiveWin
- Replies: 14
- Views: 4638
Re: Universal Windows Platform + Harbour + FiveWin
Antonio:
I think it will be a very welcomed addition. It is to us to unleash the creativity and develop meaningful apps to allow users to access their data on smaller devices.
I think it will be a very welcomed addition. It is to us to unleash the creativity and develop meaningful apps to allow users to access their data on smaller devices.
- Mon Mar 21, 2016 12:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Little speed test app dbf and adordd
- Replies: 13
- Views: 4587
Re: Little speed test app dbf and adordd
... tool one can acces the app from a distance. So I think the main app does not use something like sending data via LAN.
"So your test is not meaningful. You have to make both test over a network to get significant results."
Can you explain why both tests have to be over a network to get ...
"So your test is not meaningful. You have to make both test over a network to get significant results."
Can you explain why both tests have to be over a network to get ...
- Mon Mar 21, 2016 11:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Little speed test app dbf and adordd
- Replies: 13
- Views: 4587
Re: Little speed test app dbf and adordd
pieter wrote:No, I use everthing locally on my operating system, Dbf and mysql server.
So your test is not meaningful. You have to make both test over a network to get significant results.
EMG
- Sat Aug 01, 2015 1:47 am
- Forum: FiveTouch
- Topic: Maybe Important - 2015-07-31 16:05 UTC-0800 Pritpal Bedi (be
- Replies: 1
- Views: 2512
Maybe Important - 2015-07-31 16:05 UTC-0800 Pritpal Bedi (be
... I hope this class will flourish with passage of time as we will gain
more experience into QML and allied technology. I am impressed with
results and plan to share with you whatever meaningful I could muster.
Enjoy and stay tuned!
Pritpal Bedi
a student of software analysis & concepts
more experience into QML and allied technology. I am impressed with
results and plan to share with you whatever meaningful I could muster.
Enjoy and stay tuned!
Pritpal Bedi
a student of software analysis & concepts
- Fri Mar 20, 2015 10:22 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN March/Marzo 2015 (FWH 15.03)
- Replies: 16
- Views: 9596
New FTDN March/Marzo 2015 (FWH 15.03)
... possibilities to
manage sizing and placement of bitmaps and prompts in the button area.
- Now supports vertical fonts, though they are more meaningful in LEFT and
RIGHT layouts.
- If nClrText is a codeblock, it is now evaluated with two parameters,
oBtn:lMOver and oBtn object. This enables ...
manage sizing and placement of bitmaps and prompts in the button area.
- Now supports vertical fonts, though they are more meaningful in LEFT and
RIGHT layouts.
- If nClrText is a codeblock, it is now evaluated with two parameters,
oBtn:lMOver and oBtn object. This enables ...
- Fri Feb 20, 2015 8:12 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: (OT) Building Harbour on a Mac
- Replies: 4
- Views: 2534
Re: (OT) Building Harbour on a Mac
... before it had this problem. I can build harbour on that VM without issue (both 3.2 and 3.4), but looking at the two machines I still don't see a meaningful difference between them. That VM gives me a working path, but I still need to understand not just what I broke, but how I broke it. Right now I'm ...