I use VFP 6.0 SP5 with Win98 or Win2k.
I can't put more than 55 images in my array listbox
with 67 lines or more.
Anyone knows whats happen?
Anyone have something that can substitute this?
Thanks Rgbean, but the known problems in MS page is for VFP 3.0 and my version is VFP 6.0 SP5 and the problem is when i have more than 55 lines in combo.
About OS i've experience the problem with win2k and win98.
Problem can be reproduced if you try to select to an array, use this array in combo...
I don't have a error message. My combo display only 55 lines
with images. Here down the RefreshPic method tha i use.
---
local nItem, cPic
if not empty(thisform.aLicoes)
cPic = ''
with thisform
for nItem = 1 to .lstLicoes.ListCount
do case
case thisform.aLicoes[nItem,4] =...
I've created the tag NUM_DATE and put it on ChildOrder, but i can't get any data. Should i change the RelationalExpr too. I'm sorry i can't get the idea.
I have a child grid LESSONS related by STUDENT_NO to a parent file STUDENTS. This is one student to many lessons with different dates. How can i've the grid related by STUDENT_NO and ordered by DATA_LESSON? At now the order is by entry.
Thanks in advance
Hi, i've received some answers to a similar question but i've formulated a bad question.
I know that SUM can summarize a column values by a certain condition but is to slow to when you do a refresh.
I need to sum a column of a child table or count a column for different values based in values...
I'm sorry guys, i have SET STATUS BAR ON for my private messages<br>but with SET TALK OFF and SET NOTIFY OFF <br>VFP displays messages in STATUS BAR.<br><br>anyone have an idea about this?
Anyone knows how to remove difenitly messages in status bar?<br>I've tried: set message to ' ' and thisform.setall("StatusBarText", " ") but when i move through the objects VFP display a message (table name, record number, exclusive).<br>Anyone have an idea?
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.