<%if rsEmpresas.EOF and rsEmpresas.BOF then%>
| Ref. |
Producto/Product/Produit |
País Empresa/Country Company/Pays Enterprise |
| No existen Ofertas de Compra-Venta de Empresas |
<%else%>
<%do while NOT rsEmpresas.EOF%>
| Ref. |
Producto/Product/Produit |
País Empresa/Country Company/Pays Enterprise |
| <%=rtrim(rsEmpresas("Id"))%> |
<%=rtrim(rsEmpresas("Producto"))%> |
<%=rtrim(rsEmpresas("Pais"))%> |
|
|
Observaciones |
|
|
|
&Pro=<%=rtrim(rsEmpresas("Producto"))%>" target="_parent"> |
|
<%rsEmpresas.movenext%>
<%loop%>
<%rsEmpresas.Close%>
<%set rsEmpresas = Nothing%>
<%end if%>
|
|
<%if rsEmpDE.EOF and rsEmpDE.BOF then%>
| Ref. |
Producto/Product/Produit |
País Empresa/Country Company/Pays Enterprise |
| No existen Demandas de Compra-Venta de Empresas |
<%else%>
<%do while NOT rsEmpDE.EOF%>
| Ref. |
Producto/Product/Produit |
País Empresa/Country Company/Pays Enterprise |
| <%=rtrim(rsEmpDE("Id"))%> |
<%=rtrim(rsEmpDE("Producto"))%> |
<%=rtrim(rsEmpDE("Pais"))%> |
|
|
Observaciones |
|
|
|
&Pro=<%=rtrim(rsEmpDE("Producto"))%>" target="_parent"> |
|
<%rsEmpDE.movenext%>
<%loop%>
<%rsEmpDE.Close%>
<%set rsEmpDE = Nothing%>
<%end if%>
|