CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Sam85

Search: Search took 0.04 seconds.

  1. Thread: Create Array

    by Sam85
    Replies
    1
    Views
    6,645

    Re: Create Array

    Ok, i got something that seems quite useful.
    But Now I Need to run this BeforeReadingRecords. (X is what i need)
    In my example I have 10 Positions and 4 Must be skipped and the IDs that must be...
  2. Thread: Create Array

    by Sam85
    Replies
    1
    Views
    6,645

    Create Array

    Hello,

    I want to create an Array while reading the record or before? (Need to find out what is better.)

    Kinda like this



    dim i, cnt as number
    dim p() as number
  3. Replies
    8
    Views
    8,570

    Re: Format Number in formula

    Yes. I use will use the formula like that:

    intfield = Formula = tonumber (totext (field),0,""))
    In my function

    Function check (field as number) as Boolean
    'Some code with field = intfield...
  4. Replies
    8
    Views
    8,570

    Re: Format Number in formula

    I use the field in a function and its type is number. If I make totext(field) it wont be recognized as a number type and shows me an error. So can I convert it back After formatting like...
  5. Replies
    8
    Views
    8,570

    Re: Format Number in formula

    Hmm jeah i read the same but I will lose the integer, i mean number type. Can I return it to number after the formatting? Kinda ToNumber (ToText ())? Without losing the formatting?
  6. Replies
    8
    Views
    8,570

    Format Number in formula

    Hey there,
    is it possible to format numbers inside the formula?
    Thanks for any replies.
  7. Replies
    3
    Views
    6,629

    Re: Get Off Formula in beforehand

    Yes, that's what I'm supposed to do (Nest the If Clause like I said in my first post). My question was, if there is an other possibilty instead of nesting, like "Exit Formula" or "Exit Sub".
    I just...
  8. Replies
    3
    Views
    6,629

    Get Off Formula in beforehand

    Hey Peoples,

    I got a short Question. I am using this Code but if the first Formula is true it steps one to next one. Can I get off in beforehand? (Like Exit Sub in VBA) :confused:
    Or must I nest...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured