You can subscribe to this list here.
| 2003 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec (2) | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 | Jan (1) | Feb | Mar (1) | Apr | May (1) | Jun | Jul (1) | Aug | Sep | Oct | Nov | Dec | 
| 2005 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug (1) | Sep | Oct | Nov | Dec | 
| 2007 | Jan (1) | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec | 
| 2015 | Jan | Feb | Mar | Apr (1) | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec | 
| 
      
      
      From: Matthias D. <Mat...@be...> - 2015-04-09 10:04:04
      
     | 
| Hi! I am new to InstantObjects and just testing the core functionality. I tried to modify the 'intro' example project to use an ODBC datasource instead of the BDE Database connection. I use Firebird 2.5 + ODBC driver and setup an ODBC connection in the System Settings. I replaced the BDE components by the 'ADOConnection' and 'InstantADOConnector'. The connection works fine, but if I start the application I get an exception saying that the TContact table cannot be found (the test database is currently empty). How do I force InstantObjects to create the required tables? Thanks for any help;-)! Regards, Mat This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. | 
| 
      
      
      From: Furkan D. <cod...@gm...> - 2007-01-17 15:50:14
      
     | 
| Hi, I try to insert object with exposer's InsertObject method , but it fails. it cannot insert the object. In InstantPresentation->TInstantCustomExposer.InternalInsertObject method, there is a strange condition in here. " Result := Pred(ARecNo); if Result >= 0 then" Why it fails if there is no data in exposer? Should I insert an object correctly if the exposer is empty? -- Furkan Duman | 
| 
      
      
      From: Davi R. T. <dea...@gm...> - 2005-08-10 06:26:33
      
     | 
| before make changes I called Remember to save the current properties of 
the current object. Calling Revert later it load trash into the 
properties of the object.
Code:
  with TfrmContato.Create(Self) do
  begin
    ioieContato.Subject := Self.ioisContato.CurrentObject;
    ioieContato.Remember;
    if ShowModal = mrOk then
      ioisContato.PostChanges
    else
      ioisContato.Revert;
  end;
 | 
| 
      
      
      From: Oliphant, D. <dol...@sr...> - 2004-07-14 11:54:57
      
     | 
| ****************************************************************************** Hierdie e-pos het geprivilegieerde inligting wat uitsluitlik vir die geadresseerde bedoel is. Indien u nie die bedoelde ontvanger is nie, mag u die inhoud hiervan nie openbaar maak, kopieer of in enige opsig publiseer nie. Die inhoud hiervan is onderhewig aan outeursreg. Indien u hierdie e-pos per abuis ontvang, geliewe dit uit te wis. This e-mail contains privileged information which is exclusively intended for the addressee. If you are not the intended addressee, you may not disclose, copy or in any other way publish the contents hereof which is subject to copyright. If you receive this e-mail in error, please delete it. ****************************************************************************** | 
| 
      
      
      From: <ben...@id...> - 2004-05-25 07:52:18
      
     | 
| Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ | 
| 
      
      
      From: Marc R. <mar...@gr...> - 2004-03-30 10:17:53
      
     | 
| Hy!!
I would like to now :=20
    How can i use StoreProc through the business class produce by IO ??
    Where can i call the storeProc : from an method of the business =
class ?
Thanks .
 | 
| 
      
      
      From: Dmitry K. <ko...@le...> - 2004-01-14 10:37:07
      
     | 
| Hi Instantobjecters,
Can anybody answer this question:
What difficulty of SQL query support IO.
Can i execute such query:
SELECT * FROM ANY Contact WHERE Contact.CityName IN
(SELECT CityName FROM City WHERE City.Population > 100 000 )
or can i use JOIN statements in IO query string?
  
Sincerely yours
Dmitry Konnov
                             mailto:ko...@le...
 | 
| 
      
      
      From: Dmitry K. <pro...@ma...> - 2003-12-23 06:40:12
      
     | 
| Hi All, Can you describe the main concept of filtering of objects in IO. I have no idea of how this is done. Should i send to datastorage SQL string or should i iterate though collection of objects ? Thanks in advance. -- Best regards, Dmitry mailto:pro...@ma... | 
| 
      
      
      From: <Mar...@pr...> - 2003-12-21 10:49:26
      
     | 
| I need InstantObjects in an ApplicationServer and now there is the question, how to connect from clientside. There are 2 ways to do that: 1. With RemoteDataModule and extending the Typelib with all props and methods of all classes in the model. 2. Use the model clientside and connect over tDispatchConnector to the server. What are advantages and disadvantages? Kindly regards Martin |