Search found 223 matches: generally

Return to advanced search

Fivewin a C++ framework

... with his suggestion. What do you say. Best regards, Otto I am glad to see C++ hanging in the top 5 and when people ask me what language I use, I generally tell them "My Final compile is in C++ with the use of the very mature Windows ( add-on ) api FiveWin\xHarbour libraries". I am extremely ...
by Otto
Tue Mar 13, 2018 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin a C++ framework
Replies: 13
Views: 2739

Re: Here are the best programming languages to learn in 2018

... 4 - C http://i65.tinypic.com/2w72yp4.jpg I am glad to see C++ hanging in the top 5 and when people ask me what language I use, I generally tell them "My Final compile is in C++ with the use of the very mature Windows ( add-on ) api FiveWin\xHarbour libraries". I am extremely ...
by Rick Lipkin
Sat Feb 24, 2018 3:45 pm
 
Forum: Off Topic / Otros temas
Topic: Here are the best programming languages to learn in 2018
Replies: 8
Views: 2919

Re: Caution: Windows 10 Fall Creators Update

... without your consent ... no one should be allowed to update your computer without your permission. As far as the confirmation of deletions ... I generally have one folder in my app for temp file creation and I always wipe all the files in that folder every time anyone logs into my systems .. ...
by Rick Lipkin
Mon Feb 05, 2018 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 2965

Re: Convert to Pelles or keep Workshop on Win7-32 bit

... WC_STATIC L"Static"//#define MONTHCAL_CLASS "SysMonthCal32"//#define DATETIMEPICK_CLASS "SysDateTimePick32"  Generally the two top #Includes are all you need for most .Rc's to open.. Rick Lipkin
by Rick Lipkin
Tue Nov 28, 2017 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert to Pelles or keep Workshop on Win7-32 bit
Replies: 14
Views: 2472

Re: checkered sheet of paper from EASYREPORT

Image

think
each product have a tax you must calc the sum for this tax
I have that values on a array..I make a cicle to calc subtotals
generally we insert until 4 tax different
Imponibile is the total of invoice with no total tax
by Silvio.Falconi
Sat Nov 25, 2017 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkered sheet of paper from EASYREPORT
Replies: 5
Views: 1464

Re: Error from ADO

... ? 2) If Yes, does this application have a lot of transactions that may change quickly and make a buffered up oRs on a client machine stale ? Generally speaking .. I like the Local Cache parameter because the fetched cursor ( data to be browsed ) is buffered on the Client and not necessarily ...
by Rick Lipkin
Sat Jul 22, 2017 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error from ADO
Replies: 14
Views: 3503

Example Business Object (Customer)

... I know, we are all used to working with tables and a single object is just a row of the table. Let's make it simpler--and more complex. What? Generally we are only working with tables to find the row we need. After we find that row, we can make that into an object which can have it's own methods ...
by James Bott
Wed Jun 28, 2017 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8598

Re: update the executable of my application via FTP

... Since most bugs are typos, fixes are usually very fast, and this operation is very easy. The actual code is rather simple ... just write it to generally avoid any screen displays so it is fast and efficient. I've tried to build this as a windows service, and so far have not been successful. ...
by TimStone
Fri Jun 16, 2017 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: update the executable of my application via FTP
Replies: 12
Views: 2747

Re: Set filter for deleted in MariaSql

Maurizio wrote:You cann use TRIGGER before delete ( or update ) , and popolate a table .

Maurizio

This is what we do generally for highly secure software. For every deletion and also modification we create log files with userid, programid and datetime stamp
by nageswaragunupudi
Wed May 31, 2017 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set filter for deleted in MariaSql (SOLVED)
Replies: 10
Views: 1049

Re: FWH app as Service

... run as administrator, and it needs to be configured to capture Global Win32 messages in order to show the debug info. 2) Writing to the desktop is generally not good. It can be done, but personally I always avoid this. If you build with a GUI such as FWH innocuous things such as qout()/? which ...
by rhlawek
Sat Mar 25, 2017 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH app as Service
Replies: 17
Views: 3701

Re: OT: Copy & Paste issue with UE Studio / FWH Forum

... issues with non-support, I usually end up emailing Satya's office and get help quickly. The techs they hire are actually script readers who generally do not understand the question. You could send in a tech support question "What is the most flavorful apple in the world" and one ...
by TimStone
Mon Mar 20, 2017 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Copy & Paste issue with UE Studio / FWH Forum
Replies: 5
Views: 860

Re: FWHMYSQL/MARIADB: Stored Procedures and Functions

... these programs can play havoc to the entire database. Large organisations which adopt good practices isolate UI software from DataBase software, generally handled by different teams. UI programmer does not have to know anything about the backend database except the documented interface to read ...
by nageswaragunupudi
Sun Dec 04, 2016 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 2902

Re: Employes system

please I not Problem with one to many dbf... I made 4 group of IN and OUT E1 U1 E2 U2 E3 U3 E4 U4 generally I use the first for the morning turn and the third for the afternoon turn but now I saw employes go in and go out many times at morning and on afternoon - the 4 groups ...
by Silvio.Falconi
Sat Nov 19, 2016 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Employes system
Replies: 4
Views: 1357

FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

... If provided, this codeblck is evaluated for every table with table-name, serial-number, total-number-of-tables, time-in-seconds-from-start. It is generally not recommended to use this parameter since it only delays the process. On local host, even one million records table is saved within 5 seconds. ...
by nageswaragunupudi
Sat Aug 06, 2016 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20641

Re: xbrowse refresh with new recordset

... other times it does not based on how quickly the Sql Database can cache its new rows. When you issue a new query using the same oRs2 conditions .. generally the database will return the new appended row based on the parameters of the conditions of the first listbox. Hope that made sense and I understood ...
by Rick Lipkin
Fri Jul 01, 2016 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse refresh with new recordset
Replies: 7
Views: 1513
PreviousNext

Return to advanced search