Project not working - Forum

Forum Navigation
You need to log in to create posts and topics.

Project not working

Good afternoon,

Thank you in advance for your suggestions.

I was working on my project, when, launching it in localhost for some checks with PHP Server, after compiling, it shows me a blank page .

Uploaded files:
  • You need to login to have access to uploads.

@damasiciccio please use the Web Browser Console (F12) to check for errors:

There is an error in the CBServFonetico subroutine. This line is not correct:

SetVar [CBAssetto] [CBobj.[CBCoun]]

Perhaps you are triying to use SetCompVar ?

Regards.

Damasiciccio has reacted to this post.
Damasiciccio

@luishp thank you, corrected and fixed, the application restarted correctly.

I am trying to populate a listbox with values from an array which in turn populates from a sql query.

The array is created and populated correctly, but the listbox does not show the values inside it.

Any suggestions?

@damasiciccio please check the included sample app that you can find in your computer under this path:

Documents\VisualNeoWeb\Sample Apps\ListExample

Regards.

Damasiciccio has reacted to this post.
Damasiciccio

@luishp thanks always for the support

I have already studied the example files, but still there is always a problem with the display of the listBox.

 

It basically displays, in addition to the expected items, blank spaces and the last item repeated several times.

Uploaded files:
  • You need to login to have access to uploads.