1
vote
1answer
19 views
INSTRING(‘\\’,‘123\\456’,-1,8) doesn’t work
Fabian Fuller asked in softvelocity.public.clarion6
For testing, I tried the following:
If I do Message( Instring('\\', '123\\678', -1, 8)) I get 0. I'm trying to
get 4.
If I do …
2
votes
1answer
25 views
What is “No backend for project type installed”?
I've loaded a solution, and each of my projects shows a warning stating "No backend for project type installed".
What's wrong?
1
vote
2answers
28 views
Sending Logging to Debugview
This morning on the newsgroups Bob Roos asked;
I watched the Clarion Live presentation on Debugging and Profiling (#16).
It was mentioned that you would be providing a couple o …
1
vote
2answers
45 views
Browse on dynamic driver table
Is possible to make browse list with page loading and sorting and locator in easy way ?
Can I find some examples about this (in examples from SV is only file loading example with n …
2
votes
2answers
48 views
Update Form First then the browse Need Help
I created a normal ABC app with a normal browse and update feature. I want the update form to come up first instead of the browse and when the form is complete and you press save, …
1
vote
1answer
53 views
xQuickfilter, xFText and xWhatsnew templates
I use these templates from Seal-soft. I like to use them in C7, but there are no updates available for C7. Can someone advise me ?
3
votes
4answers
102 views
How can I use macros in C7?
Clarion 6's macro support is missing in Clarion 7. What options do I have, in advance of SV (hopefully) restoring macro functionality?
2
votes
3answers
61 views
CSTRING or MEMO - what to choose for a field with some descriptive text?
Hello,
what datatype would you suggest to choose for a field with some descriptive RTF-text, lets say 10,000 to 20,000 Bytes?
Does the number of descriptive textfields per record …
0
votes
1answer
48 views
FILEDIALOG() behind the APPLICATION frame?
In some of the applications using a MDI frame and fixed child windows (background and Task Panel), when I call FILEDIALOG(), the file dialog window is not shown. If I change the si …
0
votes
1answer
47 views
Handling two URLs for a Web Service
I'm trying to build a client for a web service. I've been told to use one URL for adding and refreshing my web reference, but to use another URL for calling the actual service met …
1
vote
2answers
45 views
where is my dll after generate and build in clarion7
In my muli dll app sometime i have problem:
sometime i get info generate and build sucesfull but there are no dll file, or this file is in old version.
When in application pad I s …
1
vote
2answers
103 views
Problems with C7.1 Run() and COMMAND() not passing parameters correctly
I have legacy apps converted from 6.3 to 7.1
When I pass parameters with the "RUN('SaveVer.exe AdminTool '&CLIP(GLO:Version))" command.
The Save Ver app receives :
Command("")= …
2
votes
1answer
65 views
Clarion 6 templates in C7
Can I use the C7 IDE to edit and generate C6 apps? i.e. use the existing c6 templates and 3rd party components along with the existing c6 runtimes?
Sorry if it's a dumb question b …
1
vote
2answers
66 views
Dictionary And Embed Utility For Clarion6
Can anyone suggest a utility/addons to:
Print the dictionary table structures in a more readable format
Extract source embed points for documentation purposes
Thanks
1
vote
1answer
56 views
trouble with decision : core2duo 2.8 vs i5 2.4 vs i7 1.6 in laptop for clarion7 programming
Which processor type in laptop will be better for clarion7 programming?
As i know Clarion7 still use only one core for generate & build . Where build time will be shorter in co …