Search found 690 matches: stored

Return to advanced search

Re: Little test AP functions

Dear Antonio, Thank you. I add it. I made a little program with mod harbour - GENESIS - and TINY document management. Text is stored to DBF file. Furthermore, I use this now for documenting mod development. When I have the HTML viewer ready. I will put online the link to this knowledge ...
by Otto
Sat Jan 08, 2022 4:05 pm
 
Forum: mod_harbour
Topic: Little test AP functions
Replies: 2
Views: 623

Re: read JSON

... DMS is becoming a great tool. Does someone use Help&Manual. In practice, this is doing the same. But you have the advantage that the text is stored in HTML and not in a proprietary format. And that you can extend as you like. Best regards, Otto https://mybergland.com/fwforum/treetodbf.jpg ...
by Otto
Mon Dec 06, 2021 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: read JSON
Replies: 8
Views: 1127

Re: Spell CHecker

... was successful with that. Is that a possiblility now, or would we need to only use .rtf files? My goal has been to take "boring" text stored in the .fpt files, be able to make them "look nicer" in RTF, and keep them stored in the .FPT file. Initially that file would be a ...
by TimStone
Mon Nov 15, 2021 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell CHecker
Replies: 15
Views: 2426

FWTool to automate DBF and mod harbour

... on a tool to automate source code generating for DBF data handling in mod harbour. Best regards, Otto Get data from DBF file: DBF data first is stored to a Hash. Then Hash is passed to a JSON object. JSON object is passed to the HTML FORM Save data to DBF file HTML FORM fields passed to the ...
by Otto
Mon Oct 25, 2021 5:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWTool to automate DBF and mod harbour
Replies: 12
Views: 1507

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... may be specified in the array for compatibility with DBF, but this value is ignored. Please note that dates and datetime/timestamps are internally stored as numbers and we are not at all concerned with that. Date formats are NOT stored in the database. You may use whatever date format you like ...
by nageswaragunupudi
Wed Sep 29, 2021 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 32326

Re: OT : Problem with this forum?

We do have a local php.ini and this value inside:

; After this number of seconds, stored data will be seen as 'garbage' and
; cleaned up by the garbage collection process.
; http://php.net/session.gc-maxlifetime
session.gc_maxlifetime = 1440

whats the right value to place theere ? :-)
by Antonio Linares
Mon Sep 20, 2021 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 6320

Re: OT Will you update your PC to Windows 11

... .. The Cloud is BASICALLY SOMEONE ELSES COMPUTER ... now let me ask you .. would you put your Userid and Password to your bank account ( stored as a document ) on on some one else's Computer ?? .. and the over-whelming answer is "HELL NO" Rick Lipkin
by Rick Lipkin
Sun Sep 05, 2021 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT Will you update your PC to Windows 11
Replies: 16
Views: 1844

Re: no PHP on the APACHE web server

... way we have no problems with LAN as we access locally. The same as a standalone desktop program. Same with mod harbour. If you have your DBF files stored on the mod harbour server, all is locally. Best regards, Otto
by Otto
Tue Aug 24, 2021 4:43 pm
 
Forum: mod_harbour
Topic: no PHP on the APACHE web server
Replies: 6
Views: 953

CRUD and viewer

Hello friends, I use Tinymce HTML editor to input and edit the textarea field. Data is stored into memofield of a DBF file. Now I made a little program to view the DATA. https://mybergland.com/fwforum/viewmemofield.jpg Best regards, Otto https://mybergland.com/fwforum/crudviewer.gif
by Otto
Thu Jul 22, 2021 8:00 am
 
Forum: mod_harbour
Topic: CRUD and viewer
Replies: 0
Views: 312

Ayuda ADODB

...      ::oRs:Source         := "select * from usuario2;"         ::oRs:Open() Como puedo "recuperar" el resultado de un STORED PROCEDURE a ese oRs ?? Algo así como ::oRS := TraeElResultadoDelSToreProcedure("nombre del store procedure") oCmd := TOleAuto():New( ...
by ricardog
Wed Jul 21, 2021 2:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda ADODB
Replies: 2
Views: 536

Re: Company web pagewith mod harbour

Hello friends, Reading content from the DBF file Controller cPage returns the selected page from the request mypage.com/?page=99999 HTML which is stored in the database memofield is shown in an HTML DIV Container We use LOCATE as we do not use indexing. Datebases for a web page usually do not have ...
by Otto
Mon Jul 12, 2021 6:46 am
 
Forum: mod_harbour
Topic: Company web pagewith mod harbour
Replies: 5
Views: 1145

Re: check existing first and last on customer

... and check on this field but I wanted to know if there was an alternative. Yes, the alternative is a numeric, sequential primary key. This can be stored as a number or a character. In the program I often have families that have the same surname and often also the name, for example my name is like ...
by James Bott
Mon Jun 14, 2021 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 3254

Re: check existing first and last on customer

... in different files. For instance, all you need in a reservation database is the person's primary-key. This way the address (for instance) is only stored in the customer file, yet you can print the address on a reservation invoice. This also prevents the problem that arises when the customer moves ...
by James Bott
Mon Jun 14, 2021 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 3254

Re: DOS Error 267)

... The files were created and saved, but I couldn't find them. They were not in the same directory as the EXE which they normally are. There were stored in a completely different directory. Took me hours to figure this out. So always set the default path! Nice to see you back on the forum, Iris.
by James Bott
Fri Jun 04, 2021 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOS Error 267)
Replies: 10
Views: 1255

Re: Mr.Rao. Error grave RowSet: ReQuery fwh 2102

... many records were there in the query before ReQuery() is called? Is there any way I can access the tables and work myself? (in case the data is stored in the cloud) We will try to figure it out and fix the problem.
by nageswaragunupudi
Wed Mar 31, 2021 8:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr.Rao. Error grave RowSet: ReQuery fwh 2102
Replies: 8
Views: 1406
PreviousNext

Return to advanced search