Thanks rafrancisco,
I was using as follows to get my desired result as your web site indicates:
DECLARE @CustomerIDs VARCHAR(8000)
SELECT @CustomerIDs = ISNULL(@CustomerIDs + ',', '') + [CustomerID]
FROM [dbo].[Customers]
ORDER BY [CustomerID]
PRint @CustomerIDs
BUT I have trouble after I...
I have a varible table with one column and multiple row. I want one row with the combination of all rows. Below is the example:
E01
E02
E03
Output : E01,E02,E03
Dear Chris,
My objective is to print PDFs. Thats all. How I will do it from the application?
I able to open the PDF Files from the application but to print I have to use Adobe Print Menu. That is my problem. I donot want to use Adobe Print option. Is there any command from which I can print...
Thanks Chris,
We are using VFP Image control by converting into GIF format but it consumed a lot of space. Our volume of scanned images are more than 5 Million and we want save space.
I will try with an ActiveX control.
Hello,<br><br>I am trying to pass parameter to a function and wants the value back as an array. Is it possible? <br><br>Here below are codes(partly). <br>Dime l_aParentField(99)<br>l_cField = "MATERIALC"<br>Stor Get_ParentField(l_cField) to l_aParentField<br><br>Function...
Hi Robert,<br><br>I was following the MSDN library info for ALTER TABLE where the above syntax was there. Do you think its a bug?<br><br>Thanks for your input.
Hi there,<br><br>I want to put not deleted clause on the primary key to ignore deleted rows. Following command is giving syntax errors:<br><br>ALTER TABLE 'MYTABLE' ADD PRIMARY KEY MYKEY TAG MYKEY FOR NOT DELETED<br><br>Please help<br><br><br><br>
Hello VFP Users,<br><br>I am looking for the companies who use VFP as their development tool in and around Philadelphia area. <br><br>Please advise, if any source available.<br><br>Thanks
Hai,<br><br>I am developing an application using <b>VFP6</b>. The DBC which is in use has more 120 table and the no of records varies from 20 to 200,000.The no.of Fields are ranging from 2 to 127. These tables have primary and or candidate index(es). <br><br>As this is a multiuser...
Hello Friends,<br><br>I have developed an application in VFP6 in Window98 environment. When an user with Windows 95 platform try to install my application, could not succeed. What is the problem? Is VFP6 application dependent of Windows Platform?<br><br>Please help. <br><br>Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.