PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Previewing data in the analysis?
Previewing data in the analysis?
Iniciado por guest, 07,dic. 2015 01:07 - 4 respuestas
Publicado el 07,diciembre 2015 - 01:07
Hi,

In WinDev's ide with the analysis window loaded, I see all the data tables listed as little blue windows with headers like EXPRESS_Category and so on. At the bottom of each window has OLEDB shown.

If I double click one, I get the table's layout/definition where definition edits can be made.

Now the question, How do I preview the selected table's data? There is no preview in the layout window, nor is preview available from any right click menus, or from anywhere in the analysis window.

I even looked in the "Edit with WDMap" and still no preview. How do I easily and quickly preview the data, with editing capabilities?

I did notice that when creating the analysis, there was a preview, but after its built, I see no way to revisit.

Thanks,
Stanley
Publicado el 07,diciembre 2015 - 02:47
Hello Stanley

WDMap will preview the data and allow you to edit, you just have to tell it where to find the actual data files. By default it will look in the project\exe folder and automatically open the file if it exists, otherwise it will open a dialogue window and you can tell it where the data files (.fic) are.

Regards
Al
Miembro registrado
197 mensajes
Publicado el 14,diciembre 2015 - 13:22
OLEDB ?
what is the database?
Miembro registrado
25 mensajes
Publicado el 14,diciembre 2015 - 13:42
the db is HFSQL
Miembro registrado
197 mensajes
Publicado el 14,diciembre 2015 - 16:16
May be you use another OS than Microsoft Windows and/or the HFSQL ODBC connector for your appli.
On my Windev 16 installed on Microsoft Windows 7 :
- I don't need to use HFSQL ODBC connection for my analysis files been connected to my HFSQL database,
- the HFSQL file connection is a brown windows without OLEDB info inside (type = HyperFile SQL)
I hope it's can help