Search:

Type: Posts; User: Knut Sparhell

Page 1 of 15 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,572

    Re: Error 72, DataFlex DataBase API

    I also tried using an INT file with VRW 2.1. It runs using WRV Preview, but when using the VDF wizard to integrate, the Preview Report fails with Error 72. Also fails in runtime. Quite disappointing...
  2. Replies
    3
    Views
    1,752

    Re: Incompatible code

    Got the same error here, VDF 16.0. Commented out the line, and it compiles.
  3. Re: Language translations wanted for RegCheck2

    Define csErrorWritingToRegistry for "En feil oppsto ved lagring av registerdata. Se feil-loggen for mer informasjon." // NEW!
    Define csAdministratorRightsNeeded ...
  4. Re: Are there any Norwegians on the newsgroups?

    Yes.
  5. Re: Language translations wanted for RegCheck2

    #IF LNG_DEFAULT=LNG_NORWEGIAN
    Define csOSVersionNumberCouldNotRetrieved FOR "OS kunne ikke bestemmes"
    Define csChangesAreAboutToBeMade FOR "Endringer vil bli gjort til...
  6. Enum_List, Define and CodeSense in Studio BUG

    All constants show up as suggestion:
    Enum_List
    Define MY_CONSTANT1
    Define MY_CONSTANT2
    Define MY_CONSTANT3
    End_Enum_List

    Only MY_CONSTANT1 shows up as suggestion:
    Enum_List
    ...
  7. Re: How to get NodeValue of current Handle?

    The psText property is a recursive concatenation (if I remember correctly) of all the NodeValues of the text type child nodes of the node object you ask. Care should be taken if you don't know the...
  8. Replies
    8
    Views
    2,333

    Re: Index Order #2

    You were a bit lucky, I will say, because all you need is to avoid "_CI", but then "_BIN" is never case sensitive.

    As far as I understand these things, very simplified:

    If you want case...
  9. Re: How to get NodeValue of current Handle?

    What do you expect the psNodeValue of
    <frontimage/> to be?

    If you have an element
    <frontimage>Some-text</frontimage> then psText will return "Some-text".
  10. Replies
    10
    Views
    2,710

    Re: WebApp and MSSQL Database Locations

    Use SQL Server replication. The database is then not "moved", but has a copy on the web server local network (farm).
  11. Replies
    6
    Views
    1,908

    Re: SearchArray and Err global variable

    You can program like this. Nothing wrong. The SearchArray function takes a string expression as first argument and a (single dimensional) array expression as the second argument. psProperties(self)...
  12. Replies
    1
    Views
    1,166

    Help typos

    cCJStatusBar [Procedure Show_View_Name]


    Procedure Show_View_Name sName
    Move ("Current View:" * Uppercase(sName)) to sName
    Forward Send Show_View_Name sName
    End_Object

    should be
  13. Replies
    37
    Views
    5,513

    Re: Windows 8. The surrender of the empire.

    I didn't mean convert tools, but live tools. Like we have RDP and LogMeIn for running anything over Internet (using a special client). The point is not to rely on such tools, but that it will...
  14. Replies
    37
    Views
    5,513

    Re: Windows 8. The surrender of the empire.

    Yes, we want to build HTML5 applications.
    No, not all code will be executed at the server. The cloud (Internet accessible cluster of servers) will take care of the data and the business logic. The...
  15. Replies
    49
    Views
    6,372

    Re: Suggestion

    No, I'm fine :-)

    When error messages stop using file_number as the only reference, there is no need.

    I don't know what you mean with "how tables are organized" as tables are separate entities....
  16. Replies
    49
    Views
    6,372

    Re: Suggestion

    Tables can be ordered by their name, alphabetically. A table number in VDF is just a reference to its slot in the filelist, and are used internally. There are no table numbers in the database itself....
  17. Replies
    49
    Views
    6,372

    Re: Suggestion

    No need for table numbers at all. They are as unintersting as column numbers, object ids and method ids. Internal thing fr VDF. Obsolete for the developer.
  18. Replies
    13
    Views
    4,431

    Re: VDF Program running as a service

    You can run it as a scheduled task (at startup) or as a service using FireDaemon.
  19. Replies
    6
    Views
    1,755

    Re: Direct_Output, Append_Output Question

    Yes, by opening it for output, as you do.

    What do you want to do if the file is in use? Tell the user the file is in use? Check it in whenever the export button is gets the idle event and disable...
  20. Replies
    3
    Views
    1,800

    Re: Studio Stop debugging failed

    Never happened before. I have installed all revisions of VDF for the last 13 years. Can't reproduce the problem.
  21. Replies
    3
    Views
    1,800

    Studio Stop debugging failed

    While Studio was in debugging mode I tried to restart the computer. That gave me a warning about this, and I cancelled the restart. Then tried to Stop Debugging (Shift+F5), but this didn't work as...
  22. Re: Help topic: What's New / Full DD Support for Text Fields

    Thanks for the reply. I see and I understand.

    My primary question was the help text. If I want the NEW thing I set it to False, right? Then the help is wrong. "... set the pbBypassDDFieldBuffer...
  23. Replies
    3
    Views
    2,215

    Re: 8.3 file names!

    This is not a server, but my development computer running Vista. How do I disable this 8.3 compatibility? And I guess that if I actually can disable suport for it I have to reinstall. Perhaps also...
  24. Replies
    0
    Views
    1,316

    WebApp Server hung

    Installed VDF 17, everything as expected
    Opened a VDF 16.1 workspace containing a WebApp
    Went through the migraition
    The Global.asa file was not migrated to use the new service. Bad, but as...
  25. Replies
    3
    Views
    2,215

    8.3 file names!

    I now have these paths in my all users process list on my Vista 32bit OS:


    C:\PROGRA~1\VISUAL~3.0\Bin\VDFDAE~1.EXE

    and


    C:\PROGRA~1\VISUAL~3.0\Bin\WEBAPP~1.EXE
Results 1 to 25 of 365
Page 1 of 15 1 2 3 4