Subject Re: [IBO] Re: Varchar(500) to ftMemo ?
Author Edson Luis Gonçalez
Very good idea Jason.

Problem solved.

Now, chek if my process is ok(i'm using D6): After modification in
ibodataset.pas file i try to rebuild all .dpk package files and move .bpl
output files in my .bpl library folder (in the path environment set). After
this, i open project and execute normally. Is all right ? or I can open only
one package to rebuild all (automatic) ?.

:-)

Thanks.

---------------------------------------------------------------
Edson Luis Gonçalez - Ribeirão Preto / SP / Brasil
Membro da Comunidade Firebird de Língua Portuguesa
http://www.comunidade-firebird.org - "Onde o Firebird fala Português !"

----- Original Message -----
From: "Jason Wharton" <jwharton@...>
To: <IBObjects@yahoogroups.com>
Sent: Sunday, September 29, 2002 1:17 AM
Subject: Re: [IBO] Re: Varchar(500) to ftMemo ?


> You could make a modification to the IBO sources.
> Look in IBODataset.pas and make it so that it will not use the memo field
> type unless the string is larger than 1024 or something like that.
>
> HTH,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
> -- We may not have it all together --
> -- But together we have it all --
>
>
> ----- Original Message -----
> From: "Edson Luis Gonçalez" <edson@...>
> To: <IBObjects@yahoogroups.com>
> Sent: Friday, September 27, 2002 1:16 PM
> Subject: [IBO] Re: Varchar(500) to ftMemo ?
>
>
> Hi thanks,
>
> I can't set fieldtype in persistent mode because my query is every
> modified at runtime. The Fields, types, column positions, all are
> variable, and will be run equal to fields in select statement.
>
> Examples for my "Search Form" (like LOV => List of values in Oracle
> Forms Developer, to show and select a record and values):
>
> Example: form 1 call function parsing => select id, name from persons
> +----------+------------------+
> ! integer ! varchar !
> +----------+------------------+
> > id ! name !
> ! id ! name !
> +----------+------------------+
>
> Example: form 2 call function parsing => select name, id from persons
> +---------------+-------------+
> ! varhcar ! integer !
> +---------------+-------------+
> > name ! id !
> ! name ! id !
> +---------------+-------------+
>
> Is only 1 (one) TIBOQuery for any sql statement, modified at run time
> by function:
>
> return_item_id := func_call_search_form('select vlr, descr from
> elg_tab_erro');
>
> The function apply these sql, open, search table for criteria (in
> edit box), return currente selected ID for record or 0 (zero) if no
> one has selected)
>
> All forms in my application have to call and show this "global" form
> to show and select values in the DBGrid, and finally return a value
> selected.
>
> How can to do this functionality ?
>
> Regards
>
> Edson Luis Gonçalez
>
>
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.391 / Virus Database: 222 - Release Date: 19/09/2002