Forums
This topic is locked
Manual Recordsets
Posted 07 Sep 2001 01:13:06
1
has voted
07 Sep 2001 01:13:06 Marshall Yawney posted:
Can anyone tell me how to "Register" a recordset created manually in the UD script view; so that it show's up properly in the UD graphic design view. Without the little red exclamation marks.Replies
Replied 07 Sep 2001 02:59:33
07 Sep 2001 02:59:33 Owen Eastwick replied:
I don't think you can, (If anyone knows different please let me know too) UD looks for blocks of code that match the code created by the server behaviour.
One possible work around is to make your custom code a server behaviour.
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Edited by - oeastwick on 09/07/2001 03:00:24
One possible work around is to make your custom code a server behaviour.
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Edited by - oeastwick on 09/07/2001 03:00:24
Replied 07 Sep 2001 17:30:03
07 Sep 2001 17:30:03 Marshall Yawney replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I don't think you can, (If anyone knows different please let me know too) UD looks for blocks of code that match the code created by the server behaviour.
One possible work around is to make your custom code a server behaviour.
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Edited by - oeastwick on 09/07/2001 03:00:24
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I don't think you can, (If anyone knows different please let me know too) UD looks for blocks of code that match the code created by the server behaviour.
One possible work around is to make your custom code a server behaviour.
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Edited by - oeastwick on 09/07/2001 03:00:24
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Replied 07 Sep 2001 17:32:49
07 Sep 2001 17:32:49 Marshall Yawney replied:
[The only "workaround I've been able to come up with is to start with "generated" code as best you can, setup the UI while everything works, then do the custom mods that throw the red exclamation marks. Just make everything work before the mods.]
I don't think you can, (If anyone knows different please let me know too) UD looks for blocks of code that match the code created by the server behaviour.
One possible work around is to make your custom code a server behaviour.
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Edited by - oeastwick on 09/07/2001 03:00:24
I don't think you can, (If anyone knows different please let me know too) UD looks for blocks of code that match the code created by the server behaviour.
One possible work around is to make your custom code a server behaviour.
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Edited by - oeastwick on 09/07/2001 03:00:24
Replied 07 Sep 2001 19:56:11
07 Sep 2001 19:56:11 Owen Eastwick replied:
Yup, that's what I do, get evrrythinng else done, recordset navigation, repeat regions etc. Then modify the code and don't worry about the red exclamation marks.
Only problem is if you need to modify one of the behaviours later. You can of course modify the code directly, but it's perhaps worth making a copy of the page prior to modifying the recordst code.
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Only problem is if you need to modify one of the behaviours later. You can of course modify the code directly, but it's perhaps worth making a copy of the page prior to modifying the recordst code.
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Replied 07 Sep 2001 22:49:42
07 Sep 2001 22:49:42 Marshall Yawney replied:
Ya right. I keep backup pages before adding custom mods that will screw the GUI.