Search found 176 matches: prepare

Return to advanced search

Re: FAQ database driven

Hello, The screenshot shows code with placeholders that are patched. To use HARBOURINO makes sense if you prepare TEMPLATES. Then you can develop standard tasks very fast. In the code section is the pure mod harbour code. Best regards, Otto https://mybergland.com/fwforum/patchfaq.jpg ...
by Otto
Fri Jul 24, 2020 10:40 am
 
Forum: mod_harbour
Topic: FAQ database driven
Replies: 2
Views: 500

Re: send data to excel with some condition from xbrowse

... are two ways of doing it. Approach-1 a) SetFilter to the condition. oBrw:Refresh() b) ToExcel() c) Clear filter and oBrw:Refresh() Approach-2 a) Prepare an array of RecNo()s to be exported. Example: aRecNo := {}( oBrw:cAlias )->( DBEVAL( { || AAdd( aRecNo, ...
by nageswaragunupudi
Thu Jul 23, 2020 3:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: send data to excel with some condition from xbrowse
Replies: 2
Views: 621

Re: Ayuda con Mysql

... have installed the ODBC connector. We advise you not to make your own connection strings for any server, be it MySql, MSSql, Oracle, etc. If you prepare your own connection strings you need to know the version of ODBC driver or OLEDB provider. When we provide software to several clients they ...
by nageswaragunupudi
Wed Jul 08, 2020 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda con Mysql
Replies: 11
Views: 1981

Re: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset

FWH complete documentation for this TRecSet Class?

We did not prepare documentation for this class.
Please study the source code provided.
by nageswaragunupudi
Sun May 10, 2020 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset
Replies: 3
Views: 677

Re: Fwh19.05 - New Class TDockPnel

Dear Vilian I designed the control to accept any type of control inside. There should be no problem putting a splitter. If I have a while I can prepare an example more simple Yo diseñé el control para que aceptara cualquier tipo de control en su interior. No debe de haber ningún problema en poner ...
by cnavarro
Mon Mar 09, 2020 9:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 93
Views: 16292

Re: MariaDB Table DateTime Column NULL Value its show "00"

Yes, that is how we programmed.
NULL values are displayed as empty values of the corresponding data type.
This is makes it very easy to prepare Gets.
by nageswaragunupudi
Fri Jan 10, 2020 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB Table DateTime Column NULL Value its show "00"
Replies: 2
Views: 766

mod harbour + bootstrap

Hello,
Here you see the weather situation during the last 10 days always at 11 o'clock. We had one day without electricity.

https://winhotel.space/webcam/index_main.prg


Somehow code with javascript source is blocked. I will prepare a download link.
Best regards,
Otto
by Otto
Sun Nov 17, 2019 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour + bootstrap
Replies: 2
Views: 577

Re: harbour v1.x -> v.3x Error

Antonio Linares wrote:Please provide complete HBXBASE.prg source code so we can help you to fix it, thanks
Ok, i will prepare a hole Demo.
by Jimmy
Fri Oct 18, 2019 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour v1.x -> v.3x Error
Replies: 2
Views: 520

Re: MDI Unicode Problem

A.I have to use Set Resource to "xxx.DLL" , so I call Resource Dialog and into MDI Child Window. Please prepare a small RC file and a sample program to reproduce the error B.I use TMySQL. Till we resolve the problem, let us work with FWMariaDB only C.your prg type is ...
by nageswaragunupudi
Tue Aug 13, 2019 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 3730

Re: TD_ERASERECORD ERROR

... nil, "EL", "DBFCDX", .t. )   oDbf:Append()   oDbf:Append()   XBROWSER oDbf FASTEDITreturn nil  Can you prepare a small sample to reproduce the error?
by nageswaragunupudi
Thu Jun 20, 2019 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TD_ERASERECORD ERROR
Replies: 3
Views: 578

Re: XBrowse edit only one column

I understand you want to browse and edit an array of your TRecord() objects. We do not have TRecord class or TData class. We prepared this sample using TDatabase and TDataRow (now FW_Record) classes of FWH. First please build and run this program as it is using FWH native classes. Then ...
by nageswaragunupudi
Tue Jun 18, 2019 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse edit only one column
Replies: 26
Views: 3036

Re: Sample Program Toobar2.prg is NOT working in other App

Can you prepare a sample and post here?
by nageswaragunupudi
Wed Jun 12, 2019 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample Program Toolbar2.prg is NOT working in other App
Replies: 8
Views: 1119

Re: xBrowse edit dialog and navigation

... RowSet, Dophin Query, etc. You use exactly the same code for any datasource and the class takes care of navigation and saving data. Usage: 1) Prepare a dialog similar to the above function MyDlgEdit( oRec ), using the record object. For navigation and save buttons use the exact actions used ...
by nageswaragunupudi
Fri May 31, 2019 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse edit dialog and navigation
Replies: 26
Views: 4045

Re: add recs/repl fields to an existing table of SQL db

... batchmode. (a) Directly using SQL. SQL syntax is different for different RDMS like MYSql, MsSql, Oracle, etc. It is also extremely cumborsome to prepare SQL statements. You might have seen lots postings as to how to prepare the sql statement for insert, update, etc. If you use FWH provided commands ...
by nageswaragunupudi
Thu Apr 25, 2019 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add recs/repl fields to an existing table of SQL db
Replies: 4
Views: 1328

Visual xBrowse - ColSetUpDynamic

Hello,
we added some more code to Visual xBrowse.
We will prepare a download link in future.
Best regards
Otto

Image
by Otto
Tue Jan 29, 2019 10:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visual xBrowse - ColSetUpDynamic
Replies: 0
Views: 483
PreviousNext

Return to advanced search