Search...hypercard import, search almost there...please read
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 4
- Joined: Sun Jun 29, 2008 5:53 pm
Search...hypercard import, search almost there...please read
Hi...I am new, brand new to Revolution. I am importing 10000 hypercard cards into revolution...I am ok until I try to write code for searching for a name on one of the cards...I need all the help I can get. Please assume I know nothing. Thanks.
Last edited by threeputter2 on Mon Jun 30, 2008 12:14 am, edited 1 time in total.
threeputter2
I think you'll get this kind of enqiry answered
better in the use-revolution list.
http://lists.runrev.com/mailman/listinfo/use-revolution
or, via email, send a message with subject or body 'help' to
use-revolution-request@lists.runrev.com[/url]
There's recently been a lot of discussion on this
very subject.
It's all archived
http://lists.runrev.com/pipermail/use-revolution/
You can search using
http://www.google.com/advanced_search?q ... runrev.com
Hope this helps.
I think you'll get this kind of enqiry answered
better in the use-revolution list.
http://lists.runrev.com/mailman/listinfo/use-revolution
or, via email, send a message with subject or body 'help' to
use-revolution-request@lists.runrev.com[/url]
There's recently been a lot of discussion on this
very subject.
It's all archived
http://lists.runrev.com/pipermail/use-revolution/
You can search using
http://www.google.com/advanced_search?q ... runrev.com
Hope this helps.
Life is just a bowl of cherries.
-
- Posts: 4
- Joined: Sun Jun 29, 2008 5:53 pm
Thanks but I still don't get it...
I don't get it...Should be a simple answer...i don't read it in the suggested reading material.
Hi threeputter2, from the limited info you've given (and my limited experience with RR), my guess would be that you have to put all text from fields which contain the info you wish to search for, before you can begin to sort/search. It sounds like a lot of work but I can't see any other way round it...i.e
Then you can sort and or search easily once this is done.
Hope this is good advice
and its some sort of springboard to get you started...

Code: Select all
put the text of field "SuchandSuch" of card 1 -- of stack "XYZ" --- into field "Collector"
put the text of field "SuchandSuch" of card 2 -- of stack "XYZ" --- after field "Collector"
---etc, all the way up to card 1000 (grief, what a job!)
Hope this is good advice


-
- Posts: 4
- Joined: Sun Jun 29, 2008 5:53 pm
thanks..but no thanks...
It is 10,000 cards...
Code: Select all
on mouseUp
find "name here"
if the result = "not found" then
answer "name here was not found"
end if
end mouseUp
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
-
- Posts: 4
- Joined: Sun Jun 29, 2008 5:53 pm