Search found 31 matches: netfunctions

Return to advanced search

Re: A toolbox of netfunctions and tDatabase-tests

The update with many new tests included Thanks to Mr. Rao for his help :D future improvements 1. connection to the forum and fw-topics for each test 2. editor to view the source of each test 3. a help text for each test For the switch-tests a internet-connection is needed !!! some more interesting e...
by ukoenig
Wed Feb 13, 2019 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

Hello, I need some help for the new FILTER-section to complete it. It belongs to the first 3 positions using < Setfilter > 1. oCust:SetFilter(" Last :?: 3. oCust:SetFilter( " Hiredate :?: 2. oCust:SetFilter( " Age works :!: IF nAge2 = 0 // only nAge1   oCust:SetFilter( "...
by ukoenig
Fri Feb 08, 2019 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

A typical usage I finished Silvios test with ID - numbers There is NO problem with the Id's NO double numbers try to make a source dialog edit and add new Id ( incremental field Cr as "0001"-> strzero(recno+1,4)) 1. open the test dialog on two different pc ( A,B) 2. Insert a new record ...
by ukoenig
Thu Feb 07, 2019 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

karinha, the purpose : 1. examples of the syntax to use the different methods of tDatabase 2. easy adding of Your own tests without starting from the beginning to define dialogs, browser .... It works like a box to include different tests. everything is included in just one program I just added to ...
by karinha
Thu Feb 07, 2019 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

karinha, the purpose : 1. examples of the syntax to use the different methods of tDatabase 2. easy adding of Your own tests without starting from the beginning to define dialogs, browser .... It works like a box to include different tests. everything is included in just one program I just added to a...
by ukoenig
Thu Feb 07, 2019 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

Master Uwe, sorry for my stupidity, could you explain the purpose of this program, please?

Regards, saludos.
by karinha
Thu Feb 07, 2019 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

it's all right what you say, I prefer to have a compatibility with the old procedure done in single user (exclusive way).
by Silvio.Falconi
Thu Feb 07, 2019 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

A consecutive number and chronological order when entering is only possible if you accept that you also have records with a serial number that are empty. If you pull the number at the beginning of the input and then the user aborts the input, then the number is used and the data record is empty. Oth...
by Otto
Thu Feb 07, 2019 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

I need
a field character of 4 called ID sample "0001"
I'm asking the moon ?
by Silvio.Falconi
Thu Feb 07, 2019 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

Why do you need the ID?
Try with a global unique identifier.
Otto
by Otto
Thu Feb 07, 2019 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

Uwe, try to make a source dialog edit and add new Id ( incremental field Cr as "0001"-> strzero(recno+1,4)) 1. open the test dialog on two different pc ( A,B) 2. Insert a new record on Pc A but not save 3. Insert a new record on Pc B but not save 4. save Pc A 5. save Pc B and see if you...
by Silvio.Falconi
Thu Feb 07, 2019 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

After many tests and changes ( 3 empty dialogs are added for more tests ) included tests of : new, delete, undelete, pack, zap, save from gets, array-copy, backup restore and much more DOWNLOAD http://www.pflegeplus.com/DOWNLOADS/Network.zop ( rename zop to zip ) http://www.pflegeplus.co...
by ukoenig
Wed Feb 06, 2019 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

I finished the tests with many improvements. Field copy and field replacements. Once the original DBF is destrroyed from testing, You can restore it from CUST_ORG.dbf No problems found. :D ( Just let me know if there is still something wrong ) The new third dialog can be used for Your own tests and ...
by ukoenig
Wed Jan 30, 2019 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

Uwe, do you try it on Lan Network xbradded.prg ? When I edit a customer I open Custedit() ok ? and Insert new customer Number 501 But I not save it because I'm distracted or I have to go to the bathroom or I'm having coffee... and I leave the window open static function CustEditDlg( oRec )&n...
by Silvio.Falconi
Mon Jan 28, 2019 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341

Re: A toolbox of netfunctions and tDatabase-tests

Silvio, function Browse() is not compatible with tDatabase. tested from inside the tool http://www.pflegeplus.com/IMAGES/Network11.jpg also You can use from folder < samples > xbradded.prg next select tDatabase and You can browse the file customer. http://www.pflegeplu...
by Silvio.Falconi
Mon Jan 28, 2019 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6341
Next

Return to advanced search