Search the web
Sign In
New User? Sign Up
metal-dev · MetaL Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 260 - 289 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
260
If anyone has implementation code they could share (implementation code for the cms example would be fantastic to look at), that would be great. This is a...
signlinkinc
Offline Send Email
Jul 5, 2004
2:45 am
261
Hello, ... The cms example was just meant to be that: an example. Since Metastorage only generates classes for storing data and at most some interface forms,...
Manuel Lemos
mallemos
Offline Send Email
Jul 5, 2004
5:07 am
262
Hi, I've recently downloaded the CVS modules forms, metabase, metal, metastorage, xmlparser in the hopes of having a go using the language. The first...
Glen Ogilvie
nelg@...
Send Email
Jul 10, 2004
4:28 pm
263
Hello, ... It is not in CVS because it is generated by the distribution.php script from the cms.dot file generated when building the cms.component project. You...
Manuel Lemos
mallemos
Offline Send Email
Jul 10, 2004
5:15 pm
264
hello! i'm here again.this time my cuestion is easy, can i get a query "order by" from mestastorage? for example, if i gets a collection of articles from...
pokara93
Offline Send Email
Jul 13, 2004
4:38 pm
265
Hello, ... Your question reveals that you are probably using the data access object classes for the wrong purposes. These classes are meant mostly for ...
Manuel Lemos
mallemos
Offline Send Email
Jul 13, 2004
6:36 pm
266
Hello, I'm a new Metastorage user. I've got 2 questions 1. Suppose I have multiple articles with titles such as: "title1", "title2", "title3". How can I get...
sridwan981
Online Now Send Email
Jul 15, 2004
7:33 pm
267
Hello, ... I almost have implemented that in the filters first release. Then I realized that the different databases use different syntax for escaping text...
Manuel Lemos
mallemos
Offline Send Email
Jul 15, 2004
10:03 pm
268
... Yes, I agree this will suffice for most needs. Are the <beginswith/>, <contains/>, and <endswith/> tag already implemented in the cvs? Because on the...
Stephanus Ridwan
sridwan981
Online Now Send Email
Jul 16, 2004
4:00 am
269
... Opps, sorry, just checkout metastorage-progress.xml :) Regards, Stephen...
Stephanus Ridwan
sridwan981
Online Now Send Email
Jul 16, 2004
4:29 am
270
Hello, ... No, I mentioned that I added to my todo list. I will do it probably in two weeks, after I finish some consulting paper that a company is paying me...
Manuel Lemos
mallemos
Offline Send Email
Jul 16, 2004
10:31 pm
271
Hello, I don't know if this is really a bug, but the generated source code for the "removefromcollection" function on a many-to-many relations (haven't tried...
Stephanus Ridwan
sridwan981
Online Now Send Email
Jul 20, 2004
4:04 am
272
Hello, ... You're right. That is a bug. I have just fixed it and is available in the latest CVS archives. You just need to get the MetaL distribution. This...
Manuel Lemos
mallemos
Offline Send Email
Jul 20, 2004
10:29 pm
273
Hi, Not sure if I missed something here but I tried .... but believe me, I tried everything .... anyway this is what I did (hack) to fix it around line 250...
bruce@...
brucedavau
Offline Send Email
Jul 23, 2004
2:37 am
274
Hi, The actual input is coming from a csv file. Where I check if the field type is date and the input is || (i.e. null...| is the delimiter) I replace it with...
bruce@...
brucedavau
Offline Send Email
Jul 23, 2004
3:09 am
275
Hello, This is the MetaL list. The Metabase list is available here: http://groups.yahoo.com/group/metabase-dev/ Anyway... ... It sounds like you are trying to...
Manuel Lemos
mallemos
Offline Send Email
Jul 24, 2004
4:21 am
276
Hello, ... That should be up to the ODBC driver to convert. ... Are you sure you are using the "Null" parameter of the respective field in the $fields argument...
Manuel Lemos
mallemos
Offline Send Email
Jul 24, 2004
4:24 am
277
Manuel, Thanks for getting back to me .... your absolutely right there is nothing wrong. There are over 70 fields in the table I am converting and some of the...
brucedavau
Offline Send Email
Jul 26, 2004
7:18 pm
278
Manuel, Thanks ... yes the ODBC code does work correctly... incorrect mapping of some fields at the end of my records caused me a mass of confusion ... there...
brucedavau
Offline Send Email
Jul 26, 2004
7:21 pm
279
Hello, I have a problem with function class 'delete' in a many-to-many relationship. I have this component: <class> <name>Kontak</name> <variable>...
sridwan981
Online Now Send Email
Jul 28, 2004
10:20 am
280
Hi! I've tried this piece of code: <?php function testItem() { return false; } ... $form->AddInput(array( "NAME"=>"user_name", "TYPE"=>"text", ...
Pablo Prieto Sebasti€...
pepaprise
Offline Send Email
Jul 28, 2004
4:09 pm
281
Hello, ... That was a bug in the generation of the delete function due to changes in the names of the fields of the relationship tables . The bug is fixed in...
Manuel Lemos
mallemos
Offline Send Email
Jul 30, 2004
10:04 pm
282
Hello, ... This is not really a list for support of the forms class. I have just created a new list for that matter that you may join here: ...
Manuel Lemos
mallemos
Offline Send Email
Jul 30, 2004
10:04 pm
283
hello! my question is: can I define another index in the tables of database ? and if it is possible, how can I work with this index from metastorage? thanks!!...
pokara93
Offline Send Email
Aug 5, 2004
11:39 am
284
Hello, ... It is not yet possible, but it may be a good idea to let component designers have some control over that. I could have at least a way to define one...
Manuel Lemos
mallemos
Offline Send Email
Aug 7, 2004
2:00 am
285
Hi all. I've started working on the conversion between XMI - specifically as generated by the Umbrello UML modeller - and Metastorage XML. It's in a very...
Peter Howard
pjhacnau
Online Now Send Email
Aug 11, 2004
12:37 pm
286
Hi Manuel, Just started playing around with metastorage and I am very impressed... thanks for the effort you put into this. Small point: The Metastorage...
franciscrossen
Offline Send Email
Aug 13, 2004
3:57 pm
287
Hello, ... I guess this would be very well appreciated so everybody could use their favorite UML editing tool and have it exporting and importing XMI files to...
Manuel Lemos
mallemos
Offline Send Email
Aug 14, 2004
5:47 am
288
Hello, ... You're welcome. I developed this for my own purposes. So, you do not need to thank me. I appreciate anybody that ... This is odd. I just double...
Manuel Lemos
mallemos
Offline Send Email
Aug 14, 2004
5:55 am
289
Hello, ... You're welcome. I developed this for my own purposes. So, you do not need to thank me. I appreciate anybody that interested people participate by...
Manuel Lemos
mallemos
Offline Send Email
Aug 14, 2004
5:57 am
Messages 260 - 289 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help