PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Andy Flowers on April 16, 2009, 12:47:41 PM

Title: FF Function List problem
Post by: Andy Flowers on April 16, 2009, 12:47:41 PM
Any idea why some of my functions appear in the function list dropdown box and some don't?
Title: Re: FF Function List problem
Post by: TechSupport on April 16, 2009, 02:53:55 PM
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.

Title: Re: FF Function List problem
Post by: Andy Flowers on April 16, 2009, 03:03:10 PM
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

Title: Re: FF Function List problem
Post by: Andy Flowers on April 16, 2009, 03:07:46 PM
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.