Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SP to return a cursor
Message
From
05/08/2009 14:18:24
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
01416077
Message ID:
01416263
Views:
63
Thanks Naomi. That was the last bit of help I needed to get it to run. And the follow-on code also works to deliver the temp cursor back to the page. Just one more thing I need. Do you know how to format the following line so it will display the number as currency? AND my temp cursor is delivering all the deleted rows. SET DELETED is off in the SP but I still get the deleted rows. Do you know how to fix that?
RetVal += "<td>" + oReader("priorpmt").ToString.Trim + "</td>"
>Yes,
>
>cast(myField as N(10,2) NULL) as MyNewField, cast(myExistingField as C(10) NULL) as myField
>
>>Yes, that's what I had before I started trying to troubleshoot this other problem :)
>>
>>Which in reference to all I can say is groan, dumb, dumb, dumb, 50 lashes for me. There is of course 2 databases. A real one and a testing one, and of course I was editing one and running the other. Sorry about that. So now that I have that resolved, I have a new problem. CAn you create a cursor via a SELECT that will allow nulls? as in
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform