Search:

Type: Posts; User: LasseJ

Page 1 of 16 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Compatibility

    by LasseJ
    Replies
    1
    Views
    181

    Compatibility

    Will DataFlex 18.0 run without problem on a Windows Server 2022?
    /Lars
  2. Re: to Exit a TabView only under certain condition

    I've used the procedure Request_Switch_To_Tab whenever I've had the need to control user navigation between tabs.
    /Lars
  3. Replies
    1
    Views
    909

    Move to new server

    Hi!
    I have an application installed on a server share at a client (\\server01\app$). This server is now obsolete and will be taken down on Feb 1st. So I will move DataFlex and my application to a...
  4. Replies
    8
    Views
    2,078

    Re: Prompt button not showing

    Thank's a lot Mike!
    That was pretty much the case. I found out where the DD was being Used but never executed. I fixed that and all is good now.
    /Lars
  5. Replies
    8
    Views
    2,078

    Re: Prompt button not showing

    Thank's Mike,
    That was probably the case though I don't understand why. I moved the view entry in the src file to be the second view included and now it works.
    Go figure...
    /Lars
  6. Replies
    8
    Views
    2,078

    Re: Prompt button not showing

    Thank's Samuel,
    I tried to Set Prompt_Button_Mode to PB_PromptOn and then the prompt button will be visible but not react with a selection list when clicked. I even tried to set the prompt object to...
  7. Replies
    8
    Views
    2,078

    Prompt button not showing

    Hi,
    I have a view made with Data Entry View Wizard. It seems correct in the Studio but when compiled the prompt button disappears. It looks like this:
    Studio-------------------Program
    1337013371
    ...
  8. Replies
    23
    Views
    13,235

    Re: Table Relationships

    Several years ago Mike from Starzen wrote an article about 1:1 relations which isn't really supported by DataFlex. I've been using his approch in a couple of Projects and it works well.
    So this is...
  9. Re: How can I get the database name for a managed connection

    OK, good.
    /Lars
  10. Re: How can I get the database name for a managed connection

    Hi Vincent,
    Did you even look in the help for DF_DATABASE_DEFAULT_DATABASE? My point is that there are two functions in the example function (Function GetDefaultDatabase Returns String), ...
  11. Re: How can I get the database name for a managed connection

    Hi Dennis,

    I guess you mean the attribute DF_DATABASE_DEFAULT_DATABASE. When I check this attribute in the help I see:

    Function GetDefaultDatabase Returns String
    Integer iDriverIndex
    ...
  12. Re: How can I get the database name for a managed connection

    Hi,
    Yes, I know it can be extracted from tConnection.sString or tConnection.sConnectionString but I thought maybe there was another way to get the database name only.
    Thank's anyway...
    /Lars
  13. How can I get the database name for a managed connection

    Hi,
    I have a system that uses 2 databases (and 2 managed connections), one is mine and one is third party. Now, I need to get the database names for the connections programatically. I can't find any...
  14. Replies
    3
    Views
    1,524

    Re: GetAdress and AdressOf warning

    Hi Sture,
    Yes indeed, warnings disappear when compiling with this version.
    /Lasse
  15. Replies
    3
    Views
    1,524

    GetAdress and AdressOf warning

    Hi,
    I notice that the compiler gives the following warning:

    - Warning 4533: F:\VDF-LIB18\VdfQuery\AppSrc\vWin32fh.pkg (ln 352) Obsolete command: AddressOf. Use AddressOf() Function

    on this...
  16. Replies
    3
    Views
    1,335

    Re: Code not working as expected

    I knew it was me!
    Thank's guys for pointing me in the right direction. The sNewAvtalTom was acctually declared as a Date. Now it works as it should.

    /Lars
  17. Replies
    3
    Views
    1,335

    Code not working as expected

    or is it just me.

    I have the following code:


    Move (SizeOfArray(sxOldValues)) to iItems
    If (iItems>0) Begin
    Decrement iItems
    For iX from 0 to iItems
    Move "INSERT INTO...
  18. Replies
    6
    Views
    1,664

    Re: XML file question

    Hi,

    Thank's a lot, that was of course the problem. I Think the help could be a little more "helpful". It says:
    "If your document does not have any namespaces or an element within the document...
  19. Replies
    6
    Views
    1,664

    Re: XML file question

    Hi Vincent,

    Well, I am using CreateDocumentElementNS to create the root node. What else can I be missing?

    /Lasse
  20. Replies
    6
    Views
    1,664

    XML file question

    Hi,

    I'm building a eInvoicing system for a client and we are supposed to use the Swedish standard Svefaktura 1.0 as defined by SFTI. Most of the nodes are namespace aware but some are not so I...
  21. Re: What e-mail component would be best to use when sending mail from DF applications

    Hi Bengt,

    I would go with Chilkat. I just used it a project where I needed zip/unzip capabilities, ftp and sftp connections and a smtp client. It's all in the package and works really well.
    ...
  22. Re: Strange behaviour connectiing to 3rd partty SQL DB

    Marrtin, Samuel!

    Thank's for looking at this. I'm not really convinced that this is something DataFlex should change, even thouhg it's considered wrong, but if you decide to keep theese changes...
  23. Re: Strange behaviour connectiing to 3rd partty SQL DB

    Hi Samuel,

    Yes, I understand that but it has been working correct for the past 8+ years. Also, this is not "my" database so I just can't change things at will. My Point is that this is a changed...
  24. Re: Strange behaviour connectiing to 3rd partty SQL DB

    Hi Ivan,

    Well, not really. The Index.12 is a ServerOnly index and has two segments while Index.6 is a Client index with three segments (because the SQL Connect/Repair wizard decided it's a non...
  25. Re: Strange behaviour connectiing to 3rd partty SQL DB

    Well, this will for sure break my application. I just made a quick test to see what happens and if I use
    Clear personlanguage
    Move 1901 to personlanguage.person
    ...
Results 1 to 25 of 384
Page 1 of 16 1 2 3 4