I must be really thick! :?
I have tried placing your code everywhere now, and i still can't get it to work.
Please tell me exactly what page of have to put the code on.
When you say:
(1) In the card script put the following code that will setup the Popup menu:-
Code: Select all
local plist
Put 'Title' into plist
Put 'Author' after plist
Put 'Publisher' after plist
Put 'Comment' after plist
PopupSetText(1,plist)
PopupSetIndex(1,1)
Please, whats the card script?
Working on 'card 2' i clicked the background to select it and then on script in 'creator properties' displaying the yellow script editor. This has the 'Card' button pressed by default displaying a page with the following code
Global searchResults
Put searchResults into field 5
Call DisplayRecord
Do i place it here somewhere and if so where?
Or do i have to hit the 'MainCode' button and place it somewhere, and if so where?
You then said
(2) In the Popup menu script put the following code:-
Code: Select all
Put PopupIndexFN(1) into field 1
Put PopupItemFN(1) into field 2
Does 'Popup menu script' mean click on the dropdown menu in the designer and then on the script button and place the info there? Obviously if i can get this part sorted out, the modified code you sent will replace this part, i think thats what you meant.
Also i have noticed that on quitting the application, stack or exe, that saved info isn't stored. I have tried moding the menu button and changing Quit to QuitSave(1) it now saves only the first Page of entries. Any thoughts on that.
Sorry if i need real laymans terms, while i get my head round it all.
and thanks again
Dayne