FF Function List problem

Started by Andy Flowers, April 16, 2009, 12:47:41 PM

Previous topic - Next topic

Andy Flowers

Any idea why some of my functions appear in the function list dropdown box and some don't?

TechSupport

Can you post the sub/function here? Maybe the parser is not interpreting the declaration correctly.

I don't need the whole sub/function. Just the first few lines that define the function name and its parameters.

Also, are you using PB8 or PB9.


Andy Flowers

Here is one of the functions not appearing in the list

FUNCTION CSV_Dr_IFlex(BYVAL hWndForm AS DWORD) AS LONG
  LOCAL i       AS LONG
  LOCAL l       AS LONG
  LOCAL PFile1  AS LONG
  LOCAL PFile2  AS LONG
  LOCAL PFile3  AS LONG
  LOCAL ExpStr  AS STRING
  LOCAL TrnAmt  AS CURRENCY


Andy Flowers

On second thoughts, I think I am describing the wrong problem. The function does appear in the list, howerver the problem is that when my cursor in on any line in the function it does not show as the selected function.