Search found 443 matches: tdata

Return to advanced search

Re: hbmk2 problem

For that .prg, just fivewin.ch and tdata.ch. I commented out the the tdata, though that has no reference to seek(), and it made no difference. So essentially, just fivewin
by TimStone
Mon Jul 10, 2023 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 763

Re: FW and Telegram

... in 2020/2021 I tried the Ritzan class but I was having problems and asked the author my latest version dates back to when I started with James's tdatabase and tdata class and when in Windows Seven and Win 10 I had problems for the transmission protocols unfortunately no longer supported Now I ...
by Silvio.Falconi
Thu Sep 29, 2022 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW and Telegram
Replies: 13
Views: 1055

Re: FW Preview user style

... access and not having direct connection between frontend and backend, you maybe have to change the way of programming. As you know, I use TData for years and have also extended database classes to business classes. But now with mod harbour I get the impression that it is easier to go back ...
by Otto
Sun May 15, 2022 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1698

Re: FW Preview user style

... interesting, - sure it's AI inside google - now I get this heading suggested. And this is really I ask myself and would also like to ask you about TData for mod harbour. Working with mod harbour on backend, I think OOP is not so useful. I'm going a different way. I have programmed a patcher and ...
by Otto
Sun May 15, 2022 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1698

Locate into tdatabase

... and the record corresponding to the record found with nYear2 in the variable nUltimo. in the old program i used the locate command but now using tdatabase or tdata i can't get it to work these are the lines of code from the old program locate for year(data) = nanno2      if (Found())  ...
by Silvio.Falconi
Sat Mar 19, 2022 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Locate into tdatabase
Replies: 2
Views: 245

Re: load a image into xbrowse

... } but not work  Please try :bStrImage := { ||cDirImages+ "\" + ltrim(str(FIELD->E1))+".png" } but I use tdata So? Simply substitute FIELD->E1 with oDbf:e1 :bStrImage := { ||cDirImages+ "\" + ltrim(str(oDbf:E1))+".png" }
by nageswaragunupudi
Fri Mar 11, 2022 4:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: load a image into xbrowse
Replies: 4
Views: 505

Re: load a image into xbrowse

yes of course

but I use tdata
by Silvio.Falconi
Thu Mar 10, 2022 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: load a image into xbrowse
Replies: 4
Views: 505

Re: System info, Tips & Tricks, scharing project info

... This is correct ? Then the replace of the data : Each replace will do a call to the dbf on the server (here = 5 times) Should I also consider a tData or a Hash to first fill all data and then call 1 to oDbf:save() Need to say that this routine is sitting in a loop and can be called for few, ...
by Marc Venken
Sat Jan 15, 2022 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1453

Re: Problem with tdatabase

... of one database. Users would be selecting data from lists (comboboxes) instead of manually entering them. By the way, this is not a problem with TDatabase or TData--this is an application design issue due to converting from single user to multi-user. as I have explained to you in private (and ...
by Silvio.Falconi
Sun Dec 19, 2021 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 1840

Re: Problem with tdatabase

... of one database. Users would be selecting data from lists (comboboxes) instead of manually entering them. By the way, this is not a problem with TDatabase or TData--this is an application design issue due to converting from single user to multi-user.
by James Bott
Sun Dec 19, 2021 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 1840

Re: james

... )   HB_SETCODEPAGE( "ITWIN" )   SetHandleCount( 100 )   FWNumFormat( "E", .t. ) If I use tdatabase I not have error If I use tdata without add the database driver in the tdata class's New() method I have error My set tdata ( sample Utenti.dbf ...
by Silvio.Falconi
Sun Dec 19, 2021 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 790

Re: james

... called Tincremental which was only used to add a counter. In these definitions james omits the "DBFCDX" driver because perhaps with Tdata it was not needed or he takes them automatically. CLASS TTCategorie from TXAuto   METHOD New()ENDCLASSMETHOD New( lShared ) CLASS ...
by Silvio.Falconi
Mon Dec 13, 2021 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 790

Re: james

... with other topics, if you read my post carefully, I was asking for a specific thing in particular 1) I not have Netuse 2) I made a test for dbf, tdatabase and tdata 3) I asked to try the test of Tdata, do you have the classs Tdata of James Bott ? you have remmed these lines // cSortOrder ?? // ...
by Silvio.Falconi
Sun Dec 12, 2021 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 790

Re: james

He has been very busy. Sent from my iPhone using Tapatalk with tdata seem no work good I not see index tag on combobox with tdatabase or normal dbf It run ok https://i.postimg.cc/Z5NGsYNH/t.png Original by Nages ( dbf normal ) #include "fivewin.ch"REQUEST ...
by Silvio.Falconi
Sat Dec 11, 2021 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 790

Re: Create stardard Browse

I found the problem
I have problem because I use Tdata instead of Tdatabase , I asked to james but not anwered me
by Silvio.Falconi
Sat Dec 11, 2021 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create stardard Browse
Replies: 2
Views: 319
Next

Return to advanced search